aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1113-118/+347
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-105-123/+271
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-084-26/+171
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-086-136/+267
* Fixes for JVM interop.Eduardo Julian2022-02-064-55/+115
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-066-27/+270
* Updated copyright notices.Eduardo Julian2022-02-054-47/+204
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-037-416/+775
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-316-26/+278
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-309-188/+598
* Better detection for "exec" optimization.Eduardo Julian2022-01-286-108/+243
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-275-68/+467
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-264-47/+119
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-256-87/+244
* Added explicit function inlining.Eduardo Julian2022-01-242-1/+35
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-244-97/+194
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-224-56/+221
* Better text formatting for types.Eduardo Julian2022-01-204-56/+268
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-197-168/+245
* Cleaner test reporting.Eduardo Julian2022-01-194-16/+55
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-198-121/+617
* Full implementation of console for Node.js.Eduardo Julian2022-01-184-70/+374
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-184-53/+360
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-154-7/+102
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-134-59/+246
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-113-51/+122
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-103-3/+139
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-094-18/+96
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-083-36/+147
* Now explicitly optimizing "exec".Eduardo Julian2022-01-073-0/+54
* Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian2022-01-073-18/+117
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-063-3/+102
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-066-28/+731
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-317-91/+1084
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-254-36/+89
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-243-102/+957
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-291-1/+6
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-1/+4
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-162-28/+30
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-5/+7
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-311-17/+50
* Fixed packaging issue.Eduardo Julian2021-10-092-93/+93
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-173-131/+137
* "module:" => "using"Eduardo Julian2021-09-15242-242/+242
* "Row" => "Sequence"Eduardo Julian2021-09-1511-106/+106
* "Sequence" => "Stream"Eduardo Julian2021-09-153-19/+19
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-8/+8
* Re-named "recur" to "again".Eduardo Julian2021-09-1414-49/+49
* Better list pairing.Eduardo Julian2021-09-141-3/+16
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1417-83/+83