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
/
aedifex
/
repository.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
1
-0
/
+3
*
Now wrapping C++ values inside a universal box.
Eduardo Julian
2023-01-07
1
-14
/
+50
*
Fixes for Aedifex tests.
Eduardo Julian
2022-08-12
1
-1
/
+1
*
Improved exception-definition macro.
Eduardo Julian
2022-08-11
1
-6
/
+8
*
Re-named the "case" macro to "when".
Eduardo Julian
2022-08-11
1
-2
/
+2
*
Extracted property-based testing machinery into its own module.
Eduardo Julian
2022-08-10
1
-2
/
+3
*
Made exception.report a function.
Eduardo Julian
2022-07-06
1
-2
/
+2
*
De-sigil-ification: suffix : [Part 16]
Eduardo Julian
2022-06-26
1
-3
/
+3
*
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
2022-06-25
1
-1
/
+1
*
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
2022-06-16
1
-1
/
+1
*
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
2022-06-16
1
-9
/
+9
*
New "format" hierarchy.
Eduardo Julian
2022-06-13
1
-1
/
+1
*
De-sigil-ification: suffix : [Part 4]
Eduardo Julian
2022-06-12
1
-17
/
+17
*
Extensible import syntax [Part 5]
Eduardo Julian
2022-06-03
1
-1
/
+1
*
Extensible import syntax [Part 4]
Eduardo Julian
2022-06-03
1
-4
/
+4
*
Extensible import syntax [Part 3]
Eduardo Julian
2022-06-02
1
-1
/
+1
*
Extensible import syntax: Part 1
Eduardo Julian
2022-06-01
1
-12
/
+12
*
De-sigil-ification: $
Eduardo Julian
2022-04-08
1
-17
/
+17
*
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
2022-03-15
1
-40
/
+40
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
*
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
2021-09-13
1
-12
/
+12
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-4
/
+4
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-3
/
+3
*
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
2021-09-08
1
-2
/
+2
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-22
/
+22
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-15
/
+15
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-1
/
+1
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-2
/
+2
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-1
/
+1
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-2
/
+2
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-3
/
+3
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-1
/
+1
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-4
/
+4
*
Re-named "spec" hierarchy to "specification".
Eduardo Julian
2021-07-15
1
-1
/
+1
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-22
/
+23
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
1
-4
/
+4
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-0
/
+2
*
Simplified the API for file-system operations.
Eduardo Julian
2021-07-06
1
-0
/
+2
*
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
2021-07-02
1
-8
/
+10
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-6
/
+30
*
Some renamings.
Eduardo Julian
2020-12-26
1
-0
/
+3
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-4
/
+4
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
1
-33
/
+16
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
1
-17
/
+13
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-4
/
+5
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
1
-4
/
+4
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-2
/
+2
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
1
-3
/
+3
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
1
-0
/
+93