| Commit message (Expand) | Author | Files | Lines |
2022-03-16 | Generalized/type-agnostic arithmetic. | Eduardo Julian | 9 | -539/+759 |
2022-03-15 | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 70 | -611/+616 |
2022-03-15 | De-sigil-ification: ^ | Eduardo Julian | 145 | -2000/+2295 |
2022-03-14 | De-sigil-ification: > | Eduardo Julian | 39 | -584/+616 |
2022-03-14 | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 23 | -366/+382 |
2022-03-14 | FIXED: JS error wherein a piece of runtime machinery was missing. | Eduardo Julian | 4 | -278/+280 |
2022-03-14 | Leaner syntax for the "for" macro. | Eduardo Julian | 44 | -2271/+2275 |
2022-03-14 | Type-safe host-level functions for interop with scripting languages. | Eduardo Julian | 4 | -14/+24 |
2022-03-14 | De-sigil-ification: @ | Eduardo Julian | 128 | -2480/+2483 |
2022-03-14 | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 20 | -1827/+1071 |
2022-03-11 | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 24 | -506/+1056 |
2022-03-09 | Added an easy way to export Lux functionality to host programs (in JVM). | Eduardo Julian | 8 | -168/+267 |
2022-03-08 | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 14 | -240/+390 |
2022-03-07 | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 9 | -176/+176 |
2022-03-05 | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 13 | -603/+327 |
2022-03-04 | Keeping the JVM interop fixes coming... | Eduardo Julian | 10 | -95/+124 |
2022-03-02 | Finishing the meta-compiler [Part 5] | Eduardo Julian | 9 | -227/+255 |
2022-03-01 | Still more fixes for JVM interop. | Eduardo Julian | 17 | -278/+350 |
2022-02-28 | Optimizations for the pure-Lux JVM compiler. [Part 4] | Eduardo Julian | 11 | -128/+210 |
2022-02-27 | Fixed directive extensions for Lux/Lua. | Eduardo Julian | 17 | -223/+270 |
2022-02-24 | Finishing the meta-compiler [Part 4] | Eduardo Julian | 30 | -308/+390 |
2022-02-23 | ADDED Can pass config parameters to compiler and select code based on it. Can... | Eduardo Julian | 15 | -73/+245 |
2022-02-22 | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 20 | -412/+462 |
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 | 14 | -233/+404 |
2022-02-18 | Yet more fixes for JVM interop. | Eduardo Julian | 9 | -190/+248 |
2022-02-17 | Finishing the meta-compiler [Part 3] | Eduardo Julian | 8 | -154/+199 |
2022-02-16 | FIXED loop binding initialization in several back-ends. | Eduardo Julian | 13 | -277/+324 |
2022-02-16 | FIXED generating artifact IDs in the context of "lux in-module". | Eduardo Julian | 9 | -437/+466 |
2022-02-12 | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 6 | -483/+212 |
2022-02-11 | Fixed directive extensions for Lux/Python. | Eduardo Julian | 25 | -218/+395 |
2022-02-10 | Finishing the meta-compiler [Part 2] | Eduardo Julian | 9 | -140/+361 |
2022-02-08 | Optimized integer addition for Lux/Ruby in MRuby. | Eduardo Julian | 24 | -128/+178 |
2022-02-08 | Optimizations for the pure-Lux JVM compiler. [Part 1] | Eduardo Julian | 5 | -334/+402 |
2022-02-06 | Fixes for JVM interop. | Eduardo Julian | 8 | -138/+412 |
2022-02-06 | Finishing the meta-compiler [Part 1] | Eduardo Julian | 14 | -281/+308 |
2022-02-05 | Updated copyright notices. | Eduardo Julian | 5 | -52/+144 |
2022-02-03 | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 12 | -232/+235 |
2022-01-31 | A few JVM-related fixes & improvements. | Eduardo Julian | 23 | -306/+324 |
2022-01-30 | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 9 | -420/+762 |
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 | 18 | -199/+225 |
2022-01-27 | Fixes for the pure-Lux JVM compiler machinery. [Part 11] | Eduardo Julian | 16 | -238/+307 |
2022-01-26 | Fixes for the "with_expansions" macro. | Eduardo Julian | 18 | -235/+390 |
2022-01-25 | Bug fixes for eval in general and in Lux/Ruby. | Eduardo Julian | 24 | -617/+632 |
2022-01-24 | Added explicit function inlining. | Eduardo Julian | 2 | -3/+50 |
2022-01-24 | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 24 | -395/+475 |
2022-01-22 | Fixes for the pure-Lux JVM compiler machinery. [Part 10] | Eduardo Julian | 18 | -125/+352 |
2022-01-20 | Better text formatting for types. | Eduardo Julian | 15 | -95/+98 |
2022-01-19 | Fixes for the pure-Lux JVM compiler machinery. [Part 9] | Eduardo Julian | 20 | -258/+320 |