aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: &Eduardo Julian2022-04-0714-59/+59
* More efficient TAR handling.Eduardo Julian2022-04-075-19/+19
* More efficient binary formatting.Eduardo Julian2022-04-063-12/+12
* More efficient binary parsing.Eduardo Julian2022-04-062-8/+8
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-3/+3
* Properly handling variance for remaining mutable types.Eduardo Julian2022-04-052-6/+8
* De-sigil-ification: /Eduardo Julian2022-03-3028-356/+356
* Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian2022-03-302-55/+55
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2022-03-302-13/+13
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-304-12/+12
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-3017-86/+86
* De-sigil-ification: !Eduardo Julian2022-03-1715-126/+126
* De-sigil-ification: prefix :Eduardo Julian2022-03-16102-2935/+2945
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-165-173/+282
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-19/+19
* De-sigil-ification: ^Eduardo Julian2022-03-1578-1319/+1459
* De-sigil-ification: >Eduardo Julian2022-03-1453-1147/+1237
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-145-130/+154
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-1412-424/+422
* Type-safe host-level functions for interop with scripting languages.Eduardo Julian2022-03-143-3/+9
* De-sigil-ification: @Eduardo Julian2022-03-1438-642/+642
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-146-38/+38
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-1110-211/+399
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-091-2/+165
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-087-42/+119
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-074-2/+179
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-054-47/+290
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-046-14/+26
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-025-4/+180
* Still more fixes for JVM interop.Eduardo Julian2022-03-013-2/+52
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-285-43/+145
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-275-25/+92
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-244-56/+259
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-2313-50/+244
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2210-158/+1149
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-194-9/+102
* Yet more fixes for JVM interop.Eduardo Julian2022-02-186-203/+648
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-173-16/+140
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-164-11/+507
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-122-99/+191
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1113-118/+347
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-105-123/+271
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-084-26/+171
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-086-136/+267
* Fixes for JVM interop.Eduardo Julian2022-02-064-55/+115
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-066-27/+270
* Updated copyright notices.Eduardo Julian2022-02-053-15/+161
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-036-326/+682
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-316-26/+278
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-309-188/+598