rust/src/librustc_trait_selection
Dylan DPC 7041efcfc3
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
Decouple `rustc_hir::print` into `rustc_hir_pretty`

High level summary:
- The HIR pretty printer, `rustc_hir::print` is moved into a new crate `rustc_hir_pretty`.
- `rustc_ast_pretty` and `rustc_errors` are dropped as `rustc_hir` dependencies.
- The dependence on HIR pretty is generally reduced, leaving `rustc_save_analysis`, `rustdoc`, `rustc_metadata`, and `rustc_driver` as the remaining clients.

The main goal here is to reduce `rustc_hir`'s dependencies and its size such that it can start and finish earlier, thereby working towards https://github.com/rust-lang/rust/issues/65031.

r? @Zoxc
2020-03-27 01:23:53 +01:00
..
traits Rollup merge of #70344 - Centril:hir-pretty, r=eddyb 2020-03-27 01:23:53 +01:00
Cargo.toml Trim dependencies and features. 2020-03-14 14:18:15 +01:00
infer.rs Split librustc_infer. 2020-03-14 14:17:13 +01:00
lib.rs Trim dependencies and features. 2020-03-14 14:18:15 +01:00
opaque_types.rs Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis 2020-03-24 00:49:48 +01:00