aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some fixes.Eduardo Julian2020-08-071-1/+1
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-4/+6
* Mo' fixes, less problems.Eduardo Julian2020-07-142-28/+92
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-150/+136
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-024-33/+34
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0164-348/+83
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-012-2/+5
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-283-442/+462
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-245-496/+648
* Bug fixes.Eduardo Julian2020-06-231-150/+395
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-124-1/+501
* Updated test for function optimization.Eduardo Julian2020-06-113-151/+584
* Basic pattern-matching optimizations.Eduardo Julian2020-06-093-37/+357
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-032-60/+66
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-034-1/+657
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-015-61/+287
* Re-enabled lux/tool tests.Eduardo Julian2020-05-3118-178/+402
* Can now import previously exported libraries.Eduardo Julian2020-05-293-51/+140
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-285-83/+123
* Can now parse TAR files.Eduardo Julian2020-05-286-7/+470
* Can now write TAR files.Eduardo Julian2020-05-195-2/+91
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-1765-152/+151
* :share no longer relies on :assumeEduardo Julian2020-05-172-62/+89
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-163-128/+179
* Made test-running parallel again.Eduardo Julian2020-05-136-120/+253
* Now logging to a data-structure and only printing in the end.Eduardo Julian2020-05-124-8/+137
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-124-80/+239
* Now storing and loading extensions in the cache.Eduardo Julian2020-05-113-50/+104
* Now properly loading the cached definitions.Eduardo Julian2020-05-102-94/+122
* Including runtime machinery in the cache.Eduardo Julian2020-05-093-154/+211
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-064-99/+176
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-222-48/+86
* Now caching the reservations from the archive.Eduardo Julian2020-04-213-24/+145
* Added some testing machinery to measure the code coverage of tests.Eduardo Julian2020-04-203-109/+142
* Got JVM anonymous classes to compile again.Eduardo Julian2020-04-203-65/+123
* Fixed some compilation bugs.Eduardo Julian2020-04-191-54/+159
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-194-9/+77
* Improved test for exceptions.Eduardo Julian2020-04-182-28/+113
* Test for concatenative programming.Eduardo Julian2020-04-153-7/+244
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-152-14/+22
* Test for predicates + adjustments to code-generation code.Eduardo Julian2020-03-193-3/+65
* Test for order + fixes for interval.Eduardo Julian2020-03-183-37/+71
* Test for equivalence + adjustments to Lua-generation code.Eduardo Julian2020-03-052-3/+36
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-044-13/+54
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-043-7/+45
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-281-14/+51
* Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian2019-12-251-23/+3
* Properly track how the stack changes in the presence of discontinuities.Eduardo Julian2019-12-211-33/+36
* Minor adjustments.Eduardo Julian2019-11-181-8/+4
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-161-41/+184