aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named "Compiler" to "Phase".Eduardo Julian2018-07-2156-132/+142
* Refactoring & improvements to "lux/macro/poly".Eduardo Julian2018-07-215-54/+75
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-2124-216/+184
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-219-131/+124
* Re-named "Binary" type to "Format".Eduardo Julian2018-07-213-34/+34
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-20100-233/+236
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-20137-1272/+1393
* Small fix for Scheme compilation.Eduardo Julian2018-07-191-2/+2
* WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian2018-07-192-13/+20
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-186-53/+137
* - Fixed synthesis code.Eduardo Julian2018-07-164-82/+74
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-1460-291/+295
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1391-368/+374
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-139-117/+123
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-1335-1591/+1645
* - Removed "lux text hash" extension.Eduardo Julian2018-07-112-4/+24
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-3/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-114-62/+79
* - Re-named "lux/macro/poly.this" to "exactly" and "lux/macro/poly.like" to "s...Eduardo Julian2018-07-116-44/+44
* - Re-naming some functions in "lux/language/type/check".Eduardo Julian2018-07-112-7/+7
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-11163-1493/+1845
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-1196-319/+318
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-10150-562/+562
* - Implemented multi-sets.Eduardo Julian2018-07-101-0/+152
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-1067-135/+135
* - Re-named "lux/world/env" to "lux/world/environment".Eduardo Julian2018-07-101-2/+2
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-10103-161/+158
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-1036-39/+39
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-1032-93/+93
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-104-31/+151
* - Re-implemented sets using abstract types to make it impossible to use dicti...Eduardo Julian2018-07-102-136/+141
* - Re-named "struct" to "structure".Eduardo Julian2018-07-106-50/+48
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-1066-197/+197
* - Re-named "sig:" to "signature:".Eduardo Julian2018-07-1018-18/+18
* - Fixes: Part 3.Eduardo Julian2018-07-091-1/+1
* - Fixes: Part 2.Eduardo Julian2018-07-0914-74/+72
* - Fixes: Part 1.Eduardo Julian2018-07-092-7/+3
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-088-50/+355
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-085-117/+408
* - Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian2018-07-071-0/+197
* - Implemented document archiving. It will play a crucial role later when LuxC...Eduardo Julian2018-07-071-0/+87
* - Implemented ":share" macro for easier type-sharing when casting.Eduardo Julian2018-07-071-2/+25
* - Improved syntax for functions.Eduardo Julian2018-07-071-1/+1
* - Improved syntax for pattern-matching.Eduardo Julian2018-07-074-22/+22
* - Binary (de)serialization module.Eduardo Julian2018-07-054-45/+237
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-0554-255/+255
* - Removed "alias:" due to the potential for introducing confusion due to havi...Eduardo Julian2018-07-045-30/+24
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0423-205/+187
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-0410-45/+45