aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-03Extensible import syntax [Part 4]Eduardo Julian175-439/+432
2022-06-02Extensible import syntax [Part 3]Eduardo Julian280-283/+283
2022-06-02Extensible import syntax [Part 2]Eduardo Julian17-18/+18
2022-06-01Extensible import syntax: Part 1Eduardo Julian295-1234/+1234
2022-04-09De-sigil-ification: *Eduardo Julian5-340/+342
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian271-15740/+15740
2022-04-09Re-branded "abstract" types as "primitive" types.Eduardo Julian2-5/+5
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian2-104/+95
2022-04-08Better names for random text/character generators.Eduardo Julian104-536/+536
2022-04-08De-sigil-ification: $Eduardo Julian280-24066/+24066
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian2-4/+8
2022-04-07Better snapshot deployments for Aedifex.Eduardo Julian9-78/+87
2022-04-07De-sigil-ification: &Eduardo Julian17-66/+66
2022-04-07More efficient TAR handling.Eduardo Julian5-19/+19
2022-04-06More efficient binary formatting.Eduardo Julian3-12/+12
2022-04-06More efficient binary parsing.Eduardo Julian2-8/+8
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian1-3/+3
2022-04-05Properly handling variance for remaining mutable types.Eduardo Julian2-6/+8
2022-03-30De-sigil-ification: /Eduardo Julian29-357/+357
2022-03-30Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian2-55/+55
2022-03-30Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2-13/+13
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian5-16/+16
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian18-111/+111
2022-03-17De-sigil-ification: !Eduardo Julian16-137/+137
2022-03-16De-sigil-ification: prefix :Eduardo Julian113-3192/+3195
2022-03-16Generalized/type-agnostic arithmetic.Eduardo Julian5-173/+282
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian2-59/+59
2022-03-15De-sigil-ification: ^Eduardo Julian79-1389/+1474
2022-03-14De-sigil-ification: >Eduardo Julian58-1207/+1301
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian5-130/+154
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian13-462/+460
2022-03-14Type-safe host-level functions for interop with scripting languages.Eduardo Julian3-3/+9
2022-03-14De-sigil-ification: @Eduardo Julian62-1583/+1583
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian6-38/+38
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian10-211/+399
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian1-2/+165
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian7-42/+119
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian4-2/+179
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian4-47/+290
2022-03-04Keeping the JVM interop fixes coming...Eduardo Julian6-14/+26
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian5-4/+180
2022-03-01Still more fixes for JVM interop.Eduardo Julian3-2/+52
2022-02-28Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian5-43/+145
2022-02-27Fixed directive extensions for Lux/Lua.Eduardo Julian5-25/+92
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian4-56/+259
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian13-50/+244
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian10-158/+1149
2022-02-19Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian4-9/+102
2022-02-18Yet more fixes for JVM interop.Eduardo Julian6-203/+648
2022-02-17Finishing the meta-compiler [Part 3]Eduardo Julian3-16/+140