aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/dictionary/ordered.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-583/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+4
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-59/+59
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-14/+9
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-2/+4
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-6/+6
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-20/+20
* Allow defining anonymous actors.Eduardo Julian2020-11-021-5/+12
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-2/+3
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-13/+13
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-2/+4
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+1
* Simplified the "Order" signature.Eduardo Julian2019-04-171-7/+7
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-6/+6
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-12/+16
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-3/+3
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* Changed the naming style for structures.Eduardo Julian2019-02-041-8/+8
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-1/+1
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-1/+1
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-5/+5
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-3/+4
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-11/+11
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-10/+12
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-6/+6
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-0/+569