| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Lined-up names of "safe" binary/array defs with names of "unsafe" ones. | Eduardo Julian | 2022-03-30 | 2 | -55/+55 |
* | Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor... | Eduardo Julian | 2022-03-30 | 2 | -13/+13 |
* | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 2022-03-30 | 5 | -16/+16 |
* | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 2022-03-30 | 18 | -111/+111 |
* | De-sigil-ification: ! | Eduardo Julian | 2022-03-17 | 16 | -137/+137 |
* | De-sigil-ification: prefix : | Eduardo Julian | 2022-03-16 | 113 | -3192/+3195 |
* | Generalized/type-agnostic arithmetic. | Eduardo Julian | 2022-03-16 | 5 | -173/+282 |
* | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 2022-03-15 | 2 | -59/+59 |
* | De-sigil-ification: ^ | Eduardo Julian | 2022-03-15 | 79 | -1389/+1474 |
* | De-sigil-ification: > | Eduardo Julian | 2022-03-14 | 58 | -1207/+1301 |
* | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 2022-03-14 | 5 | -130/+154 |
* | Leaner syntax for the "for" macro. | Eduardo Julian | 2022-03-14 | 13 | -462/+460 |
* | Type-safe host-level functions for interop with scripting languages. | Eduardo Julian | 2022-03-14 | 3 | -3/+9 |
* | De-sigil-ification: @ | Eduardo Julian | 2022-03-14 | 62 | -1583/+1583 |
* | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 2022-03-14 | 6 | -38/+38 |
* | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 2022-03-11 | 10 | -211/+399 |
* | Added an easy way to export Lux functionality to host programs (in JVM). | Eduardo Julian | 2022-03-09 | 1 | -2/+165 |
* | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 2022-03-08 | 7 | -42/+119 |
* | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 2022-03-07 | 4 | -2/+179 |
* | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 2022-03-05 | 4 | -47/+290 |
* | Keeping the JVM interop fixes coming... | Eduardo Julian | 2022-03-04 | 6 | -14/+26 |
* | Finishing the meta-compiler [Part 5] | Eduardo Julian | 2022-03-02 | 5 | -4/+180 |
* | Still more fixes for JVM interop. | Eduardo Julian | 2022-03-01 | 3 | -2/+52 |
* | Optimizations for the pure-Lux JVM compiler. [Part 4] | Eduardo Julian | 2022-02-28 | 5 | -43/+145 |
* | Fixed directive extensions for Lux/Lua. | Eduardo Julian | 2022-02-27 | 5 | -25/+92 |
* | Finishing the meta-compiler [Part 4] | Eduardo Julian | 2022-02-24 | 4 | -56/+259 |
* | ADDED Can pass config parameters to compiler and select code based on it. Can... | Eduardo Julian | 2022-02-23 | 13 | -50/+244 |
* | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 2022-02-22 | 10 | -158/+1149 |
* | Optimizations for the pure-Lux JVM compiler. [Part 3] | Eduardo Julian | 2022-02-19 | 4 | -9/+102 |
* | Yet more fixes for JVM interop. | Eduardo Julian | 2022-02-18 | 6 | -203/+648 |
* | Finishing the meta-compiler [Part 3] | Eduardo Julian | 2022-02-17 | 3 | -16/+140 |
* | FIXED generating artifact IDs in the context of "lux in-module". | Eduardo Julian | 2022-02-16 | 4 | -11/+507 |
* | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 2022-02-12 | 2 | -99/+191 |
* | Fixed directive extensions for Lux/Python. | Eduardo Julian | 2022-02-11 | 13 | -118/+347 |
* | Finishing the meta-compiler [Part 2] | Eduardo Julian | 2022-02-10 | 5 | -123/+271 |
* | Optimized integer addition for Lux/Ruby in MRuby. | Eduardo Julian | 2022-02-08 | 4 | -26/+171 |
* | Optimizations for the pure-Lux JVM compiler. [Part 1] | Eduardo Julian | 2022-02-08 | 6 | -136/+267 |
* | Fixes for JVM interop. | Eduardo Julian | 2022-02-06 | 4 | -55/+115 |
* | Finishing the meta-compiler [Part 1] | Eduardo Julian | 2022-02-06 | 6 | -27/+270 |
* | Updated copyright notices. | Eduardo Julian | 2022-02-05 | 4 | -47/+204 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 2022-02-03 | 7 | -416/+775 |
* | A few JVM-related fixes & improvements. | Eduardo Julian | 2022-01-31 | 6 | -26/+278 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 12] | Eduardo Julian | 2022-01-30 | 9 | -188/+598 |
* | Better detection for "exec" optimization. | Eduardo Julian | 2022-01-28 | 6 | -108/+243 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 11] | Eduardo Julian | 2022-01-27 | 5 | -68/+467 |
* | Fixes for the "with_expansions" macro. | Eduardo Julian | 2022-01-26 | 4 | -47/+119 |
* | Bug fixes for eval in general and in Lux/Ruby. | Eduardo Julian | 2022-01-25 | 6 | -87/+244 |
* | Added explicit function inlining. | Eduardo Julian | 2022-01-24 | 2 | -1/+35 |
* | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 2022-01-24 | 4 | -97/+194 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 10] | Eduardo Julian | 2022-01-22 | 4 | -56/+221 |