aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/queue/priority.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-120/+0
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian1-2/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-2/+3
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-5/+5
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-3/+3
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-88/+95
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-2/+6
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-8/+8
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-3/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-4/+5
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-2/+2
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-2/+2
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+5
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-1/+1
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+8
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-4/+4
2018-05-13- Added dedicated unicode support for text.Eduardo Julian1-24/+24
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-3/+3
2018-05-01- Re-organized priority-queue modules.Eduardo Julian1-0/+0
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-46/+46
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-4/+4
2017-11-21- Fixed some bugs.Eduardo Julian1-2/+2
2017-11-06- Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian1-2/+2
2017-09-19- Some refactoring.Eduardo Julian1-2/+1
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-4/+4
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-04-03- Priority-queues and sequences can now be empty.Eduardo Julian1-59/+76
2017-04-03- Persistent queues and sequences can now be empty.Eduardo Julian1-59/+76
2017-03-28- Implemented finger-trees.Eduardo Julian1-0/+86