aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-42/+54
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-076-102/+109
* Test imports for circular dependencies.Eduardo Julian2020-10-072-324/+323
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-042-83/+183
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-032-50/+117
* Added deployment code to Aedifex.Eduardo Julian2020-10-034-21/+22
* Changed the format of project descriptor files.Eduardo Julian2020-09-166-16/+303
* Test programs + auti build/test.Eduardo Julian2020-08-294-24/+214
* Build programs.Eduardo Julian2020-08-284-14/+91
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-266-27/+164
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-184-66/+186
* Add local repo installation to Aedifex.Eduardo Julian2020-08-175-48/+133
* Aedifex can generate POM files.Eduardo Julian2020-08-123-2/+221
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-1210-581/+862
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-103-3/+51
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-0910-39/+213
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-094-15/+211
* No longer inline the object literal for variants.Eduardo Julian2020-08-093-17/+214
* 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
* 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-282-438/+458
* 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-1763-147/+147
* :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-135-77/+207
* 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