aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/rt.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-28Optimized pattern-matching against variants.Eduardo Julian1-106/+80
2019-10-09Updated old luxc to work with latest the JVM (and changes in lux-lein)Eduardo Julian1-14/+14
2019-05-01Changed how the pattern-matching stack is built, in the hopes of optimizing p...Eduardo Julian1-7/+7
2019-05-01Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian1-17/+11
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian1-37/+27
2019-04-07Upgraded the tuple right-access mechanism to the new style.Eduardo Julian1-58/+55
2019-04-07- Upgrade the tuple left-access mechanism to the new style.Eduardo Julian1-24/+31
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian1-26/+1
2018-08-23Optimized text clipping.Eduardo Julian1-43/+21
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian1-5/+5
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian1-89/+1
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian1-14/+0
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian1-166/+0
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-133/+0
2017-11-14- Made "lux text clip" work like it used to.Eduardo Julian1-9/+22
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-22/+9
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-4/+4
2017-07-03- Error messages on the JVM now include the stack-trace.Eduardo Julian1-5/+27
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-2/+3
2017-05-07- Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian1-517/+1
2017-04-17- Improved the precision of (Deg)ree division.Eduardo Julian1-11/+48
2017-04-12- Removed CHECKCASTs related to make_none and make_some.Eduardo Julian1-17/+10
2017-04-05- Made some improvements to error messages in the compiler.Eduardo Julian1-2/+2
2017-03-30- Nat encoding/decoding is now implemented in the standard library.Eduardo Julian1-140/+1
2017-03-28- Removed the ["jvm" "try"] procedure.Eduardo Julian1-8/+30
2017-02-26- Added a new try-catch procedure.Eduardo Julian1-0/+23
2017-02-23- Re-designed (and implemented) the primitives for running processes/threads ...Eduardo Julian1-1/+105
2017-02-17- Added support for the new common procedures to the JVM backend.Eduardo Julian1-25/+77
2017-02-16- Implemented several new procedures.Eduardo Julian1-1/+29
2017-02-11- Re-organized JVM-specific compilation a bit.Eduardo Julian1-0/+1269