aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for row polymorphism.Eduardo Julian2022-08-312-3/+226
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-305-127/+110
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-304-48/+274
* Added support for behavioral programming.Eduardo Julian2022-08-266-9/+65
* Added support for type-based polymorphism.Eduardo Julian2022-08-252-4/+79
* Added support for structured concurrency.Eduardo Julian2022-08-252-2/+340
* Added function trampolines.Eduardo Julian2022-08-232-11/+68
* Added support for the agent model.Eduardo Julian2022-08-222-7/+72
* Added support for time-zoned time.Eduardo Julian2022-08-193-6/+222
* Added support for incremental computation.Eduardo Julian2022-08-192-3/+149
* Added functions with named parameters.Eduardo Julian2022-08-195-20/+115
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-181-0/+76
* Added variadic functions.Eduardo Julian2022-08-182-4/+72
* Added support for event-loop concurrency.Eduardo Julian2022-08-187-110/+184
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-177-218/+152
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-178-71/+83
* Proper testing for debug.log!Eduardo Julian2022-08-1710-194/+257
* Fixes for Aedifex tests.Eduardo Julian2022-08-123-2/+9
* Fixed test suite.Eduardo Julian2022-08-123-28/+79
* Improved exception-definition macro.Eduardo Julian2022-08-1187-518/+554
* Re-named the "case" macro to "when".Eduardo Julian2022-08-11267-2118/+2103
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-1/+1
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-303-63/+74
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-283-52/+63
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-282-216/+279
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-2847-462/+501
* New flat format for documentation fragments.Eduardo Julian2022-07-272-89/+101
* Slightly cleaner application of variance for FRP channels.Eduardo Julian2022-07-267-85/+99
* Made inlined functions into first-class macros.Eduardo Julian2022-07-2613-512/+466
* Better error reporting when analyzing variants.Eduardo Julian2022-07-103-15/+24
* Removed the need for ,! unquoting.Eduardo Julian2022-07-1041-560/+528
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-096-157/+144
* Extracted macro-expansion machinery into its own module.Eduardo Julian2022-07-084-131/+152
* Folded "default" documentation into regular definition documentation.Eduardo Julian2022-07-081-13/+6
* Moved "lux/extension" to "lux/meta/extension".Eduardo Julian2022-07-086-5/+5
* Re-named the "documentation" macro to "definition".Eduardo Julian2022-07-081-1/+1
* Moved "lux/static" to "lux/meta/static".Eduardo Julian2022-07-088-8/+8
* Extensible macro vocabulary for "lux/macro/pattern.`".Eduardo Julian2022-07-084-163/+199
* Moved "lux/locale" to "lux/world/locale".Eduardo Julian2022-07-084-0/+2
* Added support for defining custom/closed macro systems.Eduardo Julian2022-07-0712-465/+566
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-0621-49/+57
* Made exception.report a function.Eduardo Julian2022-07-0665-383/+376
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-06225-283/+21
* Re-named "do_to" to "to".Eduardo Julian2022-07-036-31/+32
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-03216-605/+692
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-0375-762/+823
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-02188-576/+626
* More traditional names for unquoting macros.Eduardo Julian2022-07-02134-1774/+1775
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-01113-507/+507
* Alternative names for (un)quoting macros.Eduardo Julian2022-06-30118-369/+474