aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/lux/abstract (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1513-521/+0
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1413-116/+129
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1213-25/+26
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-282-6/+6
* Added lexically-scoped templates.Eduardo Julian2021-01-051-9/+9
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-297-47/+41
* Some renamings.Eduardo Julian2020-12-261-7/+7
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-0/+22
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1011-24/+24
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-024-28/+28
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-0712-92/+92
* Easy to use Rev constants.Eduardo Julian2020-10-314-27/+27
* Some small refactoring.Eduardo Julian2020-10-251-4/+4
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-11/+41
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+61
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0110-0/+369
* Can now parse TAR files.Eduardo Julian2020-05-281-0/+31