aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-102-0/+24
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1013-26/+26
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-092-2/+32
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0213-61/+64
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-283-63/+63
* Added "private" macro to lux/debug.Eduardo Julian2020-11-287-35/+32
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-9/+10
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-2/+2
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-0713-94/+94
* Improved error reporting for syntax macros.Eduardo Julian2020-11-052-4/+56
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-051-0/+49
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-0/+97
* Easy to use Rev constants.Eduardo Julian2020-10-319-43/+43
* Some small refactoring.Eduardo Julian2020-10-251-4/+4
* Re-named some list functions.Eduardo Julian2020-10-241-1/+1
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-091-1/+1
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-11/+41
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+61
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-2/+3
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-021-6/+6
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0110-0/+369
* Can now parse TAR files.Eduardo Julian2020-05-281-0/+31
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-175-7/+7
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-281-8/+12
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-072-22/+22
* No more "n/"-prefixed functions.Eduardo Julian2019-07-265-35/+41
* No more "i/"-prefixed functions.Eduardo Julian2019-07-252-12/+14
* No more "f/"-prefixed functions.Eduardo Julian2019-07-244-21/+28
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-029-79/+75
* Improved the convention for using text formatters.Eduardo Julian2019-06-205-12/+10
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-6/+6
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-7/+7
* Ported tests for type analysis.Eduardo Julian2019-04-273-19/+96
* Refactored the spec a bit better.Eduardo Julian2019-04-268-75/+142
* Ported common extensions tests.Eduardo Julian2019-04-261-0/+339
* - Ported pattern-matching tests.Eduardo Julian2019-04-263-24/+378
* Ported reference tests.Eduardo Julian2019-04-262-20/+101
* WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2019-04-263-0/+201