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
/
library
/
lux
/
test
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-18
More efficient "let" and "exec" expressions.
Eduardo Julian
1
-2
/
+1
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
6
-0
/
+18
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
1
-1
/
+2
2023-01-04
Added simple machinery for aliasing of definitions.
Eduardo Julian
1
-2
/
+11
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
2
-7
/
+7
2022-12-01
Added simple benchmarking machinery.
Eduardo Julian
1
-0
/
+54
2022-11-19
Got the tests to compile again for Python.
Eduardo Julian
1
-2
/
+3
2022-11-16
Added generic logging abstraction/machinery.
Eduardo Julian
1
-4
/
+9
2022-11-07
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
1
-1
/
+1
2022-11-07
Added support for inline testing.
Eduardo Julian
3
-5
/
+78
2022-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
1
-8
/
+23
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
1
-2
/
+1
2022-09-03
Added support for context-oriented programming.
Eduardo Julian
1
-10
/
+16
2022-09-02
Made labels (tags & slots) into normal definitions.
Eduardo Julian
1
-1
/
+1
2022-08-30
Added support for predicate-based polymorphism.
Eduardo Julian
1
-1
/
+1
2022-08-12
Fixed test suite.
Eduardo Julian
1
-15
/
+22
2022-08-11
Improved exception-definition macro.
Eduardo Julian
1
-3
/
+4
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
1
-7
/
+7
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
1
-0
/
+284
2022-07-30
Extracted test-tallying machinery into its own module.
Eduardo Julian
2
-46
/
+56
2022-07-28
Extracted test-coverage machinery into its own module.
Eduardo Julian
2
-42
/
+53
2022-07-28
Extracted unit-testing machinery into its own module.
Eduardo Julian
1
-0
/
+223