aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/proc/common.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-05- Implemented some math functions in pure Lux, to reduce the needs of the com...Eduardo Julian1-20/+0
2018-02-24- Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian1-4/+0
2017-12-31- Added safe (single-threaded) mutation.Eduardo Julian1-0/+48
2017-12-31- Added safe (single-threaded) mutation.Eduardo Julian1-0/+48
2017-11-22- Fixed some bugs.Eduardo Julian1-19/+4
2017-11-21- Fixed some bugs.Eduardo Julian1-22/+22
2017-11-14- Made "lux text clip" work like it used to.Eduardo Julian1-3/+1
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-3/+1
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-2/+2
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-39/+39
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-57/+5
2017-05-23- Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian1-11/+0
2017-05-07- Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian1-25/+0
2017-05-05- Fixed a bug when compiling array-get, by just having it assume Object[] for...Eduardo Julian1-2/+1
2017-04-12- Removed CHECKCASTs related to make_none and make_some.Eduardo Julian1-2/+2
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-3/+0
2017-03-30- Nat encoding/decoding is now implemented in the standard library.Eduardo Julian1-3/+0
2017-03-28- Added ["deg" "reciprocal"] procedure.Eduardo Julian1-0/+2
2017-03-27- Expanded the lux/control/interval module.Eduardo Julian1-0/+2
2017-03-21- Fixed a bug when compiling the ["io" "exit"] procedure on the JVM.Eduardo Julian1-1/+2
2017-02-26- Added a new try-catch procedure.Eduardo Julian1-1/+11
2017-02-26- Implemented math procedures for JS.Eduardo Julian1-4/+0
2017-02-25- Exiting the program and getting the current time (in milliseconds) is now d...Eduardo Julian1-1/+22
2017-02-23- Re-designed (and implemented) the primitives for running processes/threads ...Eduardo Julian1-0/+39
2017-02-23- Re-designed atomic operations as common procedures.Eduardo Julian1-14/+55
2017-02-22- Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian1-16/+190
2017-02-17- Added support for the new common procedures to the JVM backend.Eduardo Julian1-21/+84
2017-02-16- Implemented several new procedures.Eduardo Julian1-10/+134
2017-02-11- Re-organized JVM-specific compilation a bit.Eduardo Julian1-0/+588