aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-150/+136
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian4-33/+34
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian64-348/+83
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2-2/+5
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian3-442/+462
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian5-496/+648
2020-06-23Bug fixes.Eduardo Julian1-150/+395
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian4-1/+501
2020-06-11Updated test for function optimization.Eduardo Julian3-151/+584
2020-06-09Basic pattern-matching optimizations.Eduardo Julian3-37/+357
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian2-60/+66
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian4-1/+657
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian5-61/+287
2020-05-31Re-enabled lux/tool tests.Eduardo Julian18-178/+402
2020-05-29Can now import previously exported libraries.Eduardo Julian3-51/+140
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian5-83/+123
2020-05-28Can now parse TAR files.Eduardo Julian6-7/+470
2020-05-19Can now write TAR files.Eduardo Julian5-2/+91
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian65-152/+151
2020-05-17:share no longer relies on :assumeEduardo Julian2-62/+89
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian3-128/+179
2020-05-13Made test-running parallel again.Eduardo Julian6-120/+253
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian4-8/+137
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian4-80/+239
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian3-50/+104
2020-05-10Now properly loading the cached definitions.Eduardo Julian2-94/+122
2020-05-09Including runtime machinery in the cache.Eduardo Julian3-154/+211
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian4-99/+176
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian2-48/+86
2020-04-21Now caching the reservations from the archive.Eduardo Julian3-24/+145
2020-04-20Added some testing machinery to measure the code coverage of tests.Eduardo Julian3-109/+142
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian3-65/+123
2020-04-19Fixed some compilation bugs.Eduardo Julian1-54/+159
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian4-9/+77
2020-04-18Improved test for exceptions.Eduardo Julian2-28/+113
2020-04-15Test for concatenative programming.Eduardo Julian3-7/+244
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian2-14/+22
2020-03-19Test for predicates + adjustments to code-generation code.Eduardo Julian3-3/+65
2020-03-18Test for order + fixes for interval.Eduardo Julian3-37/+71
2020-03-05Test for equivalence + adjustments to Lua-generation code.Eduardo Julian2-3/+36
2020-03-04Test for enums + adjustments to Python-generation code.Eduardo Julian4-13/+54
2020-03-04Test for codec composition + adjustments to JS-generation code.Eduardo Julian3-7/+45
2019-12-28Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian1-14/+51
2019-12-25Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian1-23/+3
2019-12-21Properly track how the stack changes in the presence of discontinuities.Eduardo Julian1-33/+36
2019-11-18Minor adjustments.Eduardo Julian1-8/+4
2019-11-16Tests for JVM bytecode machinery. [Part 5]Eduardo Julian1-41/+184
2019-11-16WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian1-133/+132
2019-11-15WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian1-3/+196
2019-11-14Fixed the test for INVOKEINTERFACE.Eduardo Julian1-8/+4