summaryrefslogtreecommitdiff
path: root/core/src/main/scala/forge/util
Commit message (Expand)AuthorAgeFilesLines
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-053-68/+47
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-051-0/+3
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-041-28/+0
* Add some basic compile-time checks to enforce usage of `T{...}` within traitsLi Haoyi2017-11-041-0/+28
* - Get rid of lazy `Target` wrapper since we're using lazy `def`s everywhereLi Haoyi2017-11-041-12/+0
* First experiment using `Cacher interface` combined with `Caller` implicits to...Li Haoyi2017-11-041-0/+12
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-035-0/+228