aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/cache.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Implemented the feature of adding arbitrary meta-data to definitions.Eduardo Julian2016-01-021-24/+21
* - [Refactor] Removed the (now unnecessary) lux.type.host/class-name->type fun...Eduardo Julian2015-12-311-3/+3
* - Fixed a bug wherein the cache became ineffective due to wrong file-paths ma...Eduardo Julian2015-12-201-4/+6
* - Made a variety of refactorings and minor changes.Eduardo Julian2015-12-021-1/+2
* - Unknown syntax errors now show cursor information.Eduardo Julian2015-10-281-84/+90
* - Cleaned-up the comments from the codebase.Eduardo Julian2015-09-291-91/+75
* - Removed reflection warnings.Eduardo Julian2015-09-281-1/+1
* - Lux programs can now use libraries for both the JVM (.jar files) and pure L...Eduardo Julian2015-09-271-1/+1
* - Fixed bug wherein mutual recursion could occur between modules.Eduardo Julian2015-09-131-2/+4
* - Added exhaustiveness testing for exception-handling code.Eduardo Julian2015-09-121-3/+3
* - Abandoned the old format for classes of having module names separated by un...Eduardo Julian2015-09-111-9/+8
* Changed the license from EPL to MPL.Eduardo Julian2015-08-281-7/+4
* Due to several performance issues and my inability to optimize them away due ...Eduardo Julian2015-08-281-4/+4
* - Restructuring how sums & products work [part 1]Eduardo Julian2015-08-231-4/+4
* - Tags data is now stored in the cache.Eduardo Julian2015-08-181-10/+29
* - Changing tags so they're actually indices (part 3). Eduardo Julian2015-08-121-1/+1
* Refactored the tags of definitions.Eduardo Julian2015-08-081-3/+3
* - Refacted the compiler by shifting to a pattern-matching syntax more akin to...Eduardo Julian2015-08-061-4/+4
* - Type definitions inside the compiler data now hold the type itself.Eduardo Julian2015-08-031-7/+15
* - Did some refactoring of the standard library.Eduardo Julian2015-07-311-62/+64
* - lux;using no longer prefixes variables.Eduardo Julian2015-07-291-2/+5
* - Fixed a pattern-matching error where generalizations of types (universal-qu...Eduardo Julian2015-07-261-1/+1
* - The output directory is now being used as the cache.Eduardo Julian2015-07-251-0/+135