summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Reviewed exitCode handlingTobias Roeser2019-02-252-8/+19
* Added fixmeTobias Roeser2019-02-241-0/+1
* Fixed incorrect commentTobias Roeser2019-02-231-1/+4
* Splitted IO.scala to avoid cyclic referencesTobias Roeser2019-02-193-33/+40
* Documented some mill.api classesTobias Roeser2019-02-194-100/+146
* Properly strip scaladoc end tagsTobias Roeser2019-02-111-0/+2
* Fixed #511.Robby2019-01-151-5/+1
* Also added failFast test casesTobias Roeser2018-12-212-2/+71
* Added cmdline option -k/--keep-goingTobias Roeser2018-12-216-13/+31
* Introduced new failFast parameter to Evaluator with default `true`Tobias Roeser2018-12-212-10/+33
* Detailed the difference between Failure and ExceptionTobias Roeser2018-12-201-1/+9
* Added some docs to result typeTobias Roeser2018-12-201-9/+35
* Fixed typo and added class linkTobias Roeser2018-12-201-2/+2
* Avoid unnecessary dependency downloading by providing fetches per cache polic...gehnaphore2018-12-203-8/+101
* Generalize Zinc Worker (#514)Li Haoyi2018-12-1817-138/+65
* Discover - break overridesRoutes into fixed size chunks (#509)Gregor Uhlenheuer2018-12-141-2/+5
* Added doc to version targetTobias Roeser2018-12-141-0/+4
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-1274-0/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-1233-196/+523
* Added info about skipped mill server in `-i` cmdline optionTobias Roeser2018-12-101-1/+1
* bump Ammonite version0.3.5Li Haoyi2018-11-194-16/+12
* mergeLi Haoyi2018-11-061-1/+1
|\
* | fix assembly path handling, swap out Jvm.scala's custom subprocess handling w...Li Haoyi2018-11-053-108/+101
* | WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-0544-307/+260
|/
* Add tut contrib module (#464)David Gregory2018-10-311-0/+7
* Added new cmdline option --debug,-d to enable debug logTobias Roeser2018-10-305-9/+24
* Added additional debug log channel (default: log-file only)Tobias Roeser2018-10-306-18/+45
* Added some source docsTobias Roeser2018-10-291-1/+12
* Fixed typoTobias Roeser2018-10-291-1/+3
* Add createJar() ScalaDocJim Lawson2018-10-281-0/+13
* Evaluate filterJar() task.Jim Lawson2018-10-281-1/+1
* Add a filter parameter (default true for all files) to createJar().Jim Lawson2018-10-282-2/+13
* bump Ammonite versionLi Haoyi2018-10-182-35/+38
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-2014-37/+224
* Remove useless type parameters for {Test,}Evaluator (#416)Guillaume Martres2018-09-156-39/+39
* 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-022-18/+11
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-9/+14
* Tidying up:Li Haoyi2018-08-2228-0/+3194
* Make the REPL evaluator accessible from the REPL itself (#413)Guillaume Martres2018-08-221-1/+1
* Make visualizePlan work with external modules (#406)Joseph K. Strauss2018-08-101-27/+16
* Visualize Plan (#404)Joseph K. Strauss2018-08-083-28/+72
* Fix bug with 'u' at the beginning of path (#384)Joseph K. Strauss2018-08-031-2/+1
* add JavaModule#runBackground, to allow a task to kick off processes to run in...Li Haoyi2018-07-212-14/+23
* add --disable-ticker, handle --color correctly (#379)Anton Sviridov2018-07-146-7/+27
* Allow hyphens in module and task names (#362)Joseph K. Strauss2018-06-069-11/+98
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-012-45/+162
* Fix MILL_CLASSPATH for Windows (#354)Joseph K. Strauss2018-05-301-9/+20
* move graphviz interactions onto a single worker thread to satisfy J2V8 limita...Li Haoyi2018-05-253-23/+52
* move VisualizeModule out into it's own ExternalModule; for some reason it was...Li Haoyi2018-05-252-7/+15