Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Migrated special-form analysis to stdlib. | Eduardo Julian | 2018-05-23 | 2 | -1666/+0 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 2 | -10/+10 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 1 | -2/+1 |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | ||||
* | - Implemented bit-count in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -1/+0 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -18/+2 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -3/+3 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 2018-05-06 | 1 | -2/+0 |
| | |||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 2 | -9/+9 |
| | |||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 2 | -79/+90 |
| | |||||
* | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 2018-02-24 | 1 | -2/+0 |
| | | | | redundant, in the presence of the "pow" procedure). | ||||
* | - Fixed some failing new-luxc tests. | Eduardo Julian | 2018-02-06 | 1 | -163/+132 |
| | | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | ||||
* | - Added "Box" support to new-luxc. | Eduardo Julian | 2018-01-03 | 1 | -0/+46 |
| | |||||
* | - All analysis procedures have been turned into extensions. | Eduardo Julian | 2017-12-05 | 2 | -0/+1662 |