aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-2/+2
* De-taggification | part 2Eduardo Julian2021-09-046-27/+27
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-244-14/+14
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-234-10/+10
* Some bug fixes.Eduardo Julian2021-08-183-3/+3
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-3/+3
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-3/+3
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-094-7/+7
* No more #export magic syntax.Eduardo Julian2021-08-086-9/+9
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-074-35/+70
* Even more renamings.Eduardo Julian2021-08-011-6/+6
* More renamings.Eduardo Julian2021-07-302-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-9/+9
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-255-19/+19
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-156-6/+6
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-146-122/+128
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-1/+6
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-126-49/+71
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-3/+3
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-2/+2
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-121-0/+97
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-21/+72
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-33/+81
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-093-44/+95
* Added lexically-scoped templates.Eduardo Julian2021-01-051-19/+75
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-8/+7
* Some renamings.Eduardo Julian2020-12-261-2/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-255-11/+11
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-023-6/+6
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-3/+3
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-242-21/+21
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-3/+3
* Added deployment code to Aedifex.Eduardo Julian2020-10-033-21/+21
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-015-5/+5
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-1/+2
* No more "i/"-prefixed functions.Eduardo Julian2019-07-252-5/+10
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-2/+0
* Improved the convention for using text formatters.Eduardo Julian2019-06-205-10/+10
* Fixed some bugs.Eduardo Julian2019-04-121-5/+5
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-065-6/+8
* Fixed some tests.Eduardo Julian2019-03-285-67/+70
* Ported tests for time-related modules.Eduardo Julian2019-03-235-267/+169
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-20/+20
* 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-20/+20
* Integrated tests into normal source code.Eduardo Julian2019-02-053-0/+306