aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/time/instant.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-2/+2
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-5/+5
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-3/+3
* Simplified the "Order" signature.Eduardo Julian2019-04-171-14/+10
* Fixed some bugs.Eduardo Julian2019-04-121-19/+19
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-1/+1
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+3
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-18/+18
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-5/+5
* Changed the naming style for structures.Eduardo Julian2019-02-041-45/+48
* No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian2018-12-151-17/+17
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-151-2/+2
* Small improvements.Eduardo Julian2018-12-151-63/+63
* No more multi-line text.Eduardo Julian2018-08-221-3/+2
* Some small improvements and fixes.Eduardo Julian2018-08-051-9/+9
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-10/+10
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-73/+73
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-10/+10
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-5/+5
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-9/+10
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-18/+22
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-6/+6
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-2/+2
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-4/+4
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-4/+4
* - Re-named "sequence" to "row".Eduardo Julian2018-07-031-25/+25
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-031-9/+9
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-131-1/+1
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-18/+18
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-2/+2
* - Fixed tests in stdlib.Eduardo Julian2018-02-071-9/+8
* - Some minor refactoring.Eduardo Julian2017-12-101-9/+9
* - Re-named lux/type/opaque to lux/type/abstract.Eduardo Julian2017-11-291-6/+6
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-113/+113
* - Got rid of even more dots.Eduardo Julian2017-11-271-3/+3
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-64/+64
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-151-3/+3
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-1/+1
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-1/+1
* - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian2017-10-161-22/+22
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-2/+2
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-1/+1
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-5/+5
* - Some refactoring.Eduardo Julian2017-09-191-1/+2
* - Renamed "model" to "opaque".Eduardo Julian2017-08-211-6/+6