aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New format for extensions [part 4]Eduardo Julian2022-10-0218-125/+181
|
* New format for extensions [part 3]Eduardo Julian2022-10-0224-259/+211
|
* New format for extensions [part 2]Eduardo Julian2022-10-0132-284/+299
|
* New format for extensions [part 1]Eduardo Julian2022-10-0135-217/+275
|
* New format for extensions [part 0]Eduardo Julian2022-10-0118-265/+376
|
* Added support for context-oriented programming.Eduardo Julian2022-09-0313-167/+623
|
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0247-1007/+1179
|
* Added support for row polymorphism.Eduardo Julian2022-08-317-5/+450
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3025-280/+336
|
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-50/+399
|
* 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-1168/+1360
|
* Added variadic functions.Eduardo Julian2022-08-187-12/+406
|
* Added support for event-loop concurrency.Eduardo Julian2022-08-1812-1235/+1454
|
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-1710-315/+293
|
* 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-2565/+2486
|
* Improved exception-definition macro.Eduardo Julian2022-08-11127-1071/+1200
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-11485-4447/+4611
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-10336-3317/+3803
|
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-3050-2195/+2289
|
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-2826-1124/+1164
|
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-28115-2798/+2995
|
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-28108-1726/+1817
|
* New flat format for documentation fragments.Eduardo Julian2022-07-2719-382/+369
|
* 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-600/+558
|
* Better error reporting when analyzing variants.Eduardo Julian2022-07-105-20/+29
|
* Removed the need for ,! unquoting.Eduardo Julian2022-07-1049-740/+697
|
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-0940-428/+438
|
* Extracted macro-expansion machinery into its own module.Eduardo Julian2022-07-0815-198/+229
|
* Folded "default" documentation into regular definition documentation.Eduardo Julian2022-07-08153-2800/+2788
|
* Moved "lux/extension" to "lux/meta/extension".Eduardo Julian2022-07-0810-25/+25
|
* 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-161/+197
|
* 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-430/+531
|
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-0665-171/+200
|
* Made exception.report a function.Eduardo Julian2022-07-06100-877/+751
|