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