aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-19Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian14-233/+404
2022-02-18Yet more fixes for JVM interop.Eduardo Julian9-190/+248
2022-02-17Finishing the meta-compiler [Part 3]Eduardo Julian8-154/+199
2022-02-16FIXED loop binding initialization in several back-ends.Eduardo Julian13-277/+324
2022-02-16FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian9-437/+466
2022-02-12Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian6-483/+212
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian25-218/+395
2022-02-10Finishing the meta-compiler [Part 2]Eduardo Julian9-140/+361
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian24-128/+178
2022-02-08Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian5-334/+402
2022-02-06Fixes for JVM interop.Eduardo Julian8-138/+412
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian14-281/+308
2022-02-05Updated copyright notices.Eduardo Julian5-52/+144
2022-02-03Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian12-232/+235
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian23-306/+324
2022-01-30Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian9-420/+762
2022-01-28Fixed a bug when cleaning-up test reports.Eduardo Julian1-79/+76
2022-01-28Better detection for "exec" optimization.Eduardo Julian18-199/+225
2022-01-27Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian16-238/+307
2022-01-26Fixes for the "with_expansions" macro.Eduardo Julian18-235/+390
2022-01-25Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian24-617/+632
2022-01-24Added explicit function inlining.Eduardo Julian2-3/+50
2022-01-24Fixed compilation of <init> methods for anonymous classes.Eduardo Julian24-395/+475
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian18-125/+352
2022-01-20Better text formatting for types.Eduardo Julian15-95/+98
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian20-258/+320
2022-01-19Cleaner test reporting.Eduardo Julian10-123/+148
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian26-261/+452
2022-01-18Full implementation of console for Node.js.Eduardo Julian17-428/+502
2022-01-18Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian5-37/+38
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian15-161/+215
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian11-92/+93
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian5-58/+61
2022-01-10Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian12-171/+216
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian13-163/+208
2022-01-08Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian27-567/+724
2022-01-07Now explicitly optimizing "exec".Eduardo Julian10-24/+74
2022-01-07Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2-176/+215
2022-01-07Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian17-303/+346
2022-01-06Small optimizations to JVM bytecode generation.Eduardo Julian4-32/+22
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian14-451/+526
2021-12-31Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian8-131/+122
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian4-145/+197
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian32-787/+986
2021-11-30v0.6.5Eduardo Julian9-43/+69
2021-11-29Got "lux syntax char case!" to work on Rembulan.Eduardo Julian7-104/+114
2021-11-29New packaging for Ruby programs.Eduardo Julian2-1/+142
2021-11-29Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2-107/+146
2021-11-19Added tree-shaking to the compiler.Eduardo Julian12-206/+509
2021-11-1664-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian4-88/+278