aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-122-1/+338
* Updated test for function optimization.Eduardo Julian2020-06-111-148/+421
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-36/+219
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-031-1/+1
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-032-1/+296
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-013-61/+139
* Re-enabled lux/tool tests.Eduardo Julian2020-05-3113-122/+166
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-179-27/+27
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-311-1/+2
* No more "n/"-prefixed functions.Eduardo Julian2019-07-268-55/+69
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-0210-58/+55
* Improved the convention for using text formatters.Eduardo Julian2019-06-2011-28/+25
* More JS machinery.Eduardo Julian2019-06-181-3/+3
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-2/+4
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-1/+2
* WIP: Class definition.Eduardo Julian2019-06-062-2/+2
* Removed the (magical) "alias" annotations tag.Eduardo Julian2019-06-011-2/+2
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-8/+8
* Removed the (magical) "export?" annotations tag.Eduardo Julian2019-05-241-6/+2
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-6/+6
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-13/+13
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-2/+4
* Improvements to error messaging for extensions.Eduardo Julian2019-04-161-5/+5
* Ported the synthesis tests to the new format.Eduardo Julian2019-04-156-2/+460
* Ported the analysis tests to the new format.Eduardo Julian2019-04-148-18/+1081
* Started porting tests for "lux/tool".Eduardo Julian2019-04-131-0/+152