summaryrefslogtreecommitdiff
path: root/scalalib
Commit message (Expand)AuthorAgeFilesLines
* bump ammonite versionLi Haoyi2018-12-111-1/+1
* Add Gitlab to VersionControl (#489)Leonard Ehrenfried2018-12-071-2/+9
* bump Ammonite version0.3.5Li Haoyi2018-11-192-2/+2
* 0.3.4Li Haoyi2018-11-061-1/+1
* fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-053-9/+9
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-0518-243/+226
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-11-021-1/+2
|\
| * Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-301-1/+2
* | Fix https://github.com/lihaoyi/mill/issues/475Li Haoyi2018-11-023-15/+53
|/
* 0.3.20.3.2Li Haoyi2018-10-201-1/+1
* Allow use of inferred main classes when building self-executing assembliesLi Haoyi2018-10-191-1/+1
* 0.3.00.3.0Li Haoyi2018-10-181-1/+1
* bump ammonite version againLi Haoyi2018-10-181-1/+1
* bump Ammonite versionLi Haoyi2018-10-183-17/+16
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-10-184-5/+13
|\
| * Configure Idea project generator per module (#458)Tobias Roeser2018-10-092-2/+9
| * fix for allowing subgroups of a given staging profile (#441)Brandon Elam Barker2018-10-051-1/+2
| * Re-order `publishAll` arguments to get rarely used `signed` arg out of the wayLi Haoyi2018-09-201-2/+2
* | .Li Haoyi2018-10-184-17/+22
|/
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-203-11/+217
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-192-7/+111
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-155-18/+18
* don't compile hidden files. fixes #402 (#428)Nikolay Tatarinov2018-09-051-1/+2
* Fix shutdown hook failures in tests (#422)aosagie2018-09-021-1/+2
* Fix paths for ivy-style repos in grepJar (#412)Guillaume Martres2018-08-262-4/+8
* Update GenIdeaImpl.scalaLi Haoyi2018-08-251-1/+1
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-259-128/+152
* more terminology fixesLi Haoyi2018-08-221-1/+1
* standardize naming of ScalaWorker/Api/ImplLi Haoyi2018-08-221-2/+2
* Better use of forkWorkingDirLi Haoyi2018-08-131-6/+6
* move forkWorkingDir from TestModule onto JavaModule so it can apply to run/ru...Li Haoyi2018-08-131-4/+4
* Update JavaModule.scalaLi Haoyi2018-08-121-3/+1
* don't pass in entered args from as remoteArgs too (#403)John Duffell2018-08-081-1/+1
* Add support for Dotty projects (#397)Guillaume Martres2018-08-057-151/+236
* Make hot compilation 2x faster by properly reusing classloaders (#393)Guillaume Martres2018-07-281-19/+24
* Plugins do not belong on the compiler classpath (#391)Guillaume Martres2018-07-271-17/+3
* Upgrade Zinc and fix over-compilation (#390)Guillaume Martres2018-07-275-11/+18
* 0.2.50.2.5Li Haoyi2018-07-221-1/+1
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-213-0/+108
* add --disable-ticker, handle --color correctly (#379)Anton Sviridov2018-07-142-1/+2
* Issue #314; port sbt-updates to mill (#340)Guillaume Galy2018-07-1414-0/+920
* Add scala JS version suffix to ivy deps for published JS ivy.xml (#376)Julian Michael2018-06-252-4/+10
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-06-093-5/+5
|\
| * Allow configuration of JavaModule and ScalafmtModule scala workers (#367)aosagie2018-06-082-2/+2
| * Allow configuration of TestRunner's ScalaWorkerModule (#364)aosagie2018-06-062-3/+3
* | avoid duplicating core scala libraries during artifact resolution to fix http...Li Haoyi2018-06-093-4/+13
|/
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-017-16/+295
* Improve Intellij Idea support (#351)Olivier Mélois2018-05-304-27/+90
* Check for availability of Java compiler. (#353)Daniel Kullmann2018-05-281-0/+5
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-255-200/+151