aboutsummaryrefslogtreecommitdiff
path: root/documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-03Extensible import syntax [Part 4]Eduardo Julian5-2/+15
2022-06-01Extensible import syntax: Part 1Eduardo Julian13-1/+37
2022-04-08Better names for random text/character generators.Eduardo Julian7-0/+18
2022-04-08De-sigil-ification: $Eduardo Julian5-1/+2
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian3-0/+4
2022-04-07More efficient TAR handling.Eduardo Julian1-1/+4
2022-04-06More efficient binary formatting.Eduardo Julian8-0/+20
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian23-29/+64
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian20-4/+78
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian20-1/+88
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian29-18/+91
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian12-42/+74
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2-0/+5
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian6-6/+21
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian1-0/+4
2022-03-04Keeping the JVM interop fixes coming...Eduardo Julian9-178/+209
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian3-0/+9
2022-02-28Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian3-13/+19
2022-02-27Fixed directive extensions for Lux/Lua.Eduardo Julian5-25/+39
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian4-0/+19
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian15-175/+210
2022-02-18Yet more fixes for JVM interop.Eduardo Julian10-116/+142
2022-02-17Finishing the meta-compiler [Part 3]Eduardo Julian4-0/+13
2022-02-12Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian1-0/+1
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian1-0/+13
2022-02-08Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian1-0/+1
2022-02-06Fixes for JVM interop.Eduardo Julian1-0/+4
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian3-4/+8
2022-02-05Updated copyright notices.Eduardo Julian1-0/+2
2022-02-03Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian1-0/+1
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian3-0/+6
2022-01-30Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian1-0/+1
2022-01-27Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian4-93/+95
2022-01-25Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian1-0/+4
2022-01-24Added explicit function inlining.Eduardo Julian1-15/+17
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2-0/+2
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2-0/+5
2022-01-19Cleaner test reporting.Eduardo Julian1-0/+5
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian1-0/+4
2022-01-18Full implementation of console for Node.js.Eduardo Julian1-0/+4
2022-01-18Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2-0/+8
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2-0/+8
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2-0/+8
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2-0/+2
2022-01-10Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian3-0/+6
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian1-0/+4
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian18-146/+205
2021-12-31Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian10-4/+40
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian5-9/+24
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian33-984/+1088