| Commit message (Expand) | Author | Files | Lines |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 1 | -13/+13 |
2019-06-20 | Improved the convention for using text formatters. | Eduardo Julian | 1 | -1/+0 |
2019-05-21 | Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib. | Eduardo Julian | 1 | -9/+9 |
2019-04-19 | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 1 | -9/+11 |
2019-04-06 | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 1 | -0/+0 |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 1 | -1/+1 |
2019-03-24 | Ported tests for math-related modules. | Eduardo Julian | 1 | -56/+56 |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", t... | Eduardo Julian | 1 | -7/+7 |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening s... | Eduardo Julian | 1 | -2/+2 |
2019-02-05 | Integrated tests into normal source code. | Eduardo Julian | 1 | -0/+0 |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -8/+8 |
2019-02-03 | Improved syntax for domains/parallel-import-trees. | Eduardo Julian | 1 | -1/+1 |
2019-02-03 | Relative imports can now alter the start of a path. | Eduardo Julian | 1 | -2/+3 |
2019-02-02 | Ported some old tests to the new format. | Eduardo Julian | 1 | -54/+55 |
2018-12-15 | Re-named the "Error" tag to "Failure". | Eduardo Julian | 1 | -10/+22 |
2018-07-28 | Removed temporary "|" prefix on Nat. | Eduardo Julian | 1 | -5/+5 |
2018-07-28 | Temporary commit to get rid of "+" signs for Nat. | Eduardo Julian | 1 | -5/+5 |
2018-07-20 | "^open" and "open:" now use aliases instead of prefixes, the same way as modu... | Eduardo Julian | 1 | -2/+2 |
2018-07-20 | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 1 | -6/+5 |
2018-07-14 | - New syntax for bit values: "#0" and "#1", instead of "false" and "true". | Eduardo Julian | 1 | -7/+7 |
2018-07-11 | - Improvements to import syntax [part 2]. | Eduardo Julian | 1 | -14/+16 |
2018-07-11 | - Improvements to import syntax [part 1]. | Eduardo Julian | 1 | -1/+1 |
2018-07-10 | - Improvements to import syntax [part 0]. | Eduardo Julian | 1 | -1/+1 |
2018-07-10 | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 1 | -1/+1 |
2018-07-05 | - Re-named "equality" to "equivalence". | Eduardo Julian | 1 | -1/+1 |
2018-05-13 | - Added dedicated unicode support for text. | Eduardo Julian | 1 | -1/+1 |
2017-11-29 | - Changed the identifier separator, from the semi-colon (;) to the period/dot... | Eduardo Julian | 1 | -25/+25 |
2017-11-27 | - Got rid of even more dots. | Eduardo Julian | 1 | -1/+1 |
2017-11-27 | - Changed the prefixes of numeric functions. | Eduardo Julian | 1 | -1/+1 |
2017-11-26 | - Changed to the new relative imports syntax. | Eduardo Julian | 1 | -10/+10 |
2017-10-20 | - Replaced the "#seed" and "#times" options for "seed" and "times" test combi... | Eduardo Julian | 1 | -40/+42 |
2017-10-17 | - Simplified CLI. | Eduardo Julian | 1 | -39/+35 |
2017-10-16 | - Re-named "Result" type back to "Error". | Eduardo Julian | 1 | -4/+4 |
2017-07-22 | - Removed the "M" suffix from monadic functions. | Eduardo Julian | 1 | -1/+1 |
2017-06-21 | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 1 | -51/+19 |
2017-06-19 | - In lux/test, renamed "test:" to "context:", and "assert" to "test". | Eduardo Julian | 1 | -64/+64 |
2017-04-05 | - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex... | Eduardo Julian | 1 | -3/+3 |
2017-04-03 | - Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream... | Eduardo Julian | 1 | -1/+0 |
2017-03-24 | - Moved lux/random to lux/math/random. | Eduardo Julian | 1 | -1/+1 |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 |
2017-01-25 | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 1 | -2/+2 |
2017-01-06 | - Renamed lux/math/random to lux/random. | Eduardo Julian | 1 | -1/+1 |
2016-12-22 | - Updated tests for lux/cli and lux/math/ratio. | Eduardo Julian | 1 | -3/+5 |
2016-12-02 | - Changed the names of math op functions to make them more consistent and sim... | Eduardo Julian | 1 | -12/+12 |
2016-12-02 | - Updated lux/cli tests. | Eduardo Julian | 1 | -76/+90 |
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl... | Eduardo Julian | 1 | -0/+84 |