aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-26Added support for behavioral programming.Eduardo Julian9-11/+168
2022-08-25Added support for type-based polymorphism.Eduardo Julian6-6/+175
2022-08-25Added support for structured concurrency.Eduardo Julian6-9/+589
2022-08-23Added function trampolines.Eduardo Julian7-14/+186
2022-08-22Added support for the agent model.Eduardo Julian5-7/+183
2022-08-19Added support for time-zoned time.Eduardo Julian7-7/+377
2022-08-19Added support for incremental computation.Eduardo Julian5-4/+278
2022-08-19Added functions with named parameters.Eduardo Julian9-22/+297
2022-08-18Added support for Communicating Sequential Processes (CSP).Eduardo Julian5-1271/+1463
2022-08-18Added variadic functions.Eduardo Julian7-12/+406
2022-08-18Added support for event-loop concurrency.Eduardo Julian12-1326/+1545
2022-08-17Less needless re-compilation in the caching system.Eduardo Julian10-322/+300
2022-08-17Made the compiler's caching system sensitive to the build configuration.Eduardo Julian13-91/+121
2022-08-17Proper testing for debug.log!Eduardo Julian17-243/+418
2022-08-14Documentation changes for v0.7.0Eduardo Julian6-16/+21
2022-08-12Fixes for Aedifex tests.Eduardo Julian30-159/+227
2022-08-12Fixed test suite.Eduardo Julian34-2751/+2672
2022-08-11Improved exception-definition macro.Eduardo Julian127-1103/+1232
2022-08-11Re-named the "case" macro to "when".Eduardo Julian485-4595/+4759
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian336-3466/+3952
2022-07-30Extracted test-tallying machinery into its own module.Eduardo Julian50-2368/+2462
2022-07-28Extracted test-coverage machinery into its own module.Eduardo Julian26-1252/+1292
2022-07-28Extracted unit-testing machinery into its own module.Eduardo Julian115-3039/+3236
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian108-1842/+1933
2022-07-27New flat format for documentation fragments.Eduardo Julian19-395/+382
2022-07-26Slightly cleaner application of variance for FRP channels.Eduardo Julian14-119/+130
2022-07-26Made inlined functions into first-class macros.Eduardo Julian21-610/+568
2022-07-10Better error reporting when analyzing variants.Eduardo Julian5-20/+29
2022-07-10Removed the need for ,! unquoting.Eduardo Julian49-751/+708
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian40-434/+444
2022-07-08Extracted macro-expansion machinery into its own module.Eduardo Julian15-200/+231
2022-07-08Folded "default" documentation into regular definition documentation.Eduardo Julian153-2807/+2795
2022-07-08Moved "lux/extension" to "lux/meta/extension".Eduardo Julian10-27/+27
2022-07-08Re-named the "documentation" macro to "definition".Eduardo Julian161-1226/+1213
2022-07-08Moved "lux/static" to "lux/meta/static".Eduardo Julian24-27/+31
2022-07-08Extensible macro vocabulary for "lux/macro/pattern.`".Eduardo Julian5-164/+200
2022-07-08Moved "lux/locale" to "lux/world/locale".Eduardo Julian14-7/+10
2022-07-07Added support for defining custom/closed macro systems.Eduardo Julian12-465/+566
2022-07-06Moved "lux/time" to "lux/world/time".Eduardo Julian65-171/+200
2022-07-06Made exception.report a function.Eduardo Julian100-877/+751
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian315-150/+105
2022-07-03Re-named "do_to" to "to".Eduardo Julian25-505/+389
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian256-806/+898
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian245-1653/+1431
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian283-825/+901
2022-07-02More traditional names for unquoting macros.Eduardo Julian299-2903/+2852
2022-07-01Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian178-754/+755
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian162-469/+590
2022-06-30Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian34-665/+629
2022-06-30Better naming for measure/quantity types.Eduardo Julian21-3223/+3029