aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-15/+25
|
* Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian2022-04-041-24/+42
|
* De-sigil-ification: /Eduardo Julian2022-03-3017-38/+38
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-3014-46/+44
|
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-3015-25/+25
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-1716-238/+238
|
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-162-48/+51
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-1661-967/+967
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-1520-162/+164
|
* De-sigil-ification: ^Eduardo Julian2022-03-1556-935/+1011
|
* De-sigil-ification: >Eduardo Julian2022-03-1410-58/+63
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-144-61/+67
|
* FIXED: JS error wherein a piece of runtime machinery was missing.Eduardo Julian2022-03-144-278/+280
|
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-1411-42/+44
|
* De-sigil-ification: @Eduardo Julian2022-03-1426-298/+298
|
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-144-16/+16
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-118-94/+91
| | | | else).
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-093-142/+118
|
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0810-91/+99
|
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-074-70/+40
|
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-051-8/+7
|
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-046-80/+90
|
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-022-126/+136
|
* Still more fixes for JVM interop.Eduardo Julian2022-03-018-150/+206
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-286-26/+29
|
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2713-212/+249
|
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2415-104/+139
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-235-21/+13
| | | | Can also select code based on compiler version.
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-223-118/+117
|
* Missing bits of the optimization.Eduardo Julian2022-02-198-91/+99
|
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-197-169/+269
|
* Yet more fixes for JVM interop.Eduardo Julian2022-02-185-134/+195
|
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-172-0/+3
|
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1611-270/+297
|
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-165-251/+276
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-122-8/+9
|
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-116-48/+138
|
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-104-50/+113
|
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0819-111/+90
|
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-082-10/+10
|
* Fixes for JVM interop.Eduardo Julian2022-02-065-93/+345
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-069-189/+130
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-039-213/+210
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-319-181/+218
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-306-392/+732
|
* Better detection for "exec" optimization.Eduardo Julian2022-01-2810-78/+99
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-279-145/+186
|
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-263-16/+18
|
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2521-598/+582
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-249-158/+172
|