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