| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added support for time-zoned time. | Eduardo Julian | 2022-08-19 | 3 | -6/+222 |
* | Added support for incremental computation. | Eduardo Julian | 2022-08-19 | 2 | -3/+149 |
* | Added functions with named parameters. | Eduardo Julian | 2022-08-19 | 5 | -20/+115 |
* | Added support for Communicating Sequential Processes (CSP). | Eduardo Julian | 2022-08-18 | 1 | -0/+76 |
* | Added variadic functions. | Eduardo Julian | 2022-08-18 | 2 | -4/+72 |
* | Added support for event-loop concurrency. | Eduardo Julian | 2022-08-18 | 7 | -110/+184 |
* | Less needless re-compilation in the caching system. | Eduardo Julian | 2022-08-17 | 7 | -218/+152 |
* | Made the compiler's caching system sensitive to the build configuration. | Eduardo Julian | 2022-08-17 | 8 | -71/+83 |
* | Proper testing for debug.log! | Eduardo Julian | 2022-08-17 | 10 | -194/+257 |
* | Fixes for Aedifex tests. | Eduardo Julian | 2022-08-12 | 3 | -2/+9 |
* | Fixed test suite. | Eduardo Julian | 2022-08-12 | 3 | -28/+79 |
* | Improved exception-definition macro. | Eduardo Julian | 2022-08-11 | 87 | -518/+554 |
* | Re-named the "case" macro to "when". | Eduardo Julian | 2022-08-11 | 267 | -2118/+2103 |
* | Extracted property-based testing machinery into its own module. | Eduardo Julian | 2022-08-10 | 1 | -1/+1 |
* | Extracted test-tallying machinery into its own module. | Eduardo Julian | 2022-07-30 | 3 | -63/+74 |
* | Extracted test-coverage machinery into its own module. | Eduardo Julian | 2022-07-28 | 3 | -52/+63 |
* | Extracted unit-testing machinery into its own module. | Eduardo Julian | 2022-07-28 | 2 | -216/+279 |
* | Now statically resolving values from globals in pattern-matching. | Eduardo Julian | 2022-07-28 | 47 | -462/+501 |
* | New flat format for documentation fragments. | Eduardo Julian | 2022-07-27 | 2 | -89/+101 |
* | Slightly cleaner application of variance for FRP channels. | Eduardo Julian | 2022-07-26 | 7 | -85/+99 |
* | Made inlined functions into first-class macros. | Eduardo Julian | 2022-07-26 | 13 | -512/+466 |
* | Better error reporting when analyzing variants. | Eduardo Julian | 2022-07-10 | 3 | -15/+24 |
* | Removed the need for ,! unquoting. | Eduardo Julian | 2022-07-10 | 41 | -560/+528 |
* | First-class programs instead of having a "lux program" extension. | Eduardo Julian | 2022-07-09 | 6 | -157/+144 |
* | Extracted macro-expansion machinery into its own module. | Eduardo Julian | 2022-07-08 | 4 | -131/+152 |
* | Folded "default" documentation into regular definition documentation. | Eduardo Julian | 2022-07-08 | 1 | -13/+6 |
* | Moved "lux/extension" to "lux/meta/extension". | Eduardo Julian | 2022-07-08 | 6 | -5/+5 |
* | Re-named the "documentation" macro to "definition". | Eduardo Julian | 2022-07-08 | 1 | -1/+1 |
* | Moved "lux/static" to "lux/meta/static". | Eduardo Julian | 2022-07-08 | 8 | -8/+8 |
* | Extensible macro vocabulary for "lux/macro/pattern.`". | Eduardo Julian | 2022-07-08 | 4 | -163/+199 |
* | Moved "lux/locale" to "lux/world/locale". | Eduardo Julian | 2022-07-08 | 4 | -0/+2 |
* | Added support for defining custom/closed macro systems. | Eduardo Julian | 2022-07-07 | 12 | -465/+566 |
* | Moved "lux/time" to "lux/world/time". | Eduardo Julian | 2022-07-06 | 21 | -49/+57 |
* | Made exception.report a function. | Eduardo Julian | 2022-07-06 | 65 | -383/+376 |
* | Moved compiler machinery under lux/meta. | Eduardo Julian | 2022-07-06 | 225 | -283/+21 |
* | Re-named "do_to" to "to". | Eduardo Julian | 2022-07-03 | 6 | -31/+32 |
* | Moved "lux/target" to "lux/meta/target". | Eduardo Julian | 2022-07-03 | 216 | -605/+692 |
* | Added a new custom type for pattern-matching macros. | Eduardo Julian | 2022-07-03 | 75 | -762/+823 |
* | Moved "lux/macro" to "lux/meta/macro". | Eduardo Julian | 2022-07-02 | 188 | -576/+626 |
* | More traditional names for unquoting macros. | Eduardo Julian | 2022-07-02 | 134 | -1774/+1775 |
* | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 2022-07-01 | 113 | -507/+507 |
* | Alternative names for (un)quoting macros. | Eduardo Julian | 2022-06-30 | 118 | -369/+474 |
* | Moved ".../dictionary/plist" to ".../list/property". | Eduardo Julian | 2022-06-30 | 10 | -121/+183 |
* | Better naming for measure/quantity types. | Eduardo Julian | 2022-06-30 | 3 | -2183/+2164 |
* | New "parser" hierarchy. [Part 6] | Eduardo Julian | 2022-06-29 | 5 | -69/+25 |
* | Better syntax for calling virtual methods when defining JVM classes. | Eduardo Julian | 2022-06-29 | 18 | -325/+323 |
* | Better syntax for getting/setting fields when defining JVM classes. | Eduardo Julian | 2022-06-29 | 5 | -490/+277 |
* | New "parser" hierarchy. [Part 5] | Eduardo Julian | 2022-06-27 | 4 | -176/+24 |
* | Extensible spliced un-quoting. | Eduardo Julian | 2022-06-27 | 1 | -1124/+1156 |
* | Extensible un-quoting. | Eduardo Julian | 2022-06-27 | 1 | -199/+309 |