summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not erase cache for skipped tasks (#60)Roman Timushev2017-12-121-1/+3
* Merge pull request #55 from lihaoyi/repl-cacheRoman Timushev2017-12-121-5/+13
|\
| * Cache classloader signaturesRoman Timushev2017-12-121-5/+9
| * Fix task cache in REPLRoman Timushev2017-12-111-3/+7
|/
* Resolve compiler bridge jar (#45)Roman Timushev2017-12-113-11/+34
* [issue-39] add logging output to file (#53)Ilya Murzinov2017-12-114-19/+78
* `Core.compile()` now works in the build REPLLi Haoyi2017-12-106-11/+99
* First pass at simplifying Ammonite integration and enabling the REPL. Can que...Li Haoyi2017-12-103-202/+127
* Implement a `SbtScalaModule` helper trait, to conveniently set up the default...Li Haoyi2017-12-105-201/+209
* fix console command; add interactiveSubprocess in Jvm (#52)Nikolay Tatarinov2017-12-092-2/+10
* Add support for compiler plugins and enable acyclic plugin in buildTin Pavlinic2017-12-095-3/+28
* Update readme.mdLi Haoyi2017-12-081-0/+3
* delete un-used bridge.scLi Haoyi2017-12-081-4/+0
* robustify gen-idea against pre-existing filesLi Haoyi2017-12-081-1/+1
* Merge pull request #38 from lihaoyi/project-deps-zincNikolay Tatarinov2017-12-077-43/+70
|\
| * pass compile analysis of projectDeps to zinc, fixes #29rockjam2017-12-077-43/+70
|/
* Update self-hosting instructions (#41)Tin Pavlinic2017-12-061-3/+3
* Explicitly pass built compiler-bridge jar locations from the build system int...Li Haoyi2017-12-065-45/+80
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-12-060-0/+0
|\
| * merge cross-bridge into masterLi Haoyi2017-12-0526-155/+371
| |\
* | | force test:compile during scalaplugin/test:assembly, to make sure bridge jars...Li Haoyi2017-12-061-0/+4
* | | Hackily speed up repeated Scala compiles by keeping a global cache of hot Sca...Li Haoyi2017-12-052-23/+12
* | | merge cross-bridge into masterLi Haoyi2017-12-0526-196/+410
|\ \ \ | |/ / |/| / | |/
| * Avoid `inheritIO` in `Jvm.subprocess`, and instead feed it into the proper `l...Li Haoyi2017-12-044-7/+53
| * Standardize on a `mill.util.Logger` classLi Haoyi2017-12-0413-54/+76
| * Make more stuff use the implicit `T.ctx()`Li Haoyi2017-12-043-13/+13
| * - Make `T.ctx()` available implicitlyLi Haoyi2017-12-0410-68/+100
| * Update test caseLi Haoyi2017-12-041-1/+1
| * Flesh out `bridges` pre-compilation in Mill build, getting the cross-minor-ve...Li Haoyi2017-12-046-26/+59
| * Cross building acyclic now works, using a locally compiled cross-versioned co...Li Haoyi2017-12-044-5/+88
* | Merge pull request #35 from lihaoyi/mainClassNikolay Tatarinov2017-11-302-7/+56
|\ \ | |/ |/|
| * swap run and runMain commandsrockjam2017-11-302-9/+9
| * implment runMain commandrockjam2017-11-302-1/+29
| * mainClass supportrockjam2017-11-302-2/+23
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-291-1/+1
|\
| * Pass `$JAVA_OPTS` to the JVM (#34)Iulian Dragos2017-11-291-1/+1
* | first pass at building better-files using MillLi Haoyi2017-11-2941-0/+6014
|/
* - Re-enable zinc compiler cache, since the OOMing it used to cause seems to h...Li Haoyi2017-11-281-40/+66
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-275-20/+279
|\
| * fix #8 simple 'hello world' scala module with tests on it; extract test evalu...Nikolay Tatarinov2017-11-275-20/+279
* | Acyclic cross-version tests are runningLi Haoyi2017-11-272-9/+38
|/
* Tweak readme, fix SBT executable assembly prefixLi Haoyi2017-11-274-10/+165
* Fix error messages on resolving cross-built modules and re-enable relevant ne...Li Haoyi2017-11-262-3/+11
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-261-1/+3
|\
| * Check owner of method instead of linear search (#28)Iulian Dragos2017-11-261-1/+3
* | Get acyclic's tests running after compilation failures, fixing a metadata.mil...Li Haoyi2017-11-263-13/+11
* | Acyclic test suite works now that we can fork and set a proper working direct...Li Haoyi2017-11-264-35/+88
* | Isolate TestRunner classloader to try and get AcyclicTests working...Li Haoyi2017-11-262-3/+5
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2017-11-263-6/+6
|\
| * upgrade zinc 1.0.3 -> 1.0.5 (#26)Nikolay Tatarinov2017-11-263-6/+6