| Commit message (Expand) | Author | Age | Files | Lines |
* | Type-safe host-level functions for interop with scripting languages. | Eduardo Julian | 2022-03-14 | 7 | -17/+33 |
* | De-sigil-ification: @ | Eduardo Julian | 2022-03-14 | 234 | -5015/+5018 |
* | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 2022-03-14 | 57 | -1886/+1204 |
* | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 2022-03-11 | 57 | -977/+1783 |
* | Added an easy way to export Lux functionality to host programs (in JVM). | Eduardo Julian | 2022-03-09 | 12 | -176/+439 |
* | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 2022-03-08 | 25 | -284/+516 |
* | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 2022-03-07 | 26 | -748/+894 |
* | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 2022-03-05 | 21 | -893/+1272 |
* | Keeping the JVM interop fixes coming... | Eduardo Julian | 2022-03-04 | 25 | -287/+359 |
* | Finishing the meta-compiler [Part 5] | Eduardo Julian | 2022-03-02 | 19 | -234/+449 |
* | 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 |