| Commit message (Expand) | Author | Files | Lines |
2022-02-19 | Missing bits of the optimization. | Eduardo Julian | 8 | -91/+99 |
2022-02-19 | Optimizations for the pure-Lux JVM compiler. [Part 3] | Eduardo Julian | 18 | -242/+506 |
2022-02-18 | Yet more fixes for JVM interop. | Eduardo Julian | 15 | -393/+896 |
2022-02-17 | Finishing the meta-compiler [Part 3] | Eduardo Julian | 13 | -194/+348 |
2022-02-16 | FIXED loop binding initialization in several back-ends. | Eduardo Julian | 15 | -342/+393 |
2022-02-16 | FIXED generating artifact IDs in the context of "lux in-module". | Eduardo Julian | 14 | -565/+1099 |
2022-02-12 | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 9 | -582/+717 |
2022-02-11 | Fixed directive extensions for Lux/Python. | Eduardo Julian | 40 | -378/+714 |
2022-02-10 | Finishing the meta-compiler [Part 2] | Eduardo Julian | 15 | -263/+647 |
2022-02-08 | Optimized integer addition for Lux/Ruby in MRuby. | Eduardo Julian | 30 | -229/+353 |
2022-02-08 | Optimizations for the pure-Lux JVM compiler. [Part 1] | Eduardo Julian | 11 | -470/+669 |
2022-02-06 | Fixes for JVM interop. | Eduardo Julian | 12 | -193/+527 |
2022-02-06 | Finishing the meta-compiler [Part 1] | Eduardo Julian | 26 | -442/+751 |
2022-02-05 | Updated copyright notices. | Eduardo Julian | 12 | -145/+308 |
2022-02-03 | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 19 | -648/+1010 |
2022-01-31 | A few JVM-related fixes & improvements. | Eduardo Julian | 32 | -376/+649 |
2022-01-30 | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 18 | -608/+1360 |
2022-01-28 | Fixed a bug when cleaning-up test reports. | Eduardo Julian | 1 | -79/+76 |
2022-01-28 | Better detection for "exec" optimization. | Eduardo Julian | 25 | -310/+472 |
2022-01-27 | Fixes for the pure-Lux JVM compiler machinery. [Part 11] | Eduardo Julian | 21 | -306/+774 |
2022-01-26 | Fixes for the "with_expansions" macro. | Eduardo Julian | 22 | -282/+509 |
2022-01-25 | Bug fixes for eval in general and in Lux/Ruby. | Eduardo Julian | 30 | -704/+876 |
2022-01-24 | Added explicit function inlining. | Eduardo Julian | 4 | -4/+85 |
2022-01-24 | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 28 | -492/+669 |
2022-01-22 | Fixes for the pure-Lux JVM compiler machinery. [Part 10] | Eduardo Julian | 22 | -181/+573 |
2022-01-20 | Better text formatting for types. | Eduardo Julian | 20 | -206/+419 |
2022-01-19 | Fixes for the pure-Lux JVM compiler machinery. [Part 9] | Eduardo Julian | 27 | -426/+565 |
2022-01-19 | Cleaner test reporting. | Eduardo Julian | 14 | -139/+203 |
2022-01-19 | Fixes for the pure-Lux JVM compiler machinery. [Part 8] | Eduardo Julian | 35 | -384/+1071 |
2022-01-18 | Full implementation of console for Node.js. | Eduardo Julian | 21 | -498/+876 |
2022-01-18 | Fixes for the pure-Lux JVM compiler machinery. [Part 7] | Eduardo Julian | 9 | -90/+398 |
2022-01-15 | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 21 | -176/+334 |
2022-01-13 | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 16 | -155/+342 |
2022-01-11 | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 8 | -109/+183 |
2022-01-10 | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 15 | -174/+355 |
2022-01-09 | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 17 | -181/+304 |
2022-01-08 | Fixes for the pure-Lux JVM compiler machinery. [Part 4] | Eduardo Julian | 30 | -603/+871 |
2022-01-07 | Now explicitly optimizing "exec". | Eduardo Julian | 13 | -24/+128 |
2022-01-07 | Fixed bug in case coverage that allowed redundancies for primitives. | Eduardo Julian | 2 | -176/+215 |
2022-01-07 | Fixes for the pure-Lux JVM compiler machinery. [Part 3] | Eduardo Julian | 20 | -321/+463 |
2022-01-06 | Small optimizations to JVM bytecode generation. | Eduardo Julian | 8 | -51/+140 |
2022-01-06 | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 20 | -479/+1257 |
2021-12-31 | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 15 | -222/+1206 |
2021-12-25 | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 9 | -182/+287 |
2021-12-24 | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 35 | -889/+1943 |
2021-11-30 | v0.6.5 | Eduardo Julian | 10 | -49/+75 |
2021-11-29 | Got "lux syntax char case!" to work on Rembulan. | Eduardo Julian | 8 | -105/+120 |
2021-11-29 | New packaging for Ruby programs. | Eduardo Julian | 5 | -29/+185 |
2021-11-29 | Ruby compilation that is better adjusted to both normal Ruby and MRuby. | Eduardo Julian | 2 | -107/+146 |
2021-11-19 | Added tree-shaking to the compiler. | Eduardo Julian | 14 | -209/+515 |