rust/compiler/rustc_passes/src
Jonathan Brouwer 4230c3ab25
Rollup merge of #152300 - jdonszelmann:port-rustc-regions, r=JonathanBrouwer
Port `rustc_regions` to the new attribute parser

r? @JonathanBrouwer
2026-02-07 19:34:51 +01:00
..
abi_test.rs Parse #[rustc_abi(..)] 2026-02-05 19:07:50 +00:00
check_attr.rs Rollup merge of #152300 - jdonszelmann:port-rustc-regions, r=JonathanBrouwer 2026-02-07 19:34:51 +01:00
check_export.rs Remove DynKind 2025-09-17 04:46:46 +02:00
dead.rs Impls and impl items inherit lint levels of the corresponding traits and trait items 2025-12-28 15:17:14 +08:00
debugger_visualizer.rs port #[debugger_visualizer] to the new attribute system 2025-09-21 21:30:16 -07:00
diagnostic_items.rs Implement lint against direct uses of rustc_type_ir in compiler crates 2025-06-18 16:01:41 +02:00
eii.rs trick with super imports that fixes nameres in anonymous modules 2026-01-09 09:29:02 +01:00
entry.rs Port #![no_main] to the attribute parser. 2026-01-18 16:50:49 +00:00
errors.rs Convert to inline diagnostics in rustc_passes 2026-02-06 13:31:54 +01:00
hir_id_validator.rs Adjust Map's to_string functionality. 2025-03-12 08:30:03 +11:00
input_stats.rs separate ast item for const block items 2026-01-21 18:26:57 +03:00
lang_items.rs separate ast item for const block items 2026-01-21 18:26:57 +03:00
layout_test.rs Port rustc_layout to attribute parser 2026-01-29 22:23:58 +00:00
lib.rs Convert to inline diagnostics in rustc_passes 2026-02-06 13:31:54 +01:00
lib_features.rs Use Rustc prefix for rustc attrs in AttributeKind 2026-01-29 14:52:09 +00:00
reachable.rs Fix ICE: When Trying to check visibility of a #[type_const], check RHS instead. 2026-01-16 20:30:58 -08:00
stability.rs Use Rustc prefix for rustc attrs in AttributeKind 2026-01-29 14:52:09 +00:00
upvars.rs use let chains in mir, resolve, target 2025-07-28 06:10:36 +05:00
weak_lang_items.rs Port crate_type to attribute parser 2026-01-22 02:34:28 +00:00