1
Fork 0
rust/compiler/rustc_passes/src
Matthias Krüger b772fa6165
Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk
Streamline HIR intravisit `visit_id` calls for items

A small clean up.
2025-03-07 19:15:36 +01: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 mgca: Lower all const paths as ConstArgKind::Path 2025-03-04 10:11:13 -05:00
dead.rs Fix binding mode problems 2025-02-22 00:13:19 +00: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 Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
errors.rs Implment #[cfg] and #[cfg_attr] in where clauses 2025-03-01 22:02:46 +08:00
hir_id_validator.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
input_stats.rs Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk 2025-03-07 19:15:36 +01: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 Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib.rs Get rid of HIR const checker 2024-11-22 02:32:26 +00:00
lib_features.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
liveness.rs Generate the right MIR for by use closures 2025-03-06 17:58:32 -03:00
loops.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
naked_functions.rs Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
reachable.rs Make asm a named field 2025-02-22 00:05:09 +00:00
stability.rs require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00: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