aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2530-702/+874
* Added explicit function inlining.Eduardo Julian2022-01-244-4/+85
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-2428-491/+668
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-2222-181/+573
* Better text formatting for types.Eduardo Julian2022-01-2020-206/+419
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-1927-426/+565
* Cleaner test reporting.Eduardo Julian2022-01-1914-139/+203
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-1935-383/+1070
* Full implementation of console for Node.js.Eduardo Julian2022-01-1821-483/+861
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-189-90/+398
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-1521-175/+333
* 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-173/+354
* 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-600/+868
* Now explicitly optimizing "exec".Eduardo Julian2022-01-0713-24/+128
* Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2022-01-072-161/+200
* 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-258-181/+286
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2435-889/+1943
* v0.6.5Eduardo Julian2021-11-309-43/+69
* 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-105/+144
* Added tree-shaking to the compiler.Eduardo Julian2021-11-1913-206/+512
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-166-109/+301
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-088-73/+108
* 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-081-46/+46
* Better method calls in Ruby.Eduardo Julian2021-11-046-56/+48
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-314-20/+52
* 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-95/+119
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-292-23/+75
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2211-184/+261
* Fixed packaging issue.Eduardo Julian2021-10-0913-355/+359
* Updates and fixes for the book.Eduardo Julian2021-09-202-26/+28
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-1917-365/+438
* 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-260/+274
* 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-519/+511
* "Sequence" => "Stream"Eduardo Julian2021-09-157-70/+69