rust/src/librustc_interface
Mazdak Farrokhzad 3cf2bc0e51
Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum
Extract `rustc_ast_lowering` crate from `rustc`

Working towards https://github.com/rust-lang/rust/issues/65031.

This PR moves `src/librustc/hir/lowering{/, .rs}` to its own crate (`librustc_ast_lowering`) which is very self-contained (only `fn lower_crate` and `trait Resolver` are exposed).

r? @Mark-Simulacrum
2019-12-31 19:19:31 +01:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Store callbacks in global statics 2019-12-25 14:10:46 -05:00
Cargo.toml librustc_ast_lowering: cargo changes. 2019-12-31 17:33:10 +01:00
interface.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Store callbacks in global statics 2019-12-25 14:10:46 -05:00
passes.rs Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum 2019-12-31 19:19:31 +01:00
proc_macro_decls.rs Format the world 2019-12-22 17:42:47 -05:00
queries.rs Format the world 2019-12-22 17:42:47 -05:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00
util.rs Store callbacks in global statics 2019-12-25 14:10:46 -05:00