index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
data
/
collection
/
queue
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-120
/
+0
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
1
-2
/
+3
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-2
/
+3
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-5
/
+5
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-5
/
+5
convention that only macros that deal with types may start with a colon.
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-3
/
+3
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
1
-88
/
+95
2020-11-04
Re-named "lux/control/concurrency/process" to "thread".
Eduardo Julian
1
-2
/
+6
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-8
/
+8
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
1
-3
/
+3
to avoid confusion since "/" is used for relative module paths.
2019-02-11
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
1
-1
/
+1
structures.
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-4
/
+5
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-2
/
+2
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-2
/
+2
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as ↵
Eduardo Julian
1
-1
/
+1
module aliases.
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-3
/
+5
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
1
-1
/
+1
- Small improvements to lux-mode.
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-6
/
+8
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-3
/
+3
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-0
/
+102