| Commit message (Expand) | Author | Files | Lines |
2022-04-08 | De-sigil-ification: $ | Eduardo Julian | 1 | -17/+17 |
2022-04-06 | Got documentation back in working condition. | Eduardo Julian | 2 | -20/+21 |
2022-04-05 | No longer depending on the ASM library for JVM bytecode generation. | Eduardo Julian | 1 | -15/+15 |
2022-04-04 | Properly handling variance for arrays to avoid invalid subtyping. | Eduardo Julian | 1 | -47/+49 |
2022-03-30 | De-sigil-ification: / | Eduardo Julian | 1 | -48/+48 |
2022-03-30 | Lined-up names of "safe" binary/array defs with names of "unsafe" ones. | Eduardo Julian | 1 | -29/+29 |
2022-03-30 | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 2 | -19/+19 |
2022-03-30 | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 2 | -7/+7 |
2022-03-17 | De-sigil-ification: ! | Eduardo Julian | 1 | -5/+5 |
2022-03-16 | De-sigil-ification: prefix : | Eduardo Julian | 2 | -410/+410 |
2022-03-14 | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 1 | -6/+7 |
2022-03-14 | Leaner syntax for the "for" macro. | Eduardo Julian | 2 | -218/+217 |
2022-03-14 | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 1 | -2/+3 |
2022-03-11 | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 1 | -2/+4 |
2022-03-07 | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 1 | -0/+3 |
2022-03-05 | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 2 | -242/+650 |
2022-03-02 | Finishing the meta-compiler [Part 5] | Eduardo Julian | 1 | -2/+2 |
2022-02-22 | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 1 | -6/+7 |
2022-02-16 | FIXED loop binding initialization in several back-ends. | Eduardo Julian | 1 | -64/+65 |
2022-02-16 | FIXED generating artifact IDs in the context of "lux in-module". | Eduardo Julian | 1 | -117/+126 |
2022-02-12 | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 1 | -0/+314 |