aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-3053-191/+191
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-1771-735/+775
|
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-1613-236/+241
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-16232-5710/+5748
|
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-169-539/+759
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-1570-611/+616
|
* De-sigil-ification: ^Eduardo Julian2022-03-15145-2000/+2295
|
* De-sigil-ification: >Eduardo Julian2022-03-1439-584/+616
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-1423-366/+382
|
* 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-2271/+2275
|
* 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-1827/+1071
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-1124-506/+1056
| | | | else).
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-098-168/+267
|
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0814-240/+390
|
* 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-603/+327
|
* 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-278/+350
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2811-128/+210
|
* 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. ↵Eduardo Julian2022-02-2315-73/+245
| | | | Can also select code based on compiler version.
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2220-412/+462
|
* Missing bits of the optimization.Eduardo Julian2022-02-198-91/+99
|
* 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-190/+248
|
* 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-437/+466
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-126-483/+212
|
* 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-128/+178
|
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-085-334/+402
|
* Fixes for JVM interop.Eduardo Julian2022-02-068-138/+412
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0614-281/+308
|
* Updated copyright notices.Eduardo Julian2022-02-055-52/+144
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0312-232/+235
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-3123-306/+324
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-309-420/+762
|
* Fixed a bug when cleaning-up test reports.Eduardo Julian2022-01-281-79/+76
|
* Better detection for "exec" optimization.Eduardo Julian2022-01-2818-199/+225
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-2716-238/+307
|
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-2618-235/+390
|
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2524-617/+632
|
* Added explicit function inlining.Eduardo Julian2022-01-242-3/+50
|