aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/dictionary (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-102-631/+0
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-101-685/+0
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-102-32/+32
|
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-102-2/+2
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-053-9/+9
|
* - Added function for updating dictionary.Eduardo Julian2018-07-031-0/+6
|
* - Minor improvements.Eduardo Julian2018-05-231-5/+5
|
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-0/+62
| | | - Added an easy way to report information in exceptions.
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-132-2/+2
| | | - Other minor improvements.
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-132-15/+15
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-5/+5
| | | | signed-shift-right -> arithmetic-right-shift.
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-012-0/+1248