summaryrefslogtreecommitdiff
path: root/scalaplugin/src
Commit message (Expand)AuthorAgeFilesLines
* Make `Applicative` macros able to inject a configurable `Ctx` object, used in...Li Haoyi2017-11-091-16/+5
* make scalaplugin.Subproject use the builtin destination folderLi Haoyi2017-11-091-7/+17
* Swap `compileScala` over to `T{...}` macroLi Haoyi2017-11-081-67/+64
* First full metacircular compile-build-execute workflow now works using the `b...Li Haoyi2017-11-071-0/+10
* Recursive main-method resolution now works, as part of the normal discovery r...Li Haoyi2017-11-051-3/+3
* Forked `ammonite.main.Router` into `forge.discover.Router`, to let us generat...Li Haoyi2017-11-051-4/+5
* Break out reusable JVM specific stuff into its own fileLi Haoyi2017-11-052-2/+9
* Split out `ApplicativeMacros` from `Target`Li Haoyi2017-11-051-2/+2
* Re-organize `forge/` folder according to ordering of build phases: target def...Li Haoyi2017-11-052-2/+4
* Turn on `lihaoyi:acyclic` plugin, enforce it, and break up whatever import cy...Li Haoyi2017-11-051-1/+0
* Shorted `ScalaDep.Scala(...)`/`ScalaDep.PointScala(...)` into `ScalaDep(...)`...Li Haoyi2017-11-042-9/+10
* Collapse `LocalDef` into `T{...}` macro, make it more flexible so it only cac...Li Haoyi2017-11-041-1/+1
* Migrate `MetacircularTests` over to new cached-def mechanismLi Haoyi2017-11-042-29/+30
* Implement `ScalaDep` ADT to encapsulate handling on scala cross-version suffixesLi Haoyi2017-11-042-19/+62
* `T.apply{}` -> `T{}`Li Haoyi2017-11-041-1/+1
* Remove unnecessary deps in `MetacircularTests`Li Haoyi2017-11-041-11/+0
* More tweaks to `scalaplugin.Subproject`Li Haoyi2017-11-041-7/+11
* Split up forge into `scalaplugin` an `core` subprojects, to allow us to use t...Li Haoyi2017-11-032-0/+211