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
/
test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-19
Added functions with named parameters.
Eduardo Julian
4
-2
/
+182
2022-08-18
Added support for Communicating Sequential Processes (CSP).
Eduardo Julian
4
-1271
/
+1387
2022-08-18
Added variadic functions.
Eduardo Julian
5
-8
/
+334
2022-08-18
Added support for event-loop concurrency.
Eduardo Julian
5
-1216
/
+1361
2022-08-17
Less needless re-compilation in the caching system.
Eduardo Julian
3
-104
/
+148
2022-08-17
Made the compiler's caching system sensitive to the build configuration.
Eduardo Julian
4
-19
/
+37
2022-08-17
Proper testing for debug.log!
Eduardo Julian
7
-49
/
+161
2022-08-14
Documentation changes for v0.7.0
Eduardo Julian
1
-1
/
+0
2022-08-12
Fixes for Aedifex tests.
Eduardo Julian
21
-136
/
+180
2022-08-12
Fixed test suite.
Eduardo Julian
12
-233
/
+226
2022-08-11
Improved exception-definition macro.
Eduardo Julian
11
-28
/
+31
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
147
-750
/
+735
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
280
-673
/
+961
2022-07-30
Extracted test-tallying machinery into its own module.
Eduardo Julian
1
-51
/
+52
2022-07-28
Extracted test-coverage machinery into its own module.
Eduardo Julian
1
-3
/
+3
2022-07-28
Extracted unit-testing machinery into its own module.
Eduardo Julian
51
-409
/
+445
2022-07-28
Now statically resolving values from globals in pattern-matching.
Eduardo Julian
20
-104
/
+121
2022-07-27
New flat format for documentation fragments.
Eduardo Julian
1
-60
/
+24
2022-07-26
Slightly cleaner application of variance for FRP channels.
Eduardo Julian
4
-30
/
+27
2022-07-26
Made inlined functions into first-class macros.
Eduardo Julian
3
-11
/
+12
2022-07-10
Better error reporting when analyzing variants.
Eduardo Julian
1
-3
/
+3
2022-07-10
Removed the need for ,! unquoting.
Eduardo Julian
3
-104
/
+102
2022-07-09
First-class programs instead of having a "lux program" extension.
Eduardo Julian
4
-64
/
+59
2022-07-08
Extracted macro-expansion machinery into its own module.
Eduardo Julian
11
-69
/
+79
2022-07-08
Folded "default" documentation into regular definition documentation.
Eduardo Julian
1
-31
/
+26
2022-07-08
Moved "lux/extension" to "lux/meta/extension".
Eduardo Julian
3
-22
/
+22
2022-07-08
Re-named the "documentation" macro to "definition".
Eduardo Julian
1
-9
/
+9
2022-07-08
Moved "lux/static" to "lux/meta/static".
Eduardo Julian
15
-19
/
+23
2022-07-08
Extensible macro vocabulary for "lux/macro/pattern.`".
Eduardo Julian
1
-1
/
+1
2022-07-08
Moved "lux/locale" to "lux/world/locale".
Eduardo Julian
5
-3
/
+3
2022-07-06
Moved "lux/time" to "lux/world/time".
Eduardo Julian
23
-66
/
+77
2022-07-06
Made exception.report a function.
Eduardo Julian
2
-5
/
+5
2022-07-06
Moved compiler machinery under lux/meta.
Eduardo Julian
65
-65
/
+48
2022-07-03
Re-named "do_to" to "to".
Eduardo Julian
2
-10
/
+10
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
20
-189
/
+193
2022-07-03
Added a new custom type for pattern-matching macros.
Eduardo Julian
36
-210
/
+218
2022-07-02
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
68
-189
/
+207
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
88
-504
/
+505
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
50
-217
/
+220
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
35
-65
/
+74
2022-06-30
Moved ".../dictionary/plist" to ".../list/property".
Eduardo Julian
4
-17
/
+21
2022-06-30
Better naming for measure/quantity types.
Eduardo Julian
3
-23
/
+23
2022-06-29
New "parser" hierarchy. [Part 6]
Eduardo Julian
5
-71
/
+49
2022-06-29
Better syntax for calling virtual methods when defining JVM classes.
Eduardo Julian
14
-33
/
+45
2022-06-29
Better syntax for getting/setting fields when defining JVM classes.
Eduardo Julian
1
-11
/
+11
2022-06-27
New "parser" hierarchy. [Part 5]
Eduardo Julian
6
-322
/
+293
2022-06-26
Re-named directives to declarations.
Eduardo Julian
2
-55
/
+55
2022-06-26
Re-named "format/lux/data/binary.Writer" to "Format".
Eduardo Julian
10
-228
/
+228
2022-06-26
New "parser" hierarchy. [Part 4]
Eduardo Julian
30
-612
/
+564
2022-06-26
De-sigil-ification: suffix : [Part 16]
Eduardo Julian
11
-25
/
+25
[prev]
[next]