aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/modular.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-14/+16
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-22/+22
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-11/+12
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-28Fixed some tests.Eduardo Julian1-5/+5
2019-03-24Ported tests for math-related modules.Eduardo Julian1-90/+79
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-10/+10
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-2/+2
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-6/+6
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-10/+10
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-1/+1
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-5/+5
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-1/+1
2018-07-21Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian1-2/+1
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-3/+3
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-2/+3
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-5/+5
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-17/+17
2018-07-11- Re-named "type-of" to ":of".Eduardo Julian1-7/+7
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-9/+13
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-2/+2
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-1/+1
2018-07-09- Fixes: Part 2.Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-2/+2
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-2/+2
2017-12-25- Added module for predicates.Eduardo Julian1-1/+1
2017-12-24- Added type-safe modular arithmetic.Eduardo Julian1-0/+146