aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+3
2020-05-13Made test-running parallel again.Eduardo Julian1-1/+23
2020-05-09Including runtime machinery in the cache.Eduardo Julian1-23/+65
2020-04-20Added some testing machinery to measure the code coverage of tests.Eduardo Julian1-40/+140
2019-11-09WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian1-2/+6
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-6/+8
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-6/+6
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-8/+8
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-10/+10
2019-02-04Changed the naming style for structures.Eduardo Julian1-9/+9
2019-02-02Ported some old tests to the new format.Eduardo Julian1-1/+1
2019-01-30Tests are now first class.Eduardo Julian1-207/+101
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian1-4/+4
2018-08-23No more escaping of new-line.Eduardo Julian1-8/+8
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian1-1/+2
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-12/+12
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-13/+13
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-12/+12
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian1-1/+1
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-1/+1
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-1/+1
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-12/+15
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-8/+8
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-3/+3
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-17/+20
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-5/+5
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-3/+3
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-45/+36
2018-05-10- Some improvements and fixes for stdlib.Eduardo Julian1-2/+3
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian1-1/+1
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-1/+1
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-6/+6
2018-04-05- Re-named "is" to "is?".Eduardo Julian1-4/+4
2017-12-10- Some minor refactoring.Eduardo Julian1-3/+4
2017-12-02- Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian1-37/+41
2017-12-02- "gensym" went back to producing Code, instead of Ident.Eduardo Julian1-17/+17
2017-12-02- Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian1-25/+19
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-16/+16
2017-12-01- Changed the way test durations are shown.Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-56/+56
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-12/+12
2017-11-20- Added parallel compilation.Eduardo Julian1-3/+3
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-7/+7