rust/xtask/src
Aleksey Kladov 6cff076513 Revive cache cleaning
The idea here is that, on CI, we only want to cache crates.io
dependencies, and not local crates. This keeps the size of the cache
low, and also improves performance, as network and moving files on
disk (on Windows) can be slow.
2020-08-18 11:07:21 +02:00
..
codegen Mention that generated .adocs are generaterd 2020-08-17 15:49:46 +02:00
ast_src.rs Update grammar 2020-08-01 13:47:19 +02:00
codegen.rs Mention that generated .adocs are generaterd 2020-08-17 15:49:46 +02:00
dist.rs Minor 2020-07-24 16:11:24 +02:00
install.rs Remove support for jemalloc 2020-07-22 13:40:45 +02:00
lib.rs Revive cache cleaning 2020-08-18 11:07:21 +02:00
main.rs Revive cache cleaning 2020-08-18 11:07:21 +02:00
metrics.rs Better JSON serialization in metrics 2020-08-01 04:09:52 +02:00
not_bash.rs Add rustc-perf to metrics 2020-07-25 10:35:45 +02:00
pre_cache.rs Revive cache cleaning 2020-08-18 11:07:21 +02:00
pre_commit.rs Replace Cmd with not-bash 2020-02-14 16:47:09 +01:00
release.rs Fix typo 2020-07-20 18:59:46 +02:00