| Commit message (Expand) | Author | Files | Lines |
2023-02-12 | Added an abstraction for interest rates. | Eduardo Julian | 2 | -6/+7 |
2023-01-13 | Re-licensed to MPL 2.0 | Eduardo Julian | 188 | -0/+564 |
2023-01-06 | Now documenting exported aliases. | Eduardo Julian | 10 | -132/+112 |
2022-12-19 | Added price-action abstraction. | Eduardo Julian | 1 | -4/+0 |
2022-12-02 | Added some simple time-series handling machinery. | Eduardo Julian | 2 | -9/+9 |
2022-11-21 | Added index section to documentation + re-named Primitive -> Nominal | Eduardo Julian | 7 | -27/+19 |
2022-11-20 | Fixed a bug when optimization record access. | Eduardo Julian | 4 | -7/+7 |
2022-11-15 | Now documenting dependers and dependees. | Eduardo Julian | 4 | -8/+8 |
2022-11-07 | Can now mark definitions as deprecated in their documentation. | Eduardo Julian | 127 | -2098/+1944 |
2022-10-24 | Minor naming & syntax improvements. | Eduardo Julian | 2 | -22/+22 |
2022-10-21 | Clean-up after format change for extensions [part 2] | Eduardo Julian | 4 | -4/+4 |
2022-08-12 | Fixed test suite. | Eduardo Julian | 19 | -2490/+2367 |
2022-08-11 | Improved exception-definition macro. | Eduardo Julian | 11 | -463/+540 |
2022-08-11 | Re-named the "case" macro to "when". | Eduardo Julian | 18 | -1474/+1668 |
2022-08-10 | Extracted property-based testing machinery into its own module. | Eduardo Julian | 29 | -2582/+2746 |
2022-07-30 | Extracted test-tallying machinery into its own module. | Eduardo Julian | 46 | -2254/+2336 |
2022-07-28 | Extracted test-coverage machinery into its own module. | Eduardo Julian | 22 | -1197/+1226 |
2022-07-28 | Extracted unit-testing machinery into its own module. | Eduardo Julian | 39 | -2315/+2408 |
2022-07-28 | Now statically resolving values from globals in pattern-matching. | Eduardo Julian | 37 | -1268/+1303 |
2022-07-27 | New flat format for documentation fragments. | Eduardo Julian | 16 | -246/+257 |
2022-07-26 | Slightly cleaner application of variance for FRP channels. | Eduardo Julian | 2 | -2/+2 |
2022-07-26 | Made inlined functions into first-class macros. | Eduardo Julian | 4 | -60/+61 |
2022-07-10 | Better error reporting when analyzing variants. | Eduardo Julian | 1 | -2/+2 |
2022-07-09 | First-class programs instead of having a "lux program" extension. | Eduardo Julian | 6 | -16/+16 |
2022-07-08 | Folded "default" documentation into regular definition documentation. | Eduardo Julian | 151 | -2763/+2763 |
2022-07-08 | Moved "lux/extension" to "lux/meta/extension". | Eduardo Julian | 1 | -0/+0 |
2022-07-08 | Re-named the "documentation" macro to "definition". | Eduardo Julian | 159 | -1216/+1203 |
2022-07-08 | Moved "lux/static" to "lux/meta/static". | Eduardo Julian | 1 | -0/+0 |
2022-07-08 | Moved "lux/locale" to "lux/world/locale". | Eduardo Julian | 5 | -4/+5 |
2022-07-06 | Moved "lux/time" to "lux/world/time". | Eduardo Julian | 9 | -4/+4 |
2022-07-06 | Made exception.report a function. | Eduardo Julian | 18 | -410/+291 |
2022-07-06 | Moved compiler machinery under lux/meta. | Eduardo Julian | 1 | -2/+1 |
2022-07-03 | Re-named "do_to" to "to". | Eduardo Julian | 17 | -464/+347 |
2022-07-03 | Moved "lux/target" to "lux/meta/target". | Eduardo Julian | 14 | -0/+0 |
2022-07-03 | Added a new custom type for pattern-matching macros. | Eduardo Julian | 126 | -665/+374 |
2022-07-02 | Moved "lux/macro" to "lux/meta/macro". | Eduardo Julian | 10 | -0/+0 |
2022-07-02 | More traditional names for unquoting macros. | Eduardo Julian | 62 | -349/+296 |
2022-07-01 | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 1 | -0/+0 |
2022-06-30 | Moved ".../dictionary/plist" to ".../list/property". | Eduardo Julian | 18 | -517/+414 |
2022-06-30 | Better naming for measure/quantity types. | Eduardo Julian | 13 | -1009/+834 |
2022-06-29 | New "parser" hierarchy. [Part 6] | Eduardo Julian | 13 | -439/+303 |
2022-06-29 | Better syntax for calling virtual methods when defining JVM classes. | Eduardo Julian | 11 | -669/+566 |
2022-06-29 | Better syntax for getting/setting fields when defining JVM classes. | Eduardo Julian | 6 | -6/+6 |
2022-06-27 | New "parser" hierarchy. [Part 5] | Eduardo Julian | 22 | -217/+179 |
2022-06-27 | Extensible spliced un-quoting. | Eduardo Julian | 22 | -999/+816 |
2022-06-27 | Extensible un-quoting. | Eduardo Julian | 14 | -273/+236 |
2022-06-26 | Re-named directives to declarations. | Eduardo Julian | 40 | -2173/+1527 |
2022-06-26 | Re-named "format/lux/data/binary.Writer" to "Format". | Eduardo Julian | 50 | -2371/+2066 |
2022-06-26 | New "parser" hierarchy. [Part 4] | Eduardo Julian | 49 | -150/+7 |
2022-06-26 | De-sigil-ification: suffix : [Part 16] | Eduardo Julian | 1 | -5/+5 |