aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-0827-567/+724
* Now explicitly optimizing "exec".Eduardo Julian2022-01-0710-24/+74
* Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2022-01-072-176/+215
* Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian2022-01-0717-303/+346
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-064-32/+22
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-0614-451/+526
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-318-131/+122
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-254-145/+197
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2432-787/+986
* v0.6.5Eduardo Julian2021-11-309-43/+69
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-297-104/+114
* New packaging for Ruby programs.Eduardo Julian2021-11-292-1/+142
* Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2021-11-292-107/+146
* Added tree-shaking to the compiler.Eduardo Julian2021-11-1912-206/+509
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-164-88/+278
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-088-73/+108
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-46/+46
* Better method calls in Ruby.Eduardo Julian2021-11-046-56/+48
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-312-41/+36
* Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2021-10-302-30/+96
* Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian2021-10-301-96/+120
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-292-23/+75