aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-03Extensible import syntax [Part 4]Eduardo Julian288-833/+836
2022-06-02Extensible import syntax [Part 3]Eduardo Julian276-350/+338
2022-06-02Extensible import syntax [Part 2]Eduardo Julian228-271/+258
2022-06-01Extensible import syntax: Part 1Eduardo Julian455-3109/+3138
2022-04-09De-sigil-ification: *Eduardo Julian38-127/+132
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian1-8/+8
2022-04-09Re-branded "abstract" types as "primitive" types.Eduardo Julian81-240/+239
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian75-113/+99
2022-04-08Better names for random text/character generators.Eduardo Julian5-160/+161
2022-04-08De-sigil-ification: $Eduardo Julian191-5653/+5655
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian2-11/+23
2022-04-07De-sigil-ification: &Eduardo Julian147-780/+782
2022-04-07More efficient TAR handling.Eduardo Julian6-38/+39
2022-04-06More efficient binary formatting.Eduardo Julian52-579/+599
2022-04-06More efficient binary parsing.Eduardo Julian5-45/+80
2022-04-06Got documentation back in working condition.Eduardo Julian3-22/+33
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian4-36/+44
2022-04-05Properly handling variance for remaining mutable types.Eduardo Julian10-231/+304
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian6-75/+129
2022-03-30De-sigil-ification: /Eduardo Julian58-327/+327
2022-03-30Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian11-100/+101
2022-03-30Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian4-299/+299
2022-03-30"when" macro for Try.Eduardo Julian1-1/+15
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian70-293/+287
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian53-191/+191
2022-03-17De-sigil-ification: !Eduardo Julian71-735/+775
2022-03-16JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian13-236/+241
2022-03-16De-sigil-ification: prefix :Eduardo Julian232-5710/+5748
2022-03-16Generalized/type-agnostic arithmetic.Eduardo Julian9-539/+759
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian70-611/+616
2022-03-15De-sigil-ification: ^Eduardo Julian145-2000/+2295
2022-03-14De-sigil-ification: >Eduardo Julian39-584/+616
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian23-366/+382
2022-03-14FIXED: JS error wherein a piece of runtime machinery was missing.Eduardo Julian4-278/+280
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian44-2271/+2275
2022-03-14Type-safe host-level functions for interop with scripting languages.Eduardo Julian4-14/+24
2022-03-14De-sigil-ification: @Eduardo Julian128-2480/+2483
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian20-1827/+1071
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian24-506/+1056
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian8-168/+267
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian14-240/+390
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian9-176/+176
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian13-603/+327
2022-03-04Keeping the JVM interop fixes coming...Eduardo Julian10-95/+124
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian9-227/+255
2022-03-01Still more fixes for JVM interop.Eduardo Julian17-278/+350
2022-02-28Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian11-128/+210
2022-02-27Fixed directive extensions for Lux/Lua.Eduardo Julian17-223/+270
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian30-308/+390
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian15-73/+245