aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-216-197/+200
* Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian2019-05-051-4/+4
* - Replaced "Dirty" values with "Safe" values.Eduardo Julian2019-05-043-74/+18
* 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-13/+13
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-271-0/+0
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-193-37/+42
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-11/+12
* Moved the JSON parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+4
* Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".Eduardo Julian2019-04-193-14/+12
* Moved the (rose) tree parser under "lux/control/parser/".Eduardo Julian2019-04-192-102/+94
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-192-12/+14
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-192-6/+8
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-195-11/+20
* Simplified the "Order" signature.Eduardo Julian2019-04-173-18/+22
* The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2019-04-162-0/+0
* Improvements to error messaging for extensions.Eduardo Julian2019-04-161-5/+5
* Ported the synthesis tests to the new format.Eduardo Julian2019-04-1511-436/+463
* Ported the analysis tests to the new format.Eduardo Julian2019-04-1415-1034/+1085
* Started porting tests for "lux/tool".Eduardo Julian2019-04-133-147/+180
* Fixed some bugs.Eduardo Julian2019-04-122-23/+17
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-14/+26
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-0630-114/+131
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-0692-129/+144
* Fixed a bug when pattern matching against "Error" values.Eduardo Julian2019-04-041-14/+13
* Forgot "lux text char".Eduardo Julian2019-04-041-1/+1
* Changed the order of the inputs to the common extensions.Eduardo Julian2019-04-041-18/+18
* Re-named "do-template" to "template".Eduardo Julian2019-03-3018-27/+27
* Yet more fixes.Eduardo Julian2019-03-302-5/+5
* Fixed some more tests.Eduardo Julian2019-03-303-24/+23
* Fixed more tests.Eduardo Julian2019-03-2911-276/+254
* Fixed some tests.Eduardo Julian2019-03-2812-167/+196
* Ported tests for world-related modules.Eduardo Julian2019-03-255-294/+324
* Ported tests for type-related modules.Eduardo Julian2019-03-246-443/+445
* Ported tests for macro-related modules.Eduardo Julian2019-03-247-227/+305
* Ported tests for math-related modules.Eduardo Julian2019-03-249-483/+435
* Ported tests for collection-related modules.Eduardo Julian2019-03-2419-1190/+1243
* Ported tests for format-related modules.Eduardo Julian2019-03-234-191/+140
* Ported tests for time-related modules.Eduardo Julian2019-03-236-267/+188
* Ported tests for text-related modules.Eduardo Julian2019-03-227-601/+561
* Ported tests for number-related modules.Eduardo Julian2019-03-2235-659/+824
* - Ported lux/data/bit tests.Eduardo Julian2019-03-2111-335/+400
* - Ported lux/control/concurrency/promise tests.Eduardo Julian2019-03-214-108/+122
* Fixed a bug in the FRP/channel monad.Eduardo Julian2019-03-212-12/+15
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-1565-513/+518
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-142-24/+24
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-135-6/+7
* Re-named ":extract" to ":by-example".Eduardo Julian2019-03-121-3/+3
* Added the capacity to extract type-information from values to create new type...Eduardo Julian2019-03-021-0/+10
* Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian2019-02-241-41/+42