aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian5-11/+20
2019-04-19Extracted the type-parsing machinery into its own module.Eduardo Julian1-2/+5
2019-04-17Simplified the "Order" signature.Eduardo Julian3-18/+22
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2-0/+0
2019-04-16Improvements to error messaging for extensions.Eduardo Julian1-5/+5
2019-04-15Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian1-3/+1
2019-04-15Ported the synthesis tests to the new format.Eduardo Julian12-460/+472
2019-04-14Ported the analysis tests to the new format.Eduardo Julian16-1037/+1088
2019-04-13Started porting tests for "lux/tool".Eduardo Julian4-168/+183
2019-04-12Fixed some bugs.Eduardo Julian3-25/+17
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2-16/+26
2019-04-11WIP: Lua compiler.Eduardo Julian1-1/+5
2019-04-08Moved Ruby back-end code to stdlib.Eduardo Julian1-1/+7
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian31-125/+138
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian94-132/+149
2019-04-04Fixed a bug when pattern matching against "Error" values.Eduardo Julian1-14/+13
2019-04-04Forgot "lux text char".Eduardo Julian1-1/+1
2019-04-04Changed the order of the inputs to the common extensions.Eduardo Julian1-18/+18
2019-03-30Re-named "do-template" to "template".Eduardo Julian19-33/+33
2019-03-30Yet more fixes.Eduardo Julian2-5/+5
2019-03-30Fixed some more tests.Eduardo Julian4-26/+24
2019-03-29Fixed more tests.Eduardo Julian12-349/+321
2019-03-28Fixed some tests.Eduardo Julian12-167/+196
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian1-2/+5
2019-03-25Ported tests for world-related modules.Eduardo Julian6-302/+327
2019-03-24Ported tests for type-related modules.Eduardo Julian7-450/+452
2019-03-24Ported tests for macro-related modules.Eduardo Julian8-236/+310
2019-03-24Ported tests for math-related modules.Eduardo Julian10-493/+442
2019-03-24Ported tests for collection-related modules.Eduardo Julian20-1208/+1243
2019-03-23Ported tests for format-related modules.Eduardo Julian4-191/+140
2019-03-23Ported tests for time-related modules.Eduardo Julian7-281/+198
2019-03-22Ported tests for text-related modules.Eduardo Julian8-607/+564
2019-03-22Ported tests for number-related modules.Eduardo Julian36-666/+827
2019-03-21- Ported lux/data/bit tests.Eduardo Julian12-348/+407
2019-03-21- Ported lux/control/concurrency/promise tests.Eduardo Julian4-108/+122
2019-03-21Fixed a bug in the FRP/channel monad.Eduardo Julian2-12/+15
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian67-537/+542
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian3-31/+31
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian6-14/+14
2019-03-12Re-named ":extract" to ":by-example".Eduardo Julian1-3/+3
2019-03-02Added the capacity to extract type-information from values to create new type...Eduardo Julian1-0/+10
2019-02-24Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian1-41/+42
2019-02-24Improved the names of monad transformers.Eduardo Julian4-4/+4
2019-02-21Moved extension machinery over.Eduardo Julian1-1/+4
2019-02-20Moved expression machinery over.Eduardo Julian1-1/+2
2019-02-20Moved function machinery over.Eduardo Julian1-201/+199
2019-02-17Adapted more tests to the new format.Eduardo Julian8-294/+330
2019-02-13Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian1-6/+15
2019-02-12- Updated JS machinery.Eduardo Julian1-2/+3
2019-02-12Ported 2 new test modules to the new format.Eduardo Julian4-153/+245