aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-12Added an abstraction for interest rates.Eduardo Julian2-6/+7
2023-01-13Re-licensed to MPL 2.0Eduardo Julian188-0/+564
2023-01-06Now documenting exported aliases.Eduardo Julian10-132/+112
2022-12-19Added price-action abstraction.Eduardo Julian1-4/+0
2022-12-02Added some simple time-series handling machinery.Eduardo Julian2-9/+9
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian7-27/+19
2022-11-20Fixed a bug when optimization record access.Eduardo Julian4-7/+7
2022-11-15Now documenting dependers and dependees.Eduardo Julian4-8/+8
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian127-2074/+1920
2022-10-24Minor naming & syntax improvements.Eduardo Julian2-22/+22
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian4-4/+4
2022-08-12Fixed test suite.Eduardo Julian19-2305/+2182
2022-08-11Improved exception-definition macro.Eduardo Julian11-433/+510
2022-08-11Re-named the "case" macro to "when".Eduardo Julian18-1326/+1520
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian29-2433/+2597
2022-07-30Extracted test-tallying machinery into its own module.Eduardo Julian46-2081/+2163
2022-07-28Extracted test-coverage machinery into its own module.Eduardo Julian22-1069/+1098
2022-07-28Extracted unit-testing machinery into its own module.Eduardo Julian39-2074/+2167
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian37-1152/+1187
2022-07-27New flat format for documentation fragments.Eduardo Julian16-233/+244
2022-07-26Slightly cleaner application of variance for FRP channels.Eduardo Julian2-2/+2
2022-07-26Made inlined functions into first-class macros.Eduardo Julian4-60/+61
2022-07-10Better error reporting when analyzing variants.Eduardo Julian1-2/+2
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian6-16/+16
2022-07-08Folded "default" documentation into regular definition documentation.Eduardo Julian151-2756/+2756
2022-07-08Moved "lux/extension" to "lux/meta/extension".Eduardo Julian1-0/+0
2022-07-08Re-named the "documentation" macro to "definition".Eduardo Julian159-1216/+1203
2022-07-08Moved "lux/static" to "lux/meta/static".Eduardo Julian1-0/+0
2022-07-08Moved "lux/locale" to "lux/world/locale".Eduardo Julian5-4/+5
2022-07-06Moved "lux/time" to "lux/world/time".Eduardo Julian9-4/+4
2022-07-06Made exception.report a function.Eduardo Julian18-410/+291
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian1-2/+1
2022-07-03Re-named "do_to" to "to".Eduardo Julian17-464/+347
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian14-0/+0
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian126-665/+374
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian10-0/+0
2022-07-02More traditional names for unquoting macros.Eduardo Julian62-349/+296
2022-07-01Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian1-0/+0
2022-06-30Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian18-481/+378
2022-06-30Better naming for measure/quantity types.Eduardo Julian13-937/+762
2022-06-29New "parser" hierarchy. [Part 6]Eduardo Julian13-439/+303
2022-06-29Better syntax for calling virtual methods when defining JVM classes.Eduardo Julian11-615/+512
2022-06-29Better syntax for getting/setting fields when defining JVM classes.Eduardo Julian6-6/+6
2022-06-27New "parser" hierarchy. [Part 5]Eduardo Julian22-217/+179
2022-06-27Extensible spliced un-quoting.Eduardo Julian22-945/+762
2022-06-27Extensible un-quoting.Eduardo Julian14-273/+236
2022-06-26Re-named directives to declarations.Eduardo Julian40-2129/+1483
2022-06-26Re-named "format/lux/data/binary.Writer" to "Format".Eduardo Julian50-2230/+1925
2022-06-26New "parser" hierarchy. [Part 4]Eduardo Julian49-150/+7
2022-06-26De-sigil-ification: suffix : [Part 16]Eduardo Julian1-5/+5