summaryrefslogtreecommitdiff
path: root/main/api
Commit message (Expand)AuthorAgeFilesLines
* Added docstrigs and comments. Also cleaned unused imports. Changd the printSt...Alexandra Dima2019-10-123-0/+33
* Addressed code review feedback.Alexandra Dima2019-10-121-4/+0
* Improved compilation by sending all requested targets to the mill evaluator t...Alexandra Dima2019-10-121-1/+1
* Partially fixed test request by implementing a test reporter, adding it to ea...Alexandra Dima2019-10-124-1/+51
* Added support for merging compile parameters from the mill build file with th...Alexandra Dima2019-10-121-1/+2
* Implemented support for publishing compilation diagnostics through the custom...Alexandra Dima2019-10-121-2/+3
* Changed JSON encoding for StackTraceElement (filename is nullable) (#691)Tobias Roeser2019-09-101-2/+2
* 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
* Introduced new failFast parameter to Evaluator with default `true`Tobias Roeser2018-12-211-0/+7
* Detailed the difference between Failure and ExceptionTobias Roeser2018-12-201-1/+9
* Added some docs to result typeTobias Roeser2018-12-201-9/+35
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-0/+44
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-129-0/+659