aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-161-37/+39
* Now allowing types for methods.Eduardo Julian2019-10-161-13/+19
* Small refactoringEduardo Julian2019-10-161-1/+1
* Compiler extensions have been tested to work.Eduardo Julian2019-10-151-0/+46
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-141-28/+53
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-171-1/+1
* Implemented function memoization.Eduardo Julian2019-09-152-1/+67
* Got the tests running again.Eduardo Julian2019-09-157-36/+40
* 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
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-312-3/+4
* No more "n/"-prefixed functions.Eduardo Julian2019-07-2672-630/+714
* No more "i/"-prefixed functions.Eduardo Julian2019-07-2513-74/+95
* No more "r/"-prefixed functions.Eduardo Julian2019-07-243-57/+62
* No more "f/"-prefixed functions.Eduardo Julian2019-07-247-104/+113
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-2411-88/+33
* Small improvements here and there.Eduardo Julian2019-07-241-2/+3
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-081-9/+8
* Added I32, I16 and I8.Eduardo Julian2019-07-085-2/+129