| Commit message (Expand) | Author | Files | Lines |
2022-01-19 | Fixes for the pure-Lux JVM compiler machinery. [Part 8] | Eduardo Julian | 35 | -384/+1071 |
2022-01-18 | Full implementation of console for Node.js. | Eduardo Julian | 21 | -498/+876 |
2022-01-18 | Fixes for the pure-Lux JVM compiler machinery. [Part 7] | Eduardo Julian | 9 | -90/+398 |
2022-01-15 | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 21 | -176/+334 |
2022-01-13 | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 16 | -155/+342 |
2022-01-11 | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 8 | -109/+183 |
2022-01-10 | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 15 | -174/+355 |
2022-01-09 | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 17 | -181/+304 |
2022-01-08 | Fixes for the pure-Lux JVM compiler machinery. [Part 4] | Eduardo Julian | 30 | -603/+871 |
2022-01-07 | Now explicitly optimizing "exec". | Eduardo Julian | 13 | -24/+128 |
2022-01-07 | Fixed bug in case coverage that allowed redundancies for primitives. | Eduardo Julian | 2 | -176/+215 |
2022-01-07 | Fixes for the pure-Lux JVM compiler machinery. [Part 3] | Eduardo Julian | 20 | -321/+463 |
2022-01-06 | Small optimizations to JVM bytecode generation. | Eduardo Julian | 8 | -51/+140 |
2022-01-06 | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 20 | -479/+1257 |
2021-12-31 | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 15 | -222/+1206 |
2021-12-25 | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 8 | -181/+286 |
2021-12-24 | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 35 | -889/+1943 |
2021-11-30 | v0.6.5 | Eduardo Julian | 9 | -43/+69 |
2021-11-29 | Got "lux syntax char case!" to work on Rembulan. | Eduardo Julian | 8 | -105/+120 |
2021-11-29 | New packaging for Ruby programs. | Eduardo Julian | 5 | -29/+185 |
2021-11-29 | Ruby compilation that is better adjusted to both normal Ruby and MRuby. | Eduardo Julian | 2 | -107/+146 |
2021-11-19 | Added tree-shaking to the compiler. | Eduardo Julian | 13 | -207/+513 |
2021-11-16 | 64-bit integers that work in both normal Ruby & DragonRuby. | Eduardo Julian | 6 | -116/+308 |
2021-11-08 | Added the carriage return for better Windows compatibility. | Eduardo Julian | 8 | -73/+108 |
2021-11-08 | Used new Function interface to fix directives bug in JVM compiler. | Eduardo Julian | 1 | -5/+7 |
2021-11-08 | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 1 | -46/+46 |
2021-11-04 | Better method calls in Ruby. | Eduardo Julian | 6 | -56/+48 |
2021-11-04 | Ruby compilation that is compatible with DragonRuby. | Eduardo Julian | 6 | -153/+189 |
2021-10-31 | Properly inheriting the default profile in Aedifex. | Eduardo Julian | 4 | -20/+52 |
2021-10-31 | Fixed a bug when calling JVM functions from Ruby code. | Eduardo Julian | 2 | -41/+36 |
2021-10-30 | Got extension-handler types to line-up in non-hosted compilers. | Eduardo Julian | 2 | -30/+96 |
2021-10-30 | Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler. | Eduardo Julian | 1 | -96/+120 |
2021-10-29 | Fixed a glitched that caused extensions coming from imports to be forgotten. | Eduardo Julian | 2 | -23/+75 |
2021-10-22 | FIXED analysis extensions got reset and new ones would be unavailable. | Eduardo Julian | 11 | -189/+266 |
2021-10-09 | Fixed packaging issue. | Eduardo Julian | 13 | -355/+359 |
2021-09-20 | Updates and fixes for the book. | Eduardo Julian | 2 | -26/+28 |
2021-09-19 | Added STDLIB documentation for the different target platforms. | Eduardo Julian | 17 | -365/+438 |
2021-09-17 | Handled the hiccup in Python compilation. | Eduardo Julian | 7 | -185/+192 |
2021-09-16 | Adapted Lua, Python and Ruby compilers to the new variant format. | Eduardo Julian | 17 | -265/+279 |
2021-09-16 | Additional documentation for JVM types. | Eduardo Julian | 19 | -30/+377 |
2021-09-15 | "module:" => "using" | Eduardo Julian | 955 | -1021/+1021 |
2021-09-15 | "Row" => "Sequence" | Eduardo Julian | 70 | -521/+513 |
2021-09-15 | "Sequence" => "Stream" | Eduardo Julian | 7 | -70/+69 |
2021-09-15 | Correctly analyzing records in the presence of local bindings. | Eduardo Julian | 9 | -133/+170 |
2021-09-14 | Re-named "recur" to "again". | Eduardo Julian | 132 | -529/+529 |
2021-09-14 | Better list pairing. | Eduardo Julian | 7 | -129/+175 |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 137 | -1141/+1126 |
2021-09-14 | No more "^slots". | Eduardo Julian | 29 | -200/+152 |
2021-09-14 | Re-named "name_of" to "symbol". | Eduardo Julian | 46 | -103/+103 |
2021-09-14 | Re-named "Name" to "Symbol". | Eduardo Julian | 100 | -546/+567 |