aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/test.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-091-2/+6
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-6/+8
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-6/+6
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+2
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-8/+8
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-10/+10
* Changed the naming style for structures.Eduardo Julian2019-02-041-9/+9
* Ported some old tests to the new format.Eduardo Julian2019-02-021-1/+1
* Tests are now first class.Eduardo Julian2019-01-301-207/+101
* Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian2018-12-151-4/+4
* No more escaping of new-line.Eduardo Julian2018-08-231-8/+8
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-1/+2
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-12/+12
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-13/+13
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-12/+12
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-211-1/+1
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-1/+1
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-1/+1
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-12/+15
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-8/+8
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-3/+3
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-17/+20
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-5/+5
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-3/+3
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-3/+3
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-45/+36
* - Some improvements and fixes for stdlib.Eduardo Julian2018-05-101-2/+3
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-1/+1
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-1/+1
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-6/+6
* - Re-named "is" to "is?".Eduardo Julian2018-04-051-4/+4
* - Some minor refactoring.Eduardo Julian2017-12-101-3/+4
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-021-37/+41
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-17/+17
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-021-25/+19
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-16/+16
* - Changed the way test durations are shown.Eduardo Julian2017-12-011-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-56/+56
* - Got rid of even more dots.Eduardo Julian2017-11-271-1/+1
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-12/+12
* - Added parallel compilation.Eduardo Julian2017-11-201-3/+3
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-7/+7
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-2/+2
* - Restored the capacity to get the failing seed.Eduardo Julian2017-10-201-29/+18
* - Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian2017-10-201-175/+134
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-10/+10