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