rust/compiler/rustc_passes/src
Jonathan Brouwer 38cc50b6e4
Rollup merge of #152612 - JonathanBrouwer:rename_to_msg, r=jdonszelmann
Rename `inline_fluent!` to `msg!`

This was the most popular name for the macro as voted in [#t-compiler > Bikeshed the new `inline_fluent!` macro @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Bikeshed.20the.20new.20.60inline_fluent!.60.20macro/near/572751863)
2026-02-14 18:55:38 +01:00
..
abi_test.rs Parse #[rustc_abi(..)] 2026-02-05 19:07:50 +00:00
check_attr.rs Rollup merge of #152612 - JonathanBrouwer:rename_to_msg, r=jdonszelmann 2026-02-14 18:55:38 +01:00
check_export.rs Remove DynKind 2025-09-17 04:46:46 +02:00
dead.rs Port #[lang] to the new attribute parsers 2026-02-13 16:04:19 +00:00
debugger_visualizer.rs port #[debugger_visualizer] to the new attribute system 2025-09-21 21:30:16 -07:00
diagnostic_items.rs Port #[rustc_diagnostic_item] to the new attribute parsers 2026-02-13 09:46:47 +00: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 Rename inline_fluent! to msg! 2026-02-14 13:47:52 +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 Port #[panic_handler] to the new attribute parsers 2026-02-13 16:05:17 +00:00
layout_test.rs Port rustc_layout to attribute parser 2026-01-29 22:23:58 +00:00
lib.rs Remove unused features in compiler 2026-02-13 09:25:39 +08:00
lib_features.rs Use Rustc prefix for rustc attrs in AttributeKind 2026-01-29 14:52:09 +00:00
reachable.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -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 #[lang] to the new attribute parsers 2026-02-13 16:04:19 +00:00