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
/
lux
/
control
/
exception.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
1
-1
/
+1
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-1
/
+1
2020-11-26
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
1
-4
/
+4
2020-11-02
Allow defining anonymous actors.
Eduardo Julian
1
-2
/
+2
2020-08-12
WIP: New build-tool named Aedifex (can read project descriptions).
Eduardo Julian
1
-81
/
+82
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-04-18
Improved test for exceptions.
Eduardo Julian
1
-23
/
+100
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-4
/
+6
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-2
/
+1
2019-02-08
Ported some modules to the new test format.
Eduardo Julian
1
-20
/
+23
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
1
-0
/
+0
2019-02-04
Converted tests for "lux/control/exception" to new format.
Eduardo Julian
1
-43
/
+28
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
1
-2
/
+2
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-1
/
+1
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-1
/
+1
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-3
/
+1
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-3
/
+3
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-9
/
+12
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-2
/
+2
2018-05-02
- Made the names of all exceptions lower-case.
Eduardo Julian
1
-8
/
+8
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-3
/
+3
2018-02-07
- Improved the way exceptions work.
Eduardo Julian
1
-1
/
+1
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-14
/
+14
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
1
-1
/
+1
2017-10-20
- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...
Eduardo Julian
1
-28
/
+30
2017-10-16
- Re-named "Result" type back to "Error".
Eduardo Julian
1
-10
/
+10
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-1
/
+1
2017-06-19
- In lux/test, renamed "test:" to "context:", and "assert" to "test".
Eduardo Julian
1
-3
/
+3
2017-05-17
- Renamed "Error" to "Result".
Eduardo Julian
1
-2
/
+2
2017-05-03
- Moved lux/data/error/exception to lux/control/exception.
Eduardo Julian
1
-2
/
+2
2017-04-10
- Renamed "lambda" to "function".
Eduardo Julian
1
-3
/
+3
2017-04-05
- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...
Eduardo Julian
1
-2
/
+1
2017-04-03
- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...
Eduardo Julian
1
-1
/
+0
2017-03-24
- Moved lux/random to lux/math/random.
Eduardo Julian
1
-1
/
+1
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
1
-1
/
+1
2017-01-06
- Renamed lux/math/random to lux/random.
Eduardo Julian
1
-1
/
+1
2016-12-12
- Small fixes, refactorings and expansions.
Eduardo Julian
1
-9
/
+13
2016-12-02
- Changed the names of math op functions to make them more consistent and sim...
Eduardo Julian
1
-6
/
+6
2016-12-01
- Bug fixes, refactorings and minor expansions.
Eduardo Julian
1
-0
/
+50