aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-2/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-5/+5
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+5
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-3/+3
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-88/+95
|
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-2/+6
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-8/+8
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
|
* 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.
* 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-4/+5
|
* 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 ↵Eduardo Julian2018-07-201-1/+1
| | | | module aliases.
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-3/+5
|
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-1/+1
| | | - Small improvements to lux-mode.
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-6/+8
|
* - 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/+102