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-11-18
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
1
-1
/
+1
2022-11-16
Added generic logging abstraction/machinery.
Eduardo Julian
8
-35
/
+289
2022-11-15
Now documenting dependers and dependees.
Eduardo Julian
11
-86
/
+223
2022-11-15
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
6
-44
/
+86
2022-11-11
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
1
-1
/
+1
2022-11-07
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
3
-5
/
+400
2022-11-07
Added support for inline testing.
Eduardo Julian
7
-24
/
+157
2022-11-06
More efficient code-generation for text composition.
Eduardo Julian
8
-162
/
+408
2022-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
5
-12
/
+192
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
7
-21
/
+263
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
5
-3
/
+189
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
80
-386
/
+524
2022-10-24
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
7
-6
/
+197
2022-10-24
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
5
-4
/
+175
2022-10-23
New Delay type with associated constants + compile-time warning for undefined...
Eduardo Julian
4
-10
/
+69
2022-10-22
New (optional) names for Frac type + fixed module of CSP concurrency.
Eduardo Julian
8
-6
/
+83
2022-10-22
Clean-up after format change for extensions [part 3]
Eduardo Julian
4
-37
/
+187
2022-10-21
Clean-up after format change for extensions [part 2]
Eduardo Julian
4
-80
/
+45
2022-10-21
Clean-up after format change for extensions [part 0]
Eduardo Julian
1
-2
/
+2
2022-10-20
Migrating default extensions to the new format [Part 3]
Eduardo Julian
4
-184
/
+233
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
6
-53
/
+47
2022-10-03
Migrating default extensions to the new format [Part 1]
Eduardo Julian
1
-13
/
+13
2022-10-02
New format for extensions [part 4]
Eduardo Julian
4
-17
/
+48
2022-10-02
New format for extensions [part 3]
Eduardo Julian
1
-57
/
+51
2022-10-01
New format for extensions [part 2]
Eduardo Julian
1
-24
/
+28
2022-10-01
New format for extensions [part 1]
Eduardo Julian
1
-19
/
+26
2022-10-01
New format for extensions [part 0]
Eduardo Julian
1
-17
/
+26
2022-09-03
Added support for context-oriented programming.
Eduardo Julian
9
-150
/
+392
2022-09-02
Made labels (tags & slots) into normal definitions.
Eduardo Julian
3
-90
/
+7
2022-08-31
Added support for row polymorphism.
Eduardo Julian
5
-2
/
+224
2022-08-30
Got rid of the superfluous "lux macro" extension.
Eduardo Julian
12
-124
/
+197
2022-08-30
Added support for predicate-based polymorphism.
Eduardo Julian
5
-3
/
+126
2022-08-26
Added support for behavioral programming.
Eduardo Julian
3
-2
/
+103
2022-08-25
Added support for type-based polymorphism.
Eduardo Julian
4
-2
/
+96
2022-08-25
Added support for structured concurrency.
Eduardo Julian
4
-7
/
+249
2022-08-23
Added function trampolines.
Eduardo Julian
5
-3
/
+118
2022-08-22
Added support for the agent model.
Eduardo Julian
3
-0
/
+111
2022-08-19
Added support for time-zoned time.
Eduardo Julian
4
-1
/
+155
2022-08-19
Added support for incremental computation.
Eduardo Julian
3
-1
/
+129
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
[next]