| Commit message (Expand) | Author | Age | Files | Lines |
* | ADDED Can pass config parameters to compiler and select code based on it. Can... | Eduardo Julian | 2022-02-23 | 40 | -323/+710 |
* | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 2022-02-22 | 31 | -576/+1618 |
* | 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 | 18 | -242/+506 |
* | Yet more fixes for JVM interop. | Eduardo Julian | 2022-02-18 | 15 | -393/+896 |
* | Finishing the meta-compiler [Part 3] | Eduardo Julian | 2022-02-17 | 13 | -194/+348 |
* | FIXED loop binding initialization in several back-ends. | Eduardo Julian | 2022-02-16 | 15 | -342/+393 |
* | 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 | 9 | -582/+717 |
* | Fixed directive extensions for Lux/Python. | Eduardo Julian | 2022-02-11 | 40 | -378/+714 |
* | 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 | 30 | -229/+353 |
* | Optimizations for the pure-Lux JVM compiler. [Part 1] | Eduardo Julian | 2022-02-08 | 11 | -470/+669 |
* | Fixes for JVM interop. | Eduardo Julian | 2022-02-06 | 12 | -193/+527 |
* | Finishing the meta-compiler [Part 1] | Eduardo Julian | 2022-02-06 | 26 | -442/+751 |
* | Updated copyright notices. | Eduardo Julian | 2022-02-05 | 12 | -145/+308 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 2022-02-03 | 19 | -648/+1010 |
* | A few JVM-related fixes & improvements. | Eduardo Julian | 2022-01-31 | 32 | -376/+649 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 2022-01-30 | 18 | -608/+1360 |
* | 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 | 21 | -306/+774 |
* | 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 | 30 | -704/+876 |
* | Added explicit function inlining. | Eduardo Julian | 2022-01-24 | 4 | -4/+85 |
* | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 2022-01-24 | 28 | -492/+669 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 10] | Eduardo Julian | 2022-01-22 | 22 | -181/+573 |
* | Better text formatting for types. | Eduardo Julian | 2022-01-20 | 20 | -206/+419 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 9] | Eduardo Julian | 2022-01-19 | 27 | -426/+565 |
* | Cleaner test reporting. | Eduardo Julian | 2022-01-19 | 14 | -139/+203 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 8] | Eduardo Julian | 2022-01-19 | 35 | -384/+1071 |
* | Full implementation of console for Node.js. | Eduardo Julian | 2022-01-18 | 21 | -498/+876 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 7] | Eduardo Julian | 2022-01-18 | 9 | -90/+398 |
* | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 2022-01-15 | 21 | -176/+334 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 2022-01-13 | 16 | -155/+342 |
* | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 2022-01-11 | 8 | -109/+183 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 2022-01-10 | 15 | -174/+355 |
* | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 2022-01-09 | 17 | -181/+304 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 4] | Eduardo Julian | 2022-01-08 | 30 | -603/+871 |
* | 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 | 20 | -479/+1257 |
* | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-31 | 15 | -222/+1206 |
* | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2021-12-25 | 8 | -181/+286 |
* | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-24 | 35 | -889/+1943 |
* | v0.6.5 | Eduardo Julian | 2021-11-30 | 9 | -43/+69 |
* | Got "lux syntax char case!" to work on Rembulan. | Eduardo Julian | 2021-11-29 | 8 | -105/+120 |
* | New packaging for Ruby programs. | Eduardo Julian | 2021-11-29 | 5 | -29/+185 |