aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: &Eduardo Julian2022-04-07147-780/+782
* More efficient TAR handling.Eduardo Julian2022-04-076-38/+39
* More efficient binary formatting.Eduardo Julian2022-04-0652-576/+596
* More efficient binary parsing.Eduardo Julian2022-04-065-45/+80
* Got documentation back in working condition.Eduardo Julian2022-04-063-22/+33
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-054-36/+44
* Properly handling variance for remaining mutable types.Eduardo Julian2022-04-0510-231/+304
* Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian2022-04-046-75/+129
* De-sigil-ification: /Eduardo Julian2022-03-3058-327/+327
* Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian2022-03-3011-100/+101
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2022-03-304-292/+292
* "when" macro for Try.Eduardo Julian2022-03-301-1/+15
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-3070-293/+287
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-3053-191/+191
* De-sigil-ification: !Eduardo Julian2022-03-1771-733/+773
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-1613-221/+226
* De-sigil-ification: prefix :Eduardo Julian2022-03-16232-5645/+5683
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-169-521/+741
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-1570-611/+616
* De-sigil-ification: ^Eduardo Julian2022-03-15145-1997/+2292
* De-sigil-ification: >Eduardo Julian2022-03-1439-579/+611
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-1423-364/+380
* 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-1444-2054/+2058
* Type-safe host-level functions for interop with scripting languages.Eduardo Julian2022-03-144-14/+24
* De-sigil-ification: @Eduardo Julian2022-03-14128-2480/+2483
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-1420-1822/+1066
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-1124-505/+1055
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-098-167/+266
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0814-239/+389
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-079-176/+176
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-0513-596/+320
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-0410-95/+124
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-029-227/+255
* Still more fixes for JVM interop.Eduardo Julian2022-03-0117-276/+348
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2811-126/+208
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2717-223/+270
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2430-308/+390
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-2315-73/+245
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2220-397/+447
* Missing bits of the optimization.Eduardo Julian2022-02-198-90/+98
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-1914-233/+404
* Yet more fixes for JVM interop.Eduardo Julian2022-02-189-187/+245
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-178-154/+199
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1613-277/+324
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-169-435/+464
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-126-479/+208
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1125-218/+395
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-109-140/+361
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0824-127/+177