aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time/date.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-061-95/+0
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-1/+1
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
* Re-named the "poly" hierarchy to "polytypic".Eduardo Julian2022-06-121-5/+4
* De-sigil-ification: #Eduardo Julian2022-06-041-9/+9
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-4/+4
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-36/+36
* De-sigil-ification: $Eduardo Julian2022-04-081-88/+88
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-4/+4
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-8/+8
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-4/+4
* De-taggification | part 4Eduardo Julian2021-09-071-9/+9
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-1/+1
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-4/+4
* More renamings.Eduardo Julian2021-07-301-2/+2
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-23/+24
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-1/+6
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-8/+7
* Added lexically-scoped templates.Eduardo Julian2021-01-051-19/+75
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-2/+2
* Added deployment code to Aedifex.Eduardo Julian2020-10-031-3/+7
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Fixed some bugs.Eduardo Julian2019-04-121-5/+5
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+2
* Fixed some tests.Eduardo Julian2019-03-281-9/+8
* Ported tests for time-related modules.Eduardo Julian2019-03-231-137/+21
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-20/+20
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-20/+20
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+147