aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Eduardo Julian2020-05-124-80/+239
| | | | names/paths of artifacts.
* 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
|
* WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian2019-11-161-133/+132
|
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-151-3/+196
|
* Fixed the test for INVOKEINTERFACE.Eduardo Julian2019-11-141-8/+4
|
* WIP: Tests for JVM bytecode machinery. [Part 2]Eduardo Julian2019-11-101-38/+369
|
* WIP: Tests for JVM bytecode machinery. [Part 1]Eduardo Julian2019-11-091-26/+284
|
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-091-32/+508
|
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+1
|
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+2
|
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-162-38/+40
|
* Now allowing types for methods.Eduardo Julian2019-10-161-13/+19
|
* Small refactoringEduardo Julian2019-10-162-2/+2
|
* Compiler extensions have been tested to work.Eduardo Julian2019-10-152-3/+52
|
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-142-75/+110
|
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-171-1/+1
|
* Implemented function memoization.Eduardo Julian2019-09-152-1/+67
|
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-4/+6
|
* Got the tests running again.Eduardo Julian2019-09-157-36/+40
|
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-071-1/+2
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-071-1/+1
|
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-201-5/+5
|
* WIP: JVM function generation.Eduardo Julian2019-08-101-1/+1
|