aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/test.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-12/+12
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-1/+1
* - Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian2017-10-111-1/+3
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-2/+2
* - Some refactoring.Eduardo Julian2017-09-191-6/+5
* - Refactored Time into Instant and Duration.Eduardo Julian2017-07-241-8/+8
* - Improved reporting on tests.Eduardo Julian2017-07-231-6/+5
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-3/+3
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-7/+8
* - More detailed testing resporting.Eduardo Julian2017-06-191-72/+61
* - In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian2017-06-191-45/+45
* - Small refactorings and name-changes.Eduardo Julian2017-06-171-2/+2
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-53/+53
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-9/+9
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-1/+1
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-5/+5
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-4/+4
* - Improved the way the message is shown when the tests are done running.Eduardo Julian2017-04-081-3/+3
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-1/+1
* - Added a new try-catch procedure.Eduardo Julian2017-02-261-3/+2
* - Exiting the program and getting the current time (in milliseconds) is now d...Eduardo Julian2017-02-251-7/+8
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0