aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Made the "open:" and "^open" macros not generate record-patterns, and thus ...Eduardo Julian2019-04-172-4/+0
* Fixed an issue with weird spacing at the end of lines in "lux/time/duration".Eduardo Julian2019-04-171-0/+14
* The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2019-04-164-30/+30
* Small import fixes for the sake of tags.Eduardo Julian2019-04-162-5/+6
* Yet more improvements to error messaging.Eduardo Julian2019-04-151-3/+12
* More improvements to error messages.Eduardo Julian2019-04-151-2/+2
* Improved error reporting in the (new) compilers.Eduardo Julian2019-04-151-18/+20
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-0613-18/+305
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-0639-931/+49
* Re-named "do-template" to "template".Eduardo Julian2019-03-309-18/+18
* Ported tests for number-related modules.Eduardo Julian2019-03-221-1/+0
* - Ported lux/control/concurrency/promise tests.Eduardo Julian2019-03-211-2/+2
* Fixed a bug in the FRP/channel monad.Eduardo Julian2019-03-211-45/+66
* Small adjustments.Eduardo Julian2019-03-211-5/+5
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-1515-89/+89
* Removed the "translation/common" hierarchy.Eduardo Julian2019-03-063-6/+3
* Added the capacity to extract type-information from values to create new type...Eduardo Julian2019-03-021-1/+1
* Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian2019-02-242-125/+47
* Improved the names of monad transformers.Eduardo Julian2019-02-243-7/+7
* Adapted more tests to the new format.Eduardo Julian2019-02-173-24/+20
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-123-3/+3
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-121-8/+7
* Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian2019-02-111-4/+4
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-1112-22/+22
* Various small improments and changes.Eduardo Julian2019-02-104-109/+67
* Ported some modules to the new test format.Eduardo Julian2019-02-083-91/+87
* Small improvements & fixes.Eduardo Julian2019-02-071-1/+2
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-061-20/+18
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-051-3/+3
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-052-49/+47
* Changed the naming style for structures.Eduardo Julian2019-02-0435-297/+287
* Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian2019-02-031-8/+43
* Added "forge" and "use" functions for working with capabilities.Eduardo Julian2019-02-031-4/+19
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-221-2/+2
* Re-named "lux/control/security/taint" to "lux/control/security/integrity".Eduardo Julian2019-01-111-0/+0
* Added integrity/security concerns when dealing with HTTP servers.Eduardo Julian2019-01-111-1/+3
* Small adjustments.Eduardo Julian2019-01-081-1/+1
* Some minor refactoring.Eduardo Julian2019-01-021-4/+11
* Added macros for remembering things to the programmer based on deadlines.Eduardo Julian2019-01-021-0/+67
* Added library for handling identities for values in foreign data-stores.Eduardo Julian2018-12-301-0/+53
* Some refactoring & minor additions.Eduardo Julian2018-12-262-9/+13
* Added contravariant functors.Eduardo Julian2018-12-254-16/+54
* Some refactoring.Eduardo Julian2018-12-241-13/+16
* Improved how the "Source" type works.Eduardo Julian2018-12-162-75/+49
* Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian2018-12-153-103/+244
* Separated reading promises and writing to promises.Eduardo Julian2018-12-154-131/+165
* No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian2018-12-153-21/+21
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-156-103/+117
* Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian2018-12-158-0/+1328
* Added some missing/necessary documentation.Eduardo Julian2018-12-093-0/+14