rust/src/librustc_metadata
bors 0bf7c2ad77 Auto merge of #70162 - cjgillot:split_query, r=Zoxc
Move the query system to a dedicated crate

The query system `rustc::ty::query` is split out into the `rustc_query_system` crate.

Some commits are unformatted, to ease rebasing.

Based on #67761 and #69910.

r? @Zoxc
2020-03-27 21:36:51 +00:00
..
dynamic_lib
rmeta Auto merge of #70162 - cjgillot:split_query, r=Zoxc 2020-03-27 21:36:51 +00:00
build.rs
Cargo.toml move rustc_hir::print -> rustc_hir_pretty 2020-03-24 06:25:03 +01:00
creader.rs normalize some imports, prefer direct ones. 2020-03-24 22:47:23 +01:00
dependency_format.rs Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
dynamic_lib.rs don't create variable bindings just to return the bound value immediately (clippy::let_and_return) 2020-03-22 00:35:25 +01:00
foreign_modules.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
lib.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
link_args.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
locator.rs remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
native_libs.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00