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-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
23
-184
/
+462
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
36
-323
/
+608
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
19
-245
/
+835
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
192
-745
/
+911
2022-10-24
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
20
-208
/
+592
2022-10-24
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
11
-87
/
+493
2022-10-23
New Delay type with associated constants + compile-time warning for undefined...
Eduardo Julian
12
-32
/
+137
2022-10-22
New (optional) names for Frac type + fixed module of CSP concurrency.
Eduardo Julian
19
-56
/
+183
2022-10-22
Clean-up after format change for extensions [part 3]
Eduardo Julian
34
-1023
/
+1017
2022-10-21
Clean-up after format change for extensions [part 2]
Eduardo Julian
43
-718
/
+562
2022-10-21
Clean-up after format change for extensions [part 1]
Eduardo Julian
14
-260
/
+145
2022-10-21
Clean-up after format change for extensions [part 0]
Eduardo Julian
11
-241
/
+179
2022-10-20
Migrating default extensions to the new format [Part 3]
Eduardo Julian
17
-773
/
+781
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
67
-1965
/
+1955
2022-10-03
Migrating default extensions to the new format [Part 1]
Eduardo Julian
15
-1072
/
+1135
2022-10-03
Migrating default extensions to the new format [Part 0]
Eduardo Julian
14
-279
/
+447
2022-10-02
New format for extensions [part 4]
Eduardo Julian
18
-125
/
+181
2022-10-02
New format for extensions [part 3]
Eduardo Julian
24
-259
/
+211
2022-10-01
New format for extensions [part 2]
Eduardo Julian
32
-284
/
+299
2022-10-01
New format for extensions [part 1]
Eduardo Julian
35
-217
/
+275
2022-10-01
New format for extensions [part 0]
Eduardo Julian
18
-265
/
+376
2022-09-03
Added support for context-oriented programming.
Eduardo Julian
13
-167
/
+623
2022-09-02
Made labels (tags & slots) into normal definitions.
Eduardo Julian
47
-1007
/
+1179
2022-08-31
Added support for row polymorphism.
Eduardo Julian
7
-5
/
+450
2022-08-30
Got rid of the superfluous "lux macro" extension.
Eduardo Julian
25
-280
/
+336
2022-08-30
Added support for predicate-based polymorphism.
Eduardo Julian
9
-50
/
+399
2022-08-26
Added support for behavioral programming.
Eduardo Julian
9
-11
/
+168
2022-08-25
Added support for type-based polymorphism.
Eduardo Julian
6
-6
/
+175
2022-08-25
Added support for structured concurrency.
Eduardo Julian
6
-9
/
+589
2022-08-23
Added function trampolines.
Eduardo Julian
7
-14
/
+186
2022-08-22
Added support for the agent model.
Eduardo Julian
5
-7
/
+183
2022-08-19
Added support for time-zoned time.
Eduardo Julian
7
-7
/
+377
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
[next]