| Commit message (Expand) | Author | Age | Files | Lines |
* | Still more fixes for JVM interop. | Eduardo Julian | 2022-03-01 | 20 | -280/+402 |
* | Optimizations for the pure-Lux JVM compiler. [Part 4] | Eduardo Julian | 2022-02-28 | 20 | -194/+389 |
* | Fixed directive extensions for Lux/Lua. | Eduardo Julian | 2022-02-27 | 29 | -479/+664 |
* | Finishing the meta-compiler [Part 4] | Eduardo Julian | 2022-02-24 | 40 | -393/+698 |
* | ADDED Can pass config parameters to compiler and select code based on it. Can... | Eduardo Julian | 2022-02-23 | 42 | -326/+719 |
* | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 2022-02-22 | 47 | -753/+1830 |
* | Missing bits of the optimization. | Eduardo Julian | 2022-02-19 | 8 | -91/+99 |
* | Optimizations for the pure-Lux JVM compiler. [Part 3] | Eduardo Julian | 2022-02-19 | 19 | -266/+528 |
* | Yet more fixes for JVM interop. | Eduardo Julian | 2022-02-18 | 26 | -515/+1041 |
* | Finishing the meta-compiler [Part 3] | Eduardo Julian | 2022-02-17 | 17 | -194/+361 |
* | FIXED loop binding initialization in several back-ends. | Eduardo Julian | 2022-02-16 | 16 | -352/+407 |
* | FIXED generating artifact IDs in the context of "lux in-module". | Eduardo Julian | 2022-02-16 | 14 | -565/+1099 |
* | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 2022-02-12 | 12 | -590/+724 |
* | Fixed directive extensions for Lux/Python. | Eduardo Julian | 2022-02-11 | 41 | -561/+937 |
* | Finishing the meta-compiler [Part 2] | Eduardo Julian | 2022-02-10 | 15 | -263/+647 |
* | Optimized integer addition for Lux/Ruby in MRuby. | Eduardo Julian | 2022-02-08 | 32 | -231/+368 |
* | Optimizations for the pure-Lux JVM compiler. [Part 1] | Eduardo Julian | 2022-02-08 | 12 | -470/+670 |
* | Fixes for JVM interop. | Eduardo Julian | 2022-02-06 | 13 | -193/+531 |
* | Finishing the meta-compiler [Part 1] | Eduardo Julian | 2022-02-06 | 29 | -446/+759 |
* | Updated copyright notices. | Eduardo Julian | 2022-02-05 | 21 | -230/+393 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 2022-02-03 | 27 | -1261/+1629 |
* | A few JVM-related fixes & improvements. | Eduardo Julian | 2022-01-31 | 35 | -376/+655 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 2022-01-30 | 19 | -608/+1361 |
* | Fixed a bug when cleaning-up test reports. | Eduardo Julian | 2022-01-28 | 1 | -79/+76 |
* | Better detection for "exec" optimization. | Eduardo Julian | 2022-01-28 | 25 | -310/+472 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 11] | Eduardo Julian | 2022-01-27 | 25 | -399/+869 |
* | Fixes for the "with_expansions" macro. | Eduardo Julian | 2022-01-26 | 22 | -282/+509 |
* | Bug fixes for eval in general and in Lux/Ruby. | Eduardo Julian | 2022-01-25 | 34 | -769/+951 |
* | Added explicit function inlining. | Eduardo Julian | 2022-01-24 | 8 | -26/+123 |
* | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 2022-01-24 | 31 | -646/+858 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 10] | Eduardo Julian | 2022-01-22 | 24 | -181/+575 |
* | Better text formatting for types. | Eduardo Julian | 2022-01-20 | 21 | -208/+421 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 9] | Eduardo Julian | 2022-01-19 | 29 | -426/+570 |
* | Cleaner test reporting. | Eduardo Julian | 2022-01-19 | 15 | -139/+208 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 8] | Eduardo Julian | 2022-01-19 | 37 | -388/+1080 |
* | Full implementation of console for Node.js. | Eduardo Julian | 2022-01-18 | 22 | -498/+880 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 7] | Eduardo Julian | 2022-01-18 | 11 | -90/+406 |
* | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 2022-01-15 | 23 | -176/+342 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 2022-01-13 | 18 | -155/+350 |
* | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 2022-01-11 | 13 | -127/+200 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 2022-01-10 | 22 | -197/+378 |
* | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 2022-01-09 | 23 | -197/+333 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 4] | Eduardo Julian | 2022-01-08 | 31 | -608/+879 |
* | Now explicitly optimizing "exec". | Eduardo Julian | 2022-01-07 | 13 | -24/+128 |
* | Fixed bug in case coverage that allowed redundancies for primitives. | Eduardo Julian | 2022-01-07 | 2 | -176/+215 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 3] | Eduardo Julian | 2022-01-07 | 20 | -321/+463 |
* | Small optimizations to JVM bytecode generation. | Eduardo Julian | 2022-01-06 | 8 | -51/+140 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2022-01-06 | 39 | -646/+1483 |
* | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-31 | 26 | -227/+1248 |
* | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2021-12-25 | 16 | -198/+314 |