aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/test.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-4/+4
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-1/+1
* - Simplified the macros for asking about or ensuring AST tokens.Eduardo Julian2017-01-121-2/+2
* - Renamed lux/math/random to lux/random.Eduardo Julian2017-01-061-1/+1
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-17/+67
* - Correct failure signal (1) when tests fail.Eduardo Julian2016-12-211-18/+39
* - Can specify how many times a property-based/generative test is supposed to ...Eduardo Julian2016-12-211-15/+25
* - lux/test can now handle thrown exceptions better.Eduardo Julian2016-12-201-19/+34
* - Improved the way tests are run.Eduardo Julian2016-12-191-19/+21
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-1/+1
* - Added tests for lux/math/ratio and lux/math/simple.Eduardo Julian2016-12-121-1/+1
* - Changed the names of math op functions to make them more consistent and sim...Eduardo Julian2016-12-021-11/+11
* - Logging test errors with one less newline afterwards.Eduardo Julian2016-12-011-1/+1
* - Simplified the Test type.Eduardo Julian2016-12-011-147/+55
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+330