aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notices.Eduardo Julian2022-02-053-15/+161
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-036-326/+682
* 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-285-13/+45
* 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-065-19/+720
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-316-61/+1051
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-253-34/+87
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-242-26/+882
* 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-161-24/+24
* 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
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-172-67/+73
* "module:" => "using"Eduardo Julian2021-09-15194-194/+194
* "Row" => "Sequence"Eduardo Julian2021-09-1511-106/+106
* "Sequence" => "Stream"Eduardo Julian2021-09-153-19/+19
* Re-named "recur" to "again".Eduardo Julian2021-09-1413-48/+48
* Better list pairing.Eduardo Julian2021-09-141-3/+16
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1416-48/+48
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1417-38/+38
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1428-143/+157
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-135-6/+6
* Re-named #Label to #Tag.Eduardo Julian2021-09-131-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13194-824/+824
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12165-2002/+2000
* Made the "#" character great again!Eduardo Julian2021-09-12113-1782/+1764
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-102-67/+67