| Commit message (Expand) | Author | Files | Lines |
2022-11-28 | Added currencies. | Eduardo Julian | 1 | -0/+2 |
2022-11-15 | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 1 | -2/+3 |
2022-08-26 | Added support for behavioral programming. | Eduardo Julian | 1 | -0/+11 |
2022-08-25 | Added support for structured concurrency. | Eduardo Julian | 1 | -0/+9 |
2022-08-23 | Added function trampolines. | Eduardo Julian | 1 | -0/+5 |
2022-08-19 | Added support for incremental computation. | Eduardo Julian | 1 | -0/+11 |
2022-07-26 | Made inlined functions into first-class macros. | Eduardo Julian | 1 | -0/+3 |
2022-07-07 | Added support for defining custom/closed macro systems. | Eduardo Julian | 2 | -0/+10 |
2022-07-01 | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 2 | -0/+7 |
2022-06-30 | Better naming for measure/quantity types. | Eduardo Julian | 1 | -0/+1 |
2022-06-29 | Better syntax for getting/setting fields when defining JVM classes. | Eduardo Julian | 1 | -0/+2 |
2022-06-25 | De-sigil-ification: suffix : [Part 15] | Eduardo Julian | 1 | -0/+5 |
2022-06-14 | Better syntax for invoking super methods inside overriden methods. | Eduardo Julian | 2 | -1/+6 |
2022-06-06 | Added extensions to JS interop for working with "undefined" values. | Eduardo Julian | 1 | -0/+4 |
2022-06-03 | Extensible import syntax [Part 4] | Eduardo Julian | 1 | -0/+1 |
2022-04-04 | Properly handling variance for arrays to avoid invalid subtyping. | Eduardo Julian | 3 | -0/+5 |
2022-03-04 | Keeping the JVM interop fixes coming... | Eduardo Julian | 1 | -0/+5 |
2022-02-18 | Yet more fixes for JVM interop. | Eduardo Julian | 1 | -0/+5 |
2022-02-12 | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 1 | -0/+1 |
2022-02-08 | Optimized integer addition for Lux/Ruby in MRuby. | Eduardo Julian | 1 | -0/+13 |
2021-10-22 | FIXED analysis extensions got reset and new ones would be unavailable. | Eduardo Julian | 1 | -0/+8 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 1 | -0/+4 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 1 | -0/+5 |
2021-07-17 | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 2 | -0/+8 |
2020-12-04 | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 1 | -0/+4 |
2020-12-02 | Test for Aedifex's "auto" command. | Eduardo Julian | 1 | -0/+4 |