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
/
coll
/
dictionary
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
2018-07-10
2
-631
/
+0
*
- Re-organized dictionary & set modules a bit.
Eduardo Julian
2018-07-10
1
-685
/
+0
*
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
2018-07-10
2
-32
/
+32
*
- Re-named "struct:" to "structure:".
Eduardo Julian
2018-07-10
2
-2
/
+2
*
- Re-named "equality" to "equivalence".
Eduardo Julian
2018-07-05
3
-9
/
+9
*
- Added function for updating dictionary.
Eduardo Julian
2018-07-03
1
-0
/
+6
*
- Minor improvements.
Eduardo Julian
2018-05-23
1
-5
/
+5
*
- Migrated structure analysis to stdlib.
Eduardo Julian
2018-05-16
1
-0
/
+62
*
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
2018-05-13
2
-2
/
+2
*
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
2018-05-13
2
-15
/
+15
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
2018-05-06
1
-5
/
+5
*
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
2018-05-01
2
-0
/
+1248