aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-1455-1803/+1959
* FIXED: JS error wherein a piece of runtime machinery was missing.Eduardo Julian2022-03-144-278/+280
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-1475-4257/+4261
* Type-safe host-level functions for interop with scripting languages.Eduardo Julian2022-03-147-17/+33
* De-sigil-ification: @Eduardo Julian2022-03-14234-5015/+5018
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-1457-1886/+1204
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-1157-977/+1783
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-0912-176/+439
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0825-284/+516
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-0726-748/+894
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-0521-893/+1272
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-0425-287/+359
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-0219-234/+449
* Still more fixes for JVM interop.Eduardo Julian2022-03-0120-280/+402
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2820-194/+389
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2729-479/+664
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2440-393/+698
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-2342-326/+719
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2247-753/+1830
* Missing bits of the optimization.Eduardo Julian2022-02-198-91/+99
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-1919-266/+528
* Yet more fixes for JVM interop.Eduardo Julian2022-02-1826-515/+1041
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-1717-194/+361
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1616-352/+407
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-1614-565/+1099
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-1212-590/+724
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1141-561/+937
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-1015-263/+647
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0832-231/+368
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-0812-470/+670
* Fixes for JVM interop.Eduardo Julian2022-02-0613-193/+531
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0629-446/+759
* Updated copyright notices.Eduardo Julian2022-02-0521-230/+393
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0327-1261/+1629
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-3135-376/+655
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-3019-608/+1361
* Fixed a bug when cleaning-up test reports.Eduardo Julian2022-01-281-79/+76
* Better detection for "exec" optimization.Eduardo Julian2022-01-2825-310/+472
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-2725-399/+869
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-2622-282/+509
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2534-769/+951
* Added explicit function inlining.Eduardo Julian2022-01-248-26/+123
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-2431-646/+858
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-2224-181/+575
* Better text formatting for types.Eduardo Julian2022-01-2021-208/+421
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-1929-426/+570
* Cleaner test reporting.Eduardo Julian2022-01-1915-139/+208
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-1937-388/+1080
* Full implementation of console for Node.js.Eduardo Julian2022-01-1822-498/+880
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-1811-90/+406