aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0830-229/+353
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-0811-470/+669
* Fixes for JVM interop.Eduardo Julian2022-02-0612-193/+527
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0626-442/+751
* Updated copyright notices.Eduardo Julian2022-02-0512-145/+308
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0319-648/+1010
* 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-306/+774
* 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-704/+876
* Added explicit function inlining.Eduardo Julian2022-01-244-4/+85
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-2428-492/+669
* 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-384/+1071
* Full implementation of console for Node.js.Eduardo Julian2022-01-1821-498/+876
* 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-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