aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-11-08Added the carriage return for better Windows compatibility.Eduardo Julian8-73/+108
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian1-46/+46
2021-11-04Better method calls in Ruby.Eduardo Julian6-56/+48
2021-11-04Ruby compilation that is compatible with DragonRuby.Eduardo Julian6-153/+189
2021-10-31Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2-41/+36
2021-10-30Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2-30/+96
2021-10-30Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian1-96/+120
2021-10-29Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2-23/+75
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian11-189/+266
2021-10-09Fixed packaging issue.Eduardo Julian2-3/+5
2021-09-20Updates and fixes for the book.Eduardo Julian2-26/+28
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian8-159/+128
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian4-54/+55
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian17-265/+279
2021-09-16Additional documentation for JVM types.Eduardo Julian1-3/+3
2021-09-15"module:" => "using"Eduardo Julian440-503/+503
2021-09-15"Row" => "Sequence"Eduardo Julian47-361/+354
2021-09-15"Sequence" => "Stream"Eduardo Julian2-35/+35
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian8-125/+162
2021-09-14Re-named "recur" to "again".Eduardo Julian109-463/+463
2021-09-14Better list pairing.Eduardo Julian5-123/+157
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian106-959/+959
2021-09-14No more "^slots".Eduardo Julian19-164/+128
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian21-47/+47
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian51-367/+373
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian32-122/+123
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian13-274/+114
2021-09-13Re-named #Label to #Tag.Eduardo Julian8-23/+23