aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/rt.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-37/+27
* Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2019-04-071-58/+55
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-24/+31
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-26/+1
* Optimized text clipping.Eduardo Julian2018-08-231-43/+21
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-5/+5
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-89/+1
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-14/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-166/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-133/+0
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-141-9/+22
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-22/+9
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-4/+4
* - Error messages on the JVM now include the stack-trace.Eduardo Julian2017-07-031-5/+27
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-2/+3
* - Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian2017-05-071-517/+1
* - Improved the precision of (Deg)ree division.Eduardo Julian2017-04-171-11/+48
* - Removed CHECKCASTs related to make_none and make_some.Eduardo Julian2017-04-121-17/+10
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-051-2/+2
* - Nat encoding/decoding is now implemented in the standard library.Eduardo Julian2017-03-301-140/+1
* - Removed the ["jvm" "try"] procedure.Eduardo Julian2017-03-281-8/+30
* - Added a new try-catch procedure.Eduardo Julian2017-02-261-0/+23
* - Re-designed (and implemented) the primitives for running processes/threads ...Eduardo Julian2017-02-231-1/+105
* - Added support for the new common procedures to the JVM backend.Eduardo Julian2017-02-171-25/+77
* - Implemented several new procedures.Eduardo Julian2017-02-161-1/+29
* - Re-organized JVM-specific compilation a bit.Eduardo Julian2017-02-111-0/+1269