index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-08-19
Added support for incremental computation.
Eduardo Julian
5
-4
/
+278
2022-08-19
Added functions with named parameters.
Eduardo Julian
9
-22
/
+297
2022-08-18
Added support for Communicating Sequential Processes (CSP).
Eduardo Julian
5
-1271
/
+1463
2022-08-18
Added variadic functions.
Eduardo Julian
7
-12
/
+406
2022-08-18
Added support for event-loop concurrency.
Eduardo Julian
12
-1326
/
+1545
2022-08-17
Less needless re-compilation in the caching system.
Eduardo Julian
10
-322
/
+300
2022-08-17
Made the compiler's caching system sensitive to the build configuration.
Eduardo Julian
13
-91
/
+121
2022-08-17
Proper testing for debug.log!
Eduardo Julian
17
-243
/
+418
2022-08-14
Documentation changes for v0.7.0
Eduardo Julian
6
-16
/
+21
2022-08-12
Fixes for Aedifex tests.
Eduardo Julian
30
-159
/
+227
2022-08-12
Fixed test suite.
Eduardo Julian
34
-2751
/
+2672
2022-08-11
Improved exception-definition macro.
Eduardo Julian
127
-1103
/
+1232
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
485
-4595
/
+4759
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
336
-3466
/
+3952
2022-07-30
Extracted test-tallying machinery into its own module.
Eduardo Julian
50
-2368
/
+2462
2022-07-28
Extracted test-coverage machinery into its own module.
Eduardo Julian
26
-1252
/
+1292
2022-07-28
Extracted unit-testing machinery into its own module.
Eduardo Julian
115
-3039
/
+3236
2022-07-28
Now statically resolving values from globals in pattern-matching.
Eduardo Julian
108
-1842
/
+1933
2022-07-27
New flat format for documentation fragments.
Eduardo Julian
19
-395
/
+382
2022-07-26
Slightly cleaner application of variance for FRP channels.
Eduardo Julian
14
-119
/
+130
2022-07-26
Made inlined functions into first-class macros.
Eduardo Julian
21
-610
/
+568
2022-07-10
Better error reporting when analyzing variants.
Eduardo Julian
5
-20
/
+29
2022-07-10
Removed the need for ,! unquoting.
Eduardo Julian
49
-751
/
+708
2022-07-09
First-class programs instead of having a "lux program" extension.
Eduardo Julian
40
-434
/
+444
2022-07-08
Extracted macro-expansion machinery into its own module.
Eduardo Julian
15
-200
/
+231
2022-07-08
Folded "default" documentation into regular definition documentation.
Eduardo Julian
153
-2807
/
+2795
2022-07-08
Moved "lux/extension" to "lux/meta/extension".
Eduardo Julian
10
-27
/
+27
2022-07-08
Re-named the "documentation" macro to "definition".
Eduardo Julian
161
-1226
/
+1213
2022-07-08
Moved "lux/static" to "lux/meta/static".
Eduardo Julian
24
-27
/
+31
2022-07-08
Extensible macro vocabulary for "lux/macro/pattern.`".
Eduardo Julian
5
-164
/
+200
2022-07-08
Moved "lux/locale" to "lux/world/locale".
Eduardo Julian
14
-7
/
+10
2022-07-07
Added support for defining custom/closed macro systems.
Eduardo Julian
12
-465
/
+566
2022-07-06
Moved "lux/time" to "lux/world/time".
Eduardo Julian
65
-171
/
+200
2022-07-06
Made exception.report a function.
Eduardo Julian
100
-877
/
+751
2022-07-06
Moved compiler machinery under lux/meta.
Eduardo Julian
315
-150
/
+105
2022-07-03
Re-named "do_to" to "to".
Eduardo Julian
25
-505
/
+389
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
256
-806
/
+898
2022-07-03
Added a new custom type for pattern-matching macros.
Eduardo Julian
245
-1653
/
+1431
2022-07-02
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
283
-825
/
+901
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
299
-2903
/
+2852
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
178
-754
/
+755
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
162
-469
/
+590
2022-06-30
Moved ".../dictionary/plist" to ".../list/property".
Eduardo Julian
34
-665
/
+629
2022-06-30
Better naming for measure/quantity types.
Eduardo Julian
21
-3223
/
+3029
2022-06-29
New "parser" hierarchy. [Part 6]
Eduardo Julian
25
-543
/
+385
2022-06-29
Better syntax for calling virtual methods when defining JVM classes.
Eduardo Julian
44
-1030
/
+938
2022-06-29
Better syntax for getting/setting fields when defining JVM classes.
Eduardo Julian
12
-507
/
+294
2022-06-27
New "parser" hierarchy. [Part 5]
Eduardo Julian
32
-570
/
+503
2022-06-27
Extensible spliced un-quoting.
Eduardo Julian
23
-2123
/
+1972
2022-06-27
Extensible un-quoting.
Eduardo Julian
15
-472
/
+545
[next]