aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/set/ordered.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-84/+0
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-9/+9
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-3/+0
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-3/+3
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-12/+10
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-091-2/+0
|
* 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-2/+2
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-7/+7
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-3/+3
| | | | to avoid confusion since "/" is used for relative module paths.
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-13/+13
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-1/+1
| | | | structures.
* Changed the naming style for structures.Eduardo Julian2019-02-041-3/+3
|
* "^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian2018-07-201-2/+3
| | | | module aliases.
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-2/+3
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-3/+3
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-6/+9
|
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-1/+1
|
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-2/+2
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-0/+86