aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian6-26/+278
2022-01-30Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian9-188/+598
2022-01-28Better detection for "exec" optimization.Eduardo Julian6-108/+243
2022-01-27Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian5-68/+467
2022-01-26Fixes for the "with_expansions" macro.Eduardo Julian4-47/+119
2022-01-25Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian6-87/+244
2022-01-24Added explicit function inlining.Eduardo Julian2-1/+35
2022-01-24Fixed compilation of <init> methods for anonymous classes.Eduardo Julian4-97/+194
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian4-56/+221
2022-01-20Better text formatting for types.Eduardo Julian4-56/+268
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian7-168/+245
2022-01-19Cleaner test reporting.Eduardo Julian4-16/+55
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian8-121/+617
2022-01-18Full implementation of console for Node.js.Eduardo Julian4-70/+374
2022-01-18Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian4-53/+360
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian4-7/+102
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian4-59/+246
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian3-51/+122
2022-01-10Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian3-3/+139
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian4-18/+96
2022-01-08Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian3-36/+147
2022-01-07Now explicitly optimizing "exec".Eduardo Julian3-0/+54
2022-01-07Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian3-18/+117
2022-01-06Small optimizations to JVM bytecode generation.Eduardo Julian3-3/+102
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian6-28/+731
2021-12-31Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian7-91/+1084
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian4-36/+89
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian3-102/+957
2021-11-29Got "lux syntax char case!" to work on Rembulan.Eduardo Julian1-1/+6
2021-11-19Added tree-shaking to the compiler.Eduardo Julian1-1/+4
2021-11-1664-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2-28/+30
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-5/+7
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian1-17/+50
2021-10-09Fixed packaging issue.Eduardo Julian2-93/+93
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian3-131/+137
2021-09-15"module:" => "using"Eduardo Julian242-242/+242
2021-09-15"Row" => "Sequence"Eduardo Julian11-106/+106
2021-09-15"Sequence" => "Stream"Eduardo Julian3-19/+19
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian1-8/+8
2021-09-14Re-named "recur" to "again".Eduardo Julian14-49/+49
2021-09-14Better list pairing.Eduardo Julian1-3/+16
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian17-83/+83
2021-09-14No more "^slots".Eduardo Julian1-5/+0
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian18-42/+42
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian28-143/+157
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian6-8/+8
2021-09-13Re-named #Label to #Tag.Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian242-1066/+1066
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian206-2442/+2440
2021-09-12Made the "#" character great again!Eduardo Julian145-2157/+2123