| Commit message (Expand) | Author | Files | Lines |
2022-01-10 | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 12 | -171/+216 |
2022-01-09 | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 13 | -163/+208 |
2022-01-08 | Fixes for the pure-Lux JVM compiler machinery. [Part 4] | Eduardo Julian | 27 | -567/+724 |
2022-01-07 | Now explicitly optimizing "exec". | Eduardo Julian | 10 | -24/+74 |
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 | 17 | -303/+346 |
2022-01-06 | Small optimizations to JVM bytecode generation. | Eduardo Julian | 4 | -32/+22 |
2022-01-06 | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 14 | -451/+526 |
2021-12-31 | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 8 | -131/+122 |
2021-12-25 | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 4 | -145/+197 |
2021-12-24 | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 32 | -787/+986 |
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 | 7 | -104/+114 |
2021-11-29 | New packaging for Ruby programs. | Eduardo Julian | 2 | -1/+142 |
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 | 12 | -206/+509 |
2021-11-16 | 64-bit integers that work in both normal Ruby & DragonRuby. | Eduardo Julian | 4 | -88/+278 |
2021-11-08 | Added the carriage return for better Windows compatibility. | Eduardo Julian | 8 | -73/+108 |
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 | 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 | 2 | -3/+5 |
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 | 8 | -159/+128 |
2021-09-17 | Handled the hiccup in Python compilation. | Eduardo Julian | 4 | -54/+55 |
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 | 1 | -3/+3 |
2021-09-15 | "module:" => "using" | Eduardo Julian | 440 | -503/+503 |
2021-09-15 | "Row" => "Sequence" | Eduardo Julian | 47 | -361/+354 |
2021-09-15 | "Sequence" => "Stream" | Eduardo Julian | 2 | -35/+35 |
2021-09-15 | Correctly analyzing records in the presence of local bindings. | Eduardo Julian | 8 | -125/+162 |
2021-09-14 | Re-named "recur" to "again". | Eduardo Julian | 109 | -463/+463 |
2021-09-14 | Better list pairing. | Eduardo Julian | 5 | -123/+157 |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 106 | -959/+959 |
2021-09-14 | No more "^slots". | Eduardo Julian | 19 | -164/+128 |
2021-09-14 | Re-named "name_of" to "symbol". | Eduardo Julian | 21 | -47/+47 |
2021-09-14 | Re-named "Name" to "Symbol". | Eduardo Julian | 51 | -367/+373 |
2021-09-13 | Re-named "primitive" to "Primitive". | Eduardo Julian | 32 | -122/+123 |
2021-09-13 | Updated new compilers w.r.t. removal of tags/labels. | Eduardo Julian | 13 | -274/+114 |
2021-09-13 | Re-named #Label to #Tag. | Eduardo Julian | 8 | -23/+23 |
2021-09-13 | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 433 | -2698/+2698 |
2021-09-12 | Re-named \ => # && \\ => ## | Eduardo Julian | 315 | -3526/+3527 |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 290 | -6161/+6093 |
2021-09-10 | Adjusted new compilers to work with the new variant syntax. | Eduardo Julian | 5 | -33/+61 |
2021-09-10 | Undid the foolish re-design of "abstract:" and "actor:". | Eduardo Julian | 85 | -10623/+10624 |