aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-1614-555/+1089
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-129-578/+713
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1140-378/+714
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-1015-260/+644
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0830-228/+352
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-0811-462/+661
* Fixes for JVM interop.Eduardo Julian2022-02-0612-193/+527
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0626-430/+739
* Updated copyright notices.Eduardo Julian2022-02-0512-144/+307
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0319-645/+1007
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-3132-376/+649
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-3018-608/+1360
* Fixed a bug when cleaning-up test reports.Eduardo Julian2022-01-281-79/+76
* Better detection for "exec" optimization.Eduardo Julian2022-01-2825-310/+472
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-2721-305/+773
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-2622-282/+509
* 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