aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/rt.clj (unfollow)
Commit message (Expand)AuthorFilesLines
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