rust/compiler/rustc_passes/src
Miguel Guarniz f975d05116 rename visit item-like methods
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
2022-05-13 11:46:06 -04:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
check_const.rs replace hir().def_kind for def_kind query in rustc_passes 2022-05-13 11:46:05 -04:00
dead.rs replace hir().def_kind for def_kind query in rustc_passes 2022-05-13 11:46:05 -04:00
debugger_visualizer.rs remove HirVisitor 2022-05-13 11:46:06 -04:00
diagnostic_items.rs remove DiagnosticItemCollector 2022-05-13 11:46:05 -04:00
entry.rs replace hir().def_kind for def_kind query in rustc_passes 2022-05-13 11:46:05 -04:00
hir_id_validator.rs remove OuterVisitor 2022-05-13 11:46:05 -04:00
hir_stats.rs rename to BoundKind and add comments 2022-04-21 10:09:32 +08:00
intrinsicck.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
lang_items.rs use def_span and def_kind queries instead of calling tcx.hir() methods 2022-05-06 12:11:05 -04:00
layout_test.rs remove LayoutTest 2022-05-13 11:46:05 -04:00
lib.rs Add support for a new attribute #[debugger_visualizer] to support embedding debugger visualizers into a generated PDB. 2022-05-03 10:53:54 -07:00
lib_features.rs Handle rustc_const_stable attribute in library feature collector 2022-03-31 12:34:46 -07:00
liveness.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
loops.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
naked_functions.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
reachable.rs check def_kind before fetching item 2022-05-13 11:46:05 -04:00
region.rs Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors 2022-03-31 04:57:28 +02:00
stability.rs rename visit item-like methods 2022-05-13 11:46:06 -04:00
upvars.rs Replace NestedVisitorMap with NestedFilter 2022-01-16 16:02:36 -06:00
weak_lang_items.rs restrict access to span only when we emit diagnostic 2022-04-09 13:53:32 -04:00