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