summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.2.80.2.8Li Haoyi2018-09-212-4/+19
* start running DocAnnotationsTests in CILi Haoyi2018-09-211-1/+1
* bootstrap off latest masterLi Haoyi2018-09-203-6/+7
* Re-order `publishAll` arguments to get rarely used `signed` arg out of the wayLi Haoyi2018-09-201-2/+2
* fix publishing to work with 0.2.7Li Haoyi2018-09-201-5/+4
* re-enable scaladoc plugin on existing modules to ensure their doccomments are...Li Haoyi2018-09-201-0/+2
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-2027-92/+535
* Dedicated scalaDoc plugins and options (#433)Guillaume Grossetie2018-09-192-7/+111
* fix MILL_CLASSPATH for windows script (#434)Sakib Hadžiavdić2018-09-171-5/+6
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-1516-70/+69
* don't compile hidden files. fixes #402 (#428)Nikolay Tatarinov2018-09-051-1/+2
* Make sure files are readable when traversing source files. (#423)Victor Borja2018-09-051-1/+1
* Fix shutdown hook failures in tests (#422)aosagie2018-09-024-20/+14
* 0.2.70.2.7Li Haoyi2018-08-272-2/+21
* 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-2517-165/+194
* more terminology fixesLi Haoyi2018-08-223-3/+3
* standardize more worker terminologyLi Haoyi2018-08-224-32/+32
* tweaksLi Haoyi2018-08-223-5/+5
* standardize naming of ScalaWorker/Api/ImplLi Haoyi2018-08-228-23/+23
* fix buildLi Haoyi2018-08-224-28/+28
* Tidying up:Li Haoyi2018-08-2232-38/+39
* Make the REPL evaluator accessible from the REPL itself (#413)Guillaume Martres2018-08-221-1/+1
* isolate twirl classloader from mill classpathLi Haoyi2018-08-221-1/+1
* fix testng referenceLi Haoyi2018-08-181-1/+1
* tidy up root folderLi Haoyi2018-08-1719-31/+30
* Visualize plan (#409)Joseph K. Strauss2018-08-163-671/+198
* Simple BuildInfo plugin (#325)benjaminfrank2018-08-165-0/+234
* 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
* Make visualizePlan work with external modules (#406)Joseph K. Strauss2018-08-103-59/+826
* Visualize Plan (#404)Joseph K. Strauss2018-08-085-28/+144
* don't pass in entered args from as remoteArgs too (#403)John Duffell2018-08-081-1/+1
* Update 2 - Configuring Mill.mdLi Haoyi2018-08-051-1/+1
* Add support for Dotty projects (#397)Guillaume Martres2018-08-0514-162/+250
* Add documentation for ScalaPB module (#398)David Gregory2018-08-031-0/+51
* Fix bug with 'u' at the beginning of path (#384)Joseph K. Strauss2018-08-031-2/+1
* Add ScalaPB integration (#395)David Gregory2018-08-0110-5/+331
* Add doc on excluding Scala library from assembly (#396)Manu Zhang2018-08-011-0/+14
* update installation instructions for 0.2.6Li Haoyi2018-07-301-2/+2
* 0.2.60.2.6Li Haoyi2018-07-301-0/+9
* Fix bullets in manual (#394)Joseph K. Strauss2018-07-301-3/+4
* 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-276-12/+20
* Avoid duplicating ArgSig instantiation inside Router.scala macro-generated codeLi Haoyi2018-07-261-6/+15
* 0.2.50.2.5Li Haoyi2018-07-223-3/+31
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-217-19/+150