aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/list.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-615/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-8/+8
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-19/+26
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+2
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-42/+42
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-7/+7
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-3/+3
2020-10-24Re-named some list functions.Eduardo Julian1-36/+31
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-5/+5
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-0/+18
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-21/+3
2020-07-14Mo' fixes, less problems.Eduardo Julian1-10/+21
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian1-7/+8
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-4/+4
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-5/+25
2020-04-18Improved test for exceptions.Eduardo Julian1-1/+1
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-1/+1
2019-08-10WIP: JVM function generation.Eduardo Julian1-26/+26
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-13/+15
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-8/+9
2019-05-19Now testing the methods implemented in anonymous classes to make sure all abs...Eduardo Julian1-2/+2
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian1-5/+3
2019-04-17Some adjustments of the stdlib for the new JVM compiler.Eduardo Julian1-5/+8
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-5/+5
2019-03-24Ported tests for collection-related modules.Eduardo Julian1-6/+6
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-5/+5
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-2/+2
2019-02-04Changed the naming style for structures.Eduardo Julian1-35/+34
2018-12-26Some refactoring & minor additions.Eduardo Julian1-29/+31
2018-08-22No more escaping of horizontal-tab.Eduardo Julian1-6/+6
2018-08-22No more multi-line text.Eduardo Julian1-6/+4
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian1-9/+9
2018-07-28Covered some missing bits.Eduardo Julian1-1/+1
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-37/+37
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-37/+37
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-15/+15
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-5/+5
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-5/+5
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-8/+8
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-11/+11
2018-07-11- Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian1-1/+22
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-10/+12
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-5/+5
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-0/+0
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-7/+7
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-5/+5
2018-07-04- When a method/constructor is not found, the signatures of alternatives with...Eduardo Julian1-0/+30