aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-1420-1827/+1071
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-1124-506/+1056
| | | | else).
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-098-168/+267
|
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0814-240/+390
|
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-079-176/+176
|
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-0513-603/+327
|
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-0410-95/+124
|
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-029-227/+255
|
* Still more fixes for JVM interop.Eduardo Julian2022-03-0117-278/+350
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2811-128/+210
|
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2717-223/+270
|
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2430-308/+390
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-2315-73/+245
| | | | Can also select code based on compiler version.
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2220-412/+462
|
* Missing bits of the optimization.Eduardo Julian2022-02-198-91/+99
|
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-1914-233/+404
|
* Yet more fixes for JVM interop.Eduardo Julian2022-02-189-190/+248
|
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-178-154/+199
|
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1613-277/+324
|
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-169-437/+466
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-126-483/+212
|
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1125-218/+395
|
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-109-140/+361
|
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0824-128/+178
|
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-085-334/+402
|
* Fixes for JVM interop.Eduardo Julian2022-02-068-138/+412
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0614-281/+308
|
* Updated copyright notices.Eduardo Julian2022-02-055-52/+144
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0312-232/+235
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-3123-306/+324
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-309-420/+762
|
* Fixed a bug when cleaning-up test reports.Eduardo Julian2022-01-281-79/+76
|
* Better detection for "exec" optimization.Eduardo Julian2022-01-2818-199/+225
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-2716-238/+307
|
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-2618-235/+390
|
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2524-617/+632
|
* Added explicit function inlining.Eduardo Julian2022-01-242-3/+50
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-2424-395/+475
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-2218-125/+352
|
* Better text formatting for types.Eduardo Julian2022-01-2015-95/+98
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-1920-258/+320
|
* Cleaner test reporting.Eduardo Julian2022-01-1910-123/+148
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-1926-261/+452
|
* Full implementation of console for Node.js.Eduardo Julian2022-01-1817-428/+502
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-185-37/+38
|
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-1515-161/+215
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-1311-92/+93
|
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-115-58/+61
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-1012-171/+216
|
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-0913-163/+208
|