aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-16FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian4-11/+507
2022-02-12Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2-99/+191
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian13-118/+347
2022-02-10Finishing the meta-compiler [Part 2]Eduardo Julian5-123/+271
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian4-26/+171
2022-02-08Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian6-136/+267
2022-02-06Fixes for JVM interop.Eduardo Julian4-55/+115
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian6-27/+270
2022-02-05Updated copyright notices.Eduardo Julian4-47/+204
2022-02-03Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian7-416/+775
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