summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* optimize output streaming to allow batch writesLi Haoyi2018-05-221-16/+50
* Fixed PathRef's FileVisitor IOException on dir symlinks.Robby2018-04-241-0/+2
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-184-6/+46
* rename Cached#v -> valueLi Haoyi2018-04-101-2/+2
* share com.sun.jna.platform.win32.Kernel32 class between all classloaders, bec...Li Haoyi2018-04-091-2/+8
* mergeLi Haoyi2018-04-082-4/+15
|\
| * Adds test for client -> server map propagationOlivier Melois2018-04-051-1/+5
| * Adds envVars propagation client -> serverOlivier Melois2018-03-292-3/+10
* | - Add `mill version` commandLi Haoyi2018-04-061-3/+3
* | fix buildLi Haoyi2018-03-311-1/+1
|/
* Windows client/server improvements (#262)Robby2018-03-291-6/+1
* bump ammonite version to fix https://github.com/lihaoyi/mill/issues/184Li Haoyi2018-03-282-5/+7
* Upgrade Ammonite to 1.1.0-3-73d5734.Robby2018-03-261-1/+1
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-251-15/+53
|\
| * try to fix classloading issues on runLocal and test with java 9 (#255)Nikolay Tatarinov2018-03-251-15/+53
* | wip upgrading to the new version of upickleLi Haoyi2018-03-244-44/+41
|/
* allow '-' char to be in cross selectorsrockjam2018-03-201-1/+1
* mergeLi Haoyi2018-03-193-6/+22
|\
| * Java 9 optimization by caching rt.jar (#239)Robby2018-03-193-6/+22
* | properly pass arguments to forked tests in a way that doesn't botch whitespacesLi Haoyi2018-03-181-0/+2
|/
* Fixes for non-interactive (client/server) mode on Java 9 (#221)Robby2018-03-131-2/+9
* Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-0/+12
* Mill now generates an `out/mill-profile.json` file containing task-timings, toLi Haoyi2018-03-041-7/+29
* Introduced the `mill plan foo.bar` command, which shows you what the executio...Li Haoyi2018-03-041-39/+43
* Split overriden enclosing path on `#` in addition to `.`, since `#` behaves b...Li Haoyi2018-03-031-1/+1
* Split out `upstreamAssembly` from `assembly`Li Haoyi2018-03-033-19/+37
* Lazily create `dest` folders, `log` files and `OuterStack` traces only as nec...Li Haoyi2018-02-252-13/+13
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-254-23/+36
* cache hashCodes as part of meta.json to avoid needlessly re-hashing thingsLi Haoyi2018-02-251-48/+39
* Save the signature of a `PathRef` to avoid re-stating files every time they a...Li Haoyi2018-02-252-47/+64
* better error messages when you run interactive commands without -iLi Haoyi2018-02-241-0/+5
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-242-7/+18
* fix-testsLi Haoyi2018-02-211-1/+0
* First pass at cleaning up evaluator caching systemLi Haoyi2018-02-201-2/+5
* Improve error reporting for NamedTasks with the wrong number of parametersLi Haoyi2018-02-192-3/+25
* Update resolution tests in `MainTests.scala`Li Haoyi2018-02-171-1/+1
* WIP getting tests passing againLi Haoyi2018-02-171-1/+3
* Avoid printing unnecessary newlines in `Logger`Li Haoyi2018-02-171-28/+48
* fix docsLi Haoyi2018-02-101-2/+2
* - DRY up `Resolve.scala`Li Haoyi2018-02-091-2/+4
* Parse args directly in MainModule commands to allow for ``--all`-style argume...Li Haoyi2018-02-093-34/+26
* get rid of external watch flagLi Haoyi2018-02-091-8/+7
* .Li Haoyi2018-02-0945-3646/+51
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix Gen...Li Haoyi2018-02-0820-168/+490
* wipLi Haoyi2018-02-0713-40/+513
* attempt to fix publishAllLi Haoyi2018-02-079-25/+48
* .Li Haoyi2018-02-062-2/+3
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-02-063-4/+2
|\
| * fix introspection of children on console (eg build) (#128)ajrnz2018-02-061-2/+2
* | all T.commands to take targets as CLI arguments, and use that to get rid of o...Li Haoyi2018-02-064-17/+66
|/