aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3025-288/+344
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-51/+400
* Added support for behavioral programming.Eduardo Julian2022-08-269-11/+168
* Added support for type-based polymorphism.Eduardo Julian2022-08-256-6/+175
* Added support for structured concurrency.Eduardo Julian2022-08-256-9/+589
* Added function trampolines.Eduardo Julian2022-08-237-14/+186
* Added support for the agent model.Eduardo Julian2022-08-225-7/+183
* Added support for time-zoned time.Eduardo Julian2022-08-197-7/+377
* Added support for incremental computation.Eduardo Julian2022-08-195-4/+278
* Added functions with named parameters.Eduardo Julian2022-08-199-22/+297
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-185-1271/+1463
* Added variadic functions.Eduardo Julian2022-08-187-12/+406
* Added support for event-loop concurrency.Eduardo Julian2022-08-1812-1326/+1545
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-1710-322/+300
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-1713-91/+121
* Proper testing for debug.log!Eduardo Julian2022-08-1717-243/+418
* Documentation changes for v0.7.0Eduardo Julian2022-08-146-16/+21
* Fixes for Aedifex tests.Eduardo Julian2022-08-1230-159/+227
* Fixed test suite.Eduardo Julian2022-08-1234-2751/+2672
* Improved exception-definition macro.Eduardo Julian2022-08-11127-1103/+1232
* Re-named the "case" macro to "when".Eduardo Julian2022-08-11485-4595/+4759
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-10336-3466/+3952
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-3050-2368/+2462
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-2826-1252/+1292
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-28115-3039/+3236
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-28108-1842/+1933
* New flat format for documentation fragments.Eduardo Julian2022-07-2719-395/+382
* Slightly cleaner application of variance for FRP channels.Eduardo Julian2022-07-2614-119/+130
* Made inlined functions into first-class macros.Eduardo Julian2022-07-2621-610/+568
* Better error reporting when analyzing variants.Eduardo Julian2022-07-105-20/+29
* Removed the need for ,! unquoting.Eduardo Julian2022-07-1049-751/+708
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-0940-434/+444
* Extracted macro-expansion machinery into its own module.Eduardo Julian2022-07-0815-200/+231
* Folded "default" documentation into regular definition documentation.Eduardo Julian2022-07-08153-2807/+2795
* Moved "lux/extension" to "lux/meta/extension".Eduardo Julian2022-07-0810-27/+27
* Re-named the "documentation" macro to "definition".Eduardo Julian2022-07-08161-1226/+1213
* Moved "lux/static" to "lux/meta/static".Eduardo Julian2022-07-0824-27/+31
* Extensible macro vocabulary for "lux/macro/pattern.`".Eduardo Julian2022-07-085-164/+200
* Moved "lux/locale" to "lux/world/locale".Eduardo Julian2022-07-0814-7/+10
* Added support for defining custom/closed macro systems.Eduardo Julian2022-07-0712-465/+566
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-0665-171/+200
* Made exception.report a function.Eduardo Julian2022-07-06100-877/+751
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-06315-150/+105
* Re-named "do_to" to "to".Eduardo Julian2022-07-0325-505/+389
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-03256-806/+898
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-03245-1653/+1431
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-02283-825/+901
* More traditional names for unquoting macros.Eduardo Julian2022-07-02299-2903/+2852
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-01178-754/+755
* Alternative names for (un)quoting macros.Eduardo Julian2022-06-30162-469/+590