rust/src/librustc_interface
Mazdak Farrokhzad 292c538265
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Remove some imports to the rustc crate

- When we have `NestedVisitorMap::None`, we use `type Map = dyn intravisit::Map<'v>;` instead of the actual map. This doesn't actually result in dynamic dispatch (in the future we may want to use an associated type default to simplify the code).

- Use `rustc_session::` imports instead of `rustc::{session, lint}`.

r? @Zoxc
2020-03-18 18:03:44 +01:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Make it build again 2020-02-29 20:47:10 +03:00
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
interface.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
lib.rs Remove unused feature gates from librustc_interface 2020-02-07 13:58:57 +01:00
passes.rs Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
proc_macro_decls.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
queries.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
tests.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
util.rs Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00