rust/src/tools
bors 02eed2e9a5 Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis
incr.comp.: Implement query result cache and use it to cache type checking tables.

This is a spike implementation of caching more than LLVM IR and object files when doing incremental compilation. At the moment, only the `typeck_tables_of` query is cached but MIR and borrow-check will follow shortly. The feature is activated by running with `-Zincremental-queries` in addition to `-Zincremental`, it is not yet active by default.

r? @nikomatsakis
2017-11-17 10:12:21 +00:00
..
build-manifest review changes 2017-11-13 10:51:30 +13:00
cargo@abd137ad14 Bump cargo to master. 2017-11-12 16:21:00 -07:00
cargotest Relax #[deny(warnings)] in some crate for cargotest 2017-11-05 10:40:06 +01:00
clippy@0155ecf6b0 Reenable Clippy 2017-11-16 09:35:53 +01:00
compiletest Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis 2017-11-17 10:12:21 +00:00
error_index_generator Build rustdoc on-demand. 2017-07-27 05:51:22 -06:00
linkchecker Fix weird bugs 2017-10-28 17:24:09 +02:00
miri@80853e2f24 Update miri submodule 2017-09-17 21:42:35 +02:00
remote-test-client Add a disabled builder for aarch64 emulated tests 2017-07-24 16:24:52 -07:00
remote-test-server Add remote device testing support 2017-05-04 12:43:22 +02:00
rls@015073b7c8 Update RLS submodule 2017-11-10 17:53:46 +13:00
rust-installer@0ddd53c4bc Update submodules. 2017-09-24 13:53:10 -07:00
rustbook update mdbook 2017-10-02 10:16:32 -04:00
rustdoc Cargotest needs only one rustdoc.exe to exist on Windows 2017-08-13 05:15:44 +05:00
rustfmt@291dbe8d87 Update rustfmt submodule 2017-11-10 13:53:28 +13:00
tidy Modify the script to allow for running docker images on Windows 7. 2017-11-06 03:53:40 +08:00
unstable-book-gen Sort entries of SUMMARY.md alphabetically 2017-06-18 23:26:39 +02:00
toolstate.toml Reenable Clippy 2017-11-16 09:35:53 +01:00