| Commit message (Expand) | Author | Age | Files | Lines |
* | Mandatory long names for JVM imports, instead of having "long" be optional an... | Eduardo Julian | 2020-10-09 | 1 | -1/+1 |
* | Optimized generation of I64, F64 and variants on JVM. | Eduardo Julian | 2020-10-07 | 1 | -11/+41 |
* | Test imports for circular dependencies. | Eduardo Julian | 2020-10-07 | 1 | -0/+61 |
* | Allow "#io" outputs for JS imports. | Eduardo Julian | 2020-08-09 | 1 | -2/+3 |
* | Now using the new syntax for variants (even though they still work the old wa... | Eduardo Julian | 2020-07-02 | 1 | -6/+6 |
* | Moved all spec(ifications) from under "test/" to under "spec/". | Eduardo Julian | 2020-07-01 | 10 | -0/+369 |
* | Can now parse TAR files. | Eduardo Julian | 2020-05-28 | 1 | -0/+31 |
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 5 | -7/+7 |
* | Implemented an alternative method for extensible JVM bytecode generation. | Eduardo Julian | 2019-12-28 | 1 | -8/+12 |
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 2 | -22/+22 |
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 5 | -35/+41 |
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 2 | -12/+14 |
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 4 | -21/+28 |
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 9 | -79/+75 |
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 5 | -12/+10 |
* | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 2019-04-28 | 1 | -6/+6 |
* | Turned all "lux frac ???" extensions to "lux f64 ???". | Eduardo Julian | 2019-04-28 | 1 | -7/+7 |
* | Ported tests for type analysis. | Eduardo Julian | 2019-04-27 | 3 | -19/+96 |
* | Refactored the spec a bit better. | Eduardo Julian | 2019-04-26 | 8 | -75/+142 |
* | Ported common extensions tests. | Eduardo Julian | 2019-04-26 | 1 | -0/+339 |
* | - Ported pattern-matching tests. | Eduardo Julian | 2019-04-26 | 3 | -24/+378 |
* | Ported reference tests. | Eduardo Julian | 2019-04-26 | 2 | -20/+101 |
* | WIP: Turning compiler tests into a re-usable specification. | Eduardo Julian | 2019-04-26 | 3 | -0/+201 |