aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/module.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Now, you cannot use the tags of types that haven't been exported if you're ...Eduardo Julian2016-02-151-1/+1
* - Optimized the new "product" implementation to improve performance & memory ...Eduardo Julian2016-01-051-4/+4
* - Switched from TupleT to ProdT (implementation-wise).Eduardo Julian2016-01-041-1/+4
* 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-2/+2
* - Restructuring how sums & products work [part 1]Eduardo Julian2015-08-231-2/+2
* - Tags data is now stored in the cache.Eduardo Julian2015-08-181-0/+28