aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-1521-176/+334
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-1316-155/+342
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-118-109/+183
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-1015-174/+355
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-0917-181/+304
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-0830-603/+871
* Now explicitly optimizing "exec".Eduardo Julian2022-01-0713-24/+128
* Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2022-01-072-176/+215
* Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian2022-01-0720-321/+463
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-068-51/+140
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-0620-479/+1257
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-3115-222/+1206
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-259-182/+287
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2435-889/+1943
* v0.6.5Eduardo Julian2021-11-3010-49/+75
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-298-105/+120
* New packaging for Ruby programs.Eduardo Julian2021-11-295-29/+185
* Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2021-11-292-107/+146
* Added tree-shaking to the compiler.Eduardo Julian2021-11-1914-209/+515
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-166-116/+308
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-089-75/+110
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-5/+7
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-084-51/+51
* Better method calls in Ruby.Eduardo Julian2021-11-046-56/+48
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* v0.6.4Eduardo Julian2021-11-022-8/+8
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-316-35/+67
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-312-41/+36
* Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2021-10-302-30/+96
* Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian2021-10-301-96/+120
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-292-23/+75
* v0.6.3Eduardo Julian2021-10-222-9/+9
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2213-192/+269
* Fixed packaging issue.Eduardo Julian2021-10-0916-365/+374
* Commercial licensing option for Lux + release versions for sub-projects.Eduardo Julian2021-10-012-11/+11
* Updates and fixes for the book.Eduardo Julian2021-09-203-30/+32
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-1918-366/+464
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-177-185/+192
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1617-265/+279
* Additional documentation for JVM types.Eduardo Julian2021-09-1619-30/+377
* "module:" => "using"Eduardo Julian2021-09-15955-1021/+1021
* "Row" => "Sequence"Eduardo Julian2021-09-1570-521/+513
* "Sequence" => "Stream"Eduardo Julian2021-09-157-70/+69
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-159-133/+170
* Re-named "recur" to "again".Eduardo Julian2021-09-14132-529/+529
* Better list pairing.Eduardo Julian2021-09-147-129/+175
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14137-1141/+1126
* No more "^slots".Eduardo Julian2021-09-1429-200/+152
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1446-103/+103
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-14100-546/+567