rust/compiler/rustc_passes/src
Nicholas Nethercote fd7b4bf4e1 Move methods from Map to TyCtxt, part 2.
Continuing the work started in #136466.

Every method gains a `hir_` prefix, though for the ones that already
have a `par_` or `try_par_` prefix I added the `hir_` after that.
2025-02-18 10:17:44 +11:00
..
liveness Reformat use declarations. 2024-07-29 08:26:52 +10:00
abi_test.rs compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08:00
check_attr.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
dead.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
debugger_visualizer.rs Use SourceMap to load debugger visualizer files 2024-12-08 18:57:04 +00:00
diagnostic_items.rs Add tcx.visible_traits() and use it for producing diagnostics 2025-01-14 08:51:19 +00:00
entry.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
errors.rs Rustfmt 2025-02-08 22:12:13 +00:00
hir_id_validator.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
input_stats.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
lang_items.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
layout_test.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
lib_features.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
lib.rs Get rid of HIR const checker 2024-11-22 02:32:26 +00:00
liveness.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
loops.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
naked_functions.rs Overhaul the intravisit::Map trait. 2025-02-17 13:21:35 +11:00
reachable.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
stability.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
upvars.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
weak_lang_items.rs Add support for wasm exception handling to Emscripten target 2025-01-06 10:29:54 +01:00