aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time/date.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-4/+4
| | | | syntax change.
* 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 ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* 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 ";", ↵Eduardo Julian2019-03-151-20/+20
| | | | to avoid confusion since "/" is used for relative module paths.
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-20/+20
| | | | structures.
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+147