aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/set.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-104/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-3/+3
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-8/+9
* 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-8/+8
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-2/+2
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+1
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-4/+4
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-2/+4
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-051-0/+4
* Some small refactoring.Eduardo Julian2020-10-251-3/+2
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-291-2/+6
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-2/+4
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-62/+63
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-4/+4
* 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-10/+10
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-2/+2
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-2/+2
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-1/+1
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-3/+4
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-1/+6
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-4/+4
* - 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-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-0/+81