rust/src/librustc_passes
bors 668ef72f44 Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
rust_ast::ast => rustc_ast

Rework of #71199 which is a rework #70621

Still working on this but just made the PR to track progress

r? @Dylan-DPC
2020-08-17 23:16:08 +00:00
..
Cargo.toml replaced log with tracing 2020-08-15 13:03:11 -07:00
check_attr.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
check_const.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
dead.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
diagnostic_items.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
entry.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
hir_id_validator.rs use LocalDefId in module checking 2020-06-27 13:09:54 +02:00
hir_stats.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
intrinsicck.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
lang_items.rs Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
layout_test.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
lib.rs replaced log with tracing 2020-08-15 13:03:11 -07:00
lib_features.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
liveness.rs Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk 2020-08-17 23:16:08 +00:00
loops.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
reachable.rs Use LocalDefId instead of HirId for reachable_set elements. 2020-08-16 21:04:28 +03:00
region.rs merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
stability.rs rust_ast::ast => rustc_ast 2020-08-17 20:32:32 +00:00
upvars.rs merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
weak_lang_items.rs Eliminate librustc_hir's dependency on librustc_session. 2020-08-08 12:03:44 +10:00