aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-1523-176/+342
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-1318-155/+350
|
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-1113-127/+200
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-1022-197/+378
|
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-0923-197/+333
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-0831-608/+879
|
* Now explicitly optimizing "exec".Eduardo Julian2022-01-0713-24/+128
|
* 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-0720-321/+463
|
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-068-51/+140
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-0639-646/+1483
|
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-3126-227/+1248
|
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-2516-198/+314
|
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2470-1946/+3103
|
* Updated versions in documentation.Eduardo Julian2021-11-305-23/+23
|
* v0.6.5Eduardo Julian2021-11-3024-107/+103
|
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-299-170/+185
|
* New packaging for Ruby programs.Eduardo Julian2021-11-296-56/+216
|
* Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2021-11-298-145/+196
|
* Added tree-shaking to the compiler.Eduardo Julian2021-11-1921-353/+728
|
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-166-116/+308
|
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-0813-80/+123
|
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-087-146/+156
|
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-0830-138/+265
|
* Better method calls in Ruby.Eduardo Julian2021-11-047-57/+57
|
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
|
* Added the new forum to the documentation, plus updated versions.Eduardo Julian2021-11-026-25/+27
|
* v0.6.4Eduardo Julian2021-11-0213-29/+29
|
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-316-35/+67
|
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-313-112/+158
|
* 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-305-291/+343
|