aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/list.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-615/+0
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-8/+8
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-19/+26
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-1/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-42/+42
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-7/+7
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-3/+3
* Re-named some list functions.Eduardo Julian2020-10-241-36/+31
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-5/+5
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-0/+18
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-21/+3
* Mo' fixes, less problems.Eduardo Julian2020-07-141-10/+21
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-021-7/+8
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-281-4/+4
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-121-5/+25
* Improved test for exceptions.Eduardo Julian2020-04-181-1/+1
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-201-1/+1
* WIP: JVM function generation.Eduardo Julian2019-08-101-26/+26
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-13/+15
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-8/+9
* Now testing the methods implemented in anonymous classes to make sure all abs...Eduardo Julian2019-05-191-2/+2
* Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian2019-04-271-5/+3
* Some adjustments of the stdlib for the new JVM compiler.Eduardo Julian2019-04-171-5/+8
* 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-5/+5
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-6/+6
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-5/+5
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-2/+2
* Changed the naming style for structures.Eduardo Julian2019-02-041-35/+34
* Some refactoring & minor additions.Eduardo Julian2018-12-261-29/+31
* No more escaping of horizontal-tab.Eduardo Julian2018-08-221-6/+6
* No more multi-line text.Eduardo Julian2018-08-221-6/+4
* Replace the error-prone "n/range" calls with "indices".Eduardo Julian2018-08-021-9/+9
* Covered some missing bits.Eduardo Julian2018-07-281-1/+1
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-37/+37
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-37/+37
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-15/+15
* "^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-5/+5
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-8/+8
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-11/+11
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-1/+22
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-10/+12
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-5/+5
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-0/+554