aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concurrency (follow)
Commit message (Expand)AuthorAgeFilesLines
* Properly handling variance for remaining mutable types.Eduardo Julian2022-04-051-4/+6
* De-sigil-ification: /Eduardo Julian2022-03-301-9/+9
* De-sigil-ification: !Eduardo Julian2022-03-171-27/+27
* De-sigil-ification: prefix :Eduardo Julian2022-03-163-43/+43
* De-sigil-ification: ^Eduardo Julian2022-03-152-28/+28
* De-sigil-ification: >Eduardo Julian2022-03-141-1/+0
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-142-59/+57
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-28/+30
* "module:" => "using"Eduardo Julian2021-09-157-7/+7
* "Row" => "Sequence"Eduardo Julian2021-09-152-11/+11
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-137-40/+40
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-126-48/+48
* Made the "#" character great again!Eduardo Julian2021-09-124-48/+48
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-101-6/+6
* Migrated variants to the new syntax.Eduardo Julian2021-09-104-37/+37
* De-bracing | part 2Eduardo Julian2021-09-082-4/+4
* De-bracing part 0Eduardo Julian2021-09-081-3/+3
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-081-8/+6
* De-taggification | part 4Eduardo Julian2021-09-077-69/+69
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-056-24/+24
* De-taggification | part 2Eduardo Julian2021-09-047-47/+47
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-246-23/+23
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-13/+13
* Some bug fixes.Eduardo Julian2021-08-185-53/+53
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-4/+4
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-142-21/+21
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-7/+7
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-125-43/+43
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-116-29/+30
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-097-69/+69
* No more #export magic syntax.Eduardo Julian2021-08-087-7/+9
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-077-48/+48
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-7/+7
* More renamings.Eduardo Julian2021-07-302-4/+4
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-291-1/+1
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-503/+503
* Re-named Promise to Async.Eduardo Julian2021-07-266-136/+136
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-254-13/+14
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-153-3/+3
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-147-134/+141
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-127-29/+26
* Updates for Lua compiler.Eduardo Julian2021-02-042-31/+55
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-012-7/+21
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-11/+11
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-297-30/+25
* Some renamings.Eduardo Julian2020-12-262-37/+43