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 (
Expand
)
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
-1168
/
+1360
2022-08-18
Added variadic functions.
Eduardo Julian
7
-12
/
+406
2022-08-18
Added support for event-loop concurrency.
Eduardo Julian
12
-1235
/
+1454
2022-08-17
Less needless re-compilation in the caching system.
Eduardo Julian
10
-315
/
+293
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
-2565
/
+2486
2022-08-11
Improved exception-definition macro.
Eduardo Julian
127
-1071
/
+1200
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
485
-4447
/
+4611
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
336
-3317
/
+3803
2022-07-30
Extracted test-tallying machinery into its own module.
Eduardo Julian
50
-2195
/
+2289
2022-07-28
Extracted test-coverage machinery into its own module.
Eduardo Julian
26
-1124
/
+1164
2022-07-28
Extracted unit-testing machinery into its own module.
Eduardo Julian
115
-2798
/
+2995
2022-07-28
Now statically resolving values from globals in pattern-matching.
Eduardo Julian
108
-1726
/
+1817
2022-07-27
New flat format for documentation fragments.
Eduardo Julian
19
-382
/
+369
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
-600
/
+558
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
-740
/
+697
2022-07-09
First-class programs instead of having a "lux program" extension.
Eduardo Julian
40
-428
/
+438
2022-07-08
Extracted macro-expansion machinery into its own module.
Eduardo Julian
15
-198
/
+229
2022-07-08
Folded "default" documentation into regular definition documentation.
Eduardo Julian
153
-2800
/
+2788
2022-07-08
Moved "lux/extension" to "lux/meta/extension".
Eduardo Julian
10
-25
/
+25
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
-161
/
+197
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
-430
/
+531
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
-805
/
+897
2022-07-03
Added a new custom type for pattern-matching macros.
Eduardo Julian
245
-1640
/
+1418
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
-2899
/
+2848
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
178
-752
/
+753
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
-629
/
+593
2022-06-30
Better naming for measure/quantity types.
Eduardo Julian
21
-2990
/
+2796
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
-976
/
+884
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
-1996
/
+1845
2022-06-27
Extensible un-quoting.
Eduardo Julian
15
-472
/
+545
[next]