aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-13Made test-running parallel again.Eduardo Julian3-51/+71
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian1-1/+1
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-8/+9
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian1-71/+79
2019-07-26No more "n/"-prefixed functions.Eduardo Julian3-6/+13
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2-27/+27
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-4/+4
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian2-30/+52
2019-06-01Removed the (magical) "alias" annotations tag.Eduardo Julian1-7/+12
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian1-5/+5
2019-05-24Removed the (magical) "export?" annotations tag.Eduardo Julian1-1/+1
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian1-2/+2
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian2-9/+11
2019-05-13More fiddling with types for JVM interop.Eduardo Julian1-1/+0
2019-05-07Can now analyze anonymous classes.Eduardo Julian2-2/+2
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian1-2/+2
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian2-10/+6
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-7/+7
2019-04-18WIP: Host interop for the new JVM compiler.Eduardo Julian2-16/+81
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2-28/+28
2019-04-16Small import fixes for the sake of tags.Eduardo Julian1-5/+5
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian7-14/+18
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian7-8/+13
2019-03-30Re-named "do-template" to "template".Eduardo Julian3-5/+5
2019-03-21- Ported lux/control/concurrency/promise tests.Eduardo Julian1-2/+2
2019-03-21Fixed a bug in the FRP/channel monad.Eduardo Julian1-45/+66
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian3-20/+20
2019-03-06Removed the "translation/common" hierarchy.Eduardo Julian1-2/+1
2019-02-24Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian2-125/+47
2019-02-17Adapted more tests to the new format.Eduardo Julian1-8/+8
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian2-2/+2
2019-02-11Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian1-4/+4
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian3-7/+7
2019-02-10Various small improments and changes.Eduardo Julian2-46/+55
2019-02-04Changed the naming style for structures.Eduardo Julian8-86/+82
2019-01-08Small adjustments.Eduardo Julian1-1/+1
2018-12-16Improved how the "Source" type works.Eduardo Julian2-75/+49
2018-12-15Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian3-103/+244
2018-12-15Separated reading promises and writing to promises.Eduardo Julian4-131/+165
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian2-6/+6
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian8-0/+1328