aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* No more "n/"-prefixed functions.Eduardo Julian2019-07-264-14/+21
* No more "i/"-prefixed functions.Eduardo Julian2019-07-253-94/+94
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-2/+2
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-023-5/+4
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-5/+1
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-192-9/+9
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-193-9/+9
* Simplified the "Order" signature.Eduardo Julian2019-04-175-84/+35
* Fixed an issue with weird spacing at the end of lines in "lux/time/duration".Eduardo Julian2019-04-171-29/+28
* 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-065-8/+11
* Re-named "do-template" to "template".Eduardo Julian2019-03-304-10/+10
* Fixed some tests.Eduardo Julian2019-03-281-17/+22
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-153-41/+41
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-2/+2
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-132-2/+2
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-113-12/+12
* Changed the naming style for structures.Eduardo Julian2019-02-045-257/+276
* Added macros for remembering things to the programmer based on deadlines.Eduardo Julian2019-01-021-34/+41
* No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian2018-12-153-50/+51
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-152-4/+4
* Small improvements.Eduardo Julian2018-12-152-77/+85
* Restored the "encode" function for duration, to correct for overkill when rem...Eduardo Julian2018-12-041-0/+25
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian2018-12-031-73/+0
* Small additions to stdlib.Eduardo Julian2018-08-281-1/+14
* No more multi-line text.Eduardo Julian2018-08-222-6/+4
* - Added timing functionality to measure performance.Eduardo Julian2018-08-201-0/+4
* Some small improvements and fixes.Eduardo Julian2018-08-052-26/+34
* Some small fixes for duration text serialization.Eduardo Julian2018-07-281-9/+9
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-282-35/+35
* Added "+" sign to positive Int.Eduardo Julian2018-07-283-125/+131
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-282-35/+35
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-211-1/+1
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-203-9/+9
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-203-13/+15
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-142-5/+6
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-133-6/+6
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-113-43/+51
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-113-10/+10
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-103-7/+7
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-102-3/+3
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-103-17/+17
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-053-18/+18
* - Re-named "sequence" to "row".Eduardo Julian2018-07-032-34/+34
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-032-17/+17
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-133-3/+3
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-132-24/+24
* - Implemented Monoid for Duration.Eduardo Julian2018-05-021-0/+5
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-052-3/+3