summaryrefslogtreecommitdiff
path: root/scalalib/test/src
Commit message (Expand)AuthorAgeFilesLines
* Properly support Dotty >= 0.18.1 (#682)Guillaume Martres2019-09-091-0/+15
* Initial module-specific extension support to GenIdea (#684)Tobias Roeser2019-09-051-0/+41
* Use the binary version of the compiler bridge when available (#659)Guillaume R2019-07-251-0/+4
* Interpolates $MILL_VERSION in ivy imports (#649)Olivier Mélois2019-07-081-1/+2
* Update logic to check for Scala libraries when generating fake SBT librariesAndres Pipicello2019-06-281-2/+0
* Using mill source path instead of pwdAndres Pipicello2019-06-281-5/+5
* Changed GenIdeaTests to use ScriptTestSuiteAndres Pipicello2019-06-281-39/+21
* Merge branch '609'Li Haoyi2019-05-201-5/+5
|\
| * Downstream files overwrite upstream files on assemblyNathan Fischer2019-05-161-5/+5
* | Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-194-9/+14
|/
* Avoid unnecessary dependency downloading by providing fetches per cache polic...gehnaphore2018-12-201-1/+1
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-1/+1
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-1211-2/+2
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-123-3/+3
* fix testsLi Haoyi2018-12-121-1/+1
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-054-83/+81
* bump Ammonite versionLi Haoyi2018-10-181-3/+2
* .Li Haoyi2018-10-181-1/+1
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-191-3/+100
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-152-8/+8
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-2/+2
* Add support for Dotty projects (#397)Guillaume Martres2018-08-051-5/+21
* Issue #314; port sbt-updates to mill (#340)Guillaume Galy2018-07-143-0/+376
* avoid duplicating core scala libraries during artifact resolution to fix http...Li Haoyi2018-06-091-1/+1
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-011-12/+259
* Improve Intellij Idea support (#351)Olivier Mélois2018-05-301-2/+0
* Fixes #336: pass scalac options to ScalaDoc during docJar stage (#337)Anton Sviridov2018-05-181-0/+29
* Scalafmt support (#308)Nikolay Tatarinov2018-05-061-0/+105
* Mark test module as test sources; change sbt module root (#298)Nikolay Tatarinov2018-04-201-0/+5
* avoid printing useless stacktraces when subprocess runs failLi Haoyi2018-04-171-5/+1
* fix testsLi Haoyi2018-04-101-2/+2
* Basic failure tests for `JavaModule`Li Haoyi2018-04-081-1/+26
* Rename `root` IDEA module to `mill-build` to avoid collisionsLi Haoyi2018-04-081-2/+2
* Properly support test frameworks which spawn child tasksLi Haoyi2018-04-081-0/+36
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-081-6/+37
* bump test case to 2.12.4 for java9 compatLi Haoyi2018-04-081-1/+1
* Fix #282 by passing plugins as arguments to scaladocjulianmichael2018-04-081-0/+32
* update travis mill versionLi Haoyi2018-04-071-1/+1
* avoid recursionLi Haoyi2018-04-071-2/+0
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ...Li Haoyi2018-04-071-1/+5
* First unit tests for `JavaModule`Li Haoyi2018-04-071-0/+60
* Merge branch 'master' into restore-masterRobby2018-04-072-7/+44
|\
| * basic support for version pinning (used by default for scala-library/compiler...Li Haoyi2018-04-061-0/+37
| * fix buildLi Haoyi2018-04-061-7/+7
* | revive #254 and fix #268 (#274)Sheng Chen2018-04-023-3/+87
* | revert #254 to fix bootstrapping https://github.com/lihaoyi/mill/issues/268Li Haoyi2018-04-013-87/+3
* | fixes #173; use default(compile) configuration for deps as default (#270)Nikolay Tatarinov2018-04-011-0/+8
|/
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-273-3/+87
|\
| * add exclusions and custom configuration to dependencies (#254)Sheng Chen2018-03-263-3/+87
* | Ensure that transitive ivy jars are not directly aggregated under a module's ...Li Haoyi2018-03-261-0/+25
|/