aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2-67/+67
2021-09-10Fixed the indentation of variants.Eduardo Julian10-88/+88
2021-09-10Migrated variants to the new syntax.Eduardo Julian132-1350/+1351
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian6-164/+18
2021-09-08De-bracing | part 2Eduardo Julian11-92/+92
2021-09-08De-bracing | part 1Eduardo Julian3-3/+4
2021-09-08De-bracing part 0Eduardo Julian3-35/+42
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian5-8/+11
2021-09-08Post annotations clean-up.Eduardo Julian3-59/+2
2021-09-08No more annotations.Eduardo Julian4-10/+8
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2-73/+67
2021-09-08No more module annotations.Eduardo Julian2-11/+0
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian4-22/+39
2021-09-07Eliminated the last application of annotations.Eduardo Julian1-10/+0
2021-09-07De-taggification | part 4Eduardo Julian244-2690/+2690
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian141-482/+482
2021-09-05De-taggification | part 3Eduardo Julian2-49/+23