aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/archive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-145-332/+0
|
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-181-5/+6
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-1/+2
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-4/+4
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+3
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-023-27/+27
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-3/+3
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-3/+3
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-7/+7
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-3/+3
|
* Build programs.Eduardo Julian2020-08-281-1/+2
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-093-6/+0
|
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-1/+2
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* :share no longer relies on :assumeEduardo Julian2020-05-171-1/+1
|
* Compiler versions are now natural numbers, and are included as part of the ↵Eduardo Julian2020-05-121-5/+7
| | | | names/paths of artifacts.
* Now storing and loading extensions in the cache.Eduardo Julian2020-05-111-31/+86
|
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-061-2/+6
|
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-15/+14
|
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-224-11/+109
|
* Generating module IDs in a similar way to artifact IDs.Eduardo Julian2020-04-182-11/+11
|
* Generating definition names in a new way.Eduardo Julian2020-04-161-0/+10
|
* Got the new compiler to build again.Eduardo Julian2020-03-191-4/+12
|
* No passing the archive as a parameter to all phases.Eduardo Julian2020-03-182-2/+53
|
* Re-located compiler's version.Eduardo Julian2020-01-111-1/+1
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-7/+7
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-243-4/+2
|
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-124-0/+108