about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-04-03add the autodiff batch mode frontendManuel Drehwald-0/+1
2025-03-11Combine autodiff errors togetherSa4dUs-2/+1
2025-03-11Fix ICE for invalid return activity and proper error handlingMarcelo Domínguez-0/+2
2024-12-30add suggestion for wrongly ordered format parametersDavis Muro-0/+2
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-3/+3
2024-12-09Disallow `#[default] Variant {}` regardless of feature flagEsteban Küber-1/+1
2024-12-04make CoercePointee errors translatableDing Xiang Fei-0/+15
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+9
2024-10-07Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelixJubilee-0/+2
2024-10-06Check that `#[pointee]` is applied only to generic argumentsBrezak-0/+2
2024-10-06implement `naked_asm` macroFolkert-12/+12
2024-08-04Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=AmanieuMatthias Krüger-0/+3
2024-07-30Add toggle for `parse_meta_item` unsafe parsingcarbotaniuman-3/+0
2024-07-28improve error message when global asm uses inline asm operandsFolkert-0/+3
2024-07-28Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3Matthias Krüger-0/+5
2024-07-25improve error message when `global_asm!` uses `asm!` optionsFolkert-0/+4
2024-07-17add error message when `#[naked]` is used with `#[test]`Folkert-0/+5
2024-06-25Migrate some rustc_builtin_macros to SessionDiagnostiche1pa-0/+11
2024-06-06Disallow unsafe in derivecarbotaniuman-0/+3
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-2/+0
2024-04-26Move some functions from `rustc_expand` to `rustc_builtin_macros`.Nicholas Nethercote-0/+6
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-0/+2
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+2
2024-03-01Remove unused fluent messagesr0cky-6/+0
2024-02-24Forbid asm unwind to work with labelsGary Guo-0/+2
2023-10-05Keep fluent slugs in alphabetical orderfrancorbacho-2/+2
2023-10-05Plurals in format redundant arguments suggestionfrancorbacho-1/+4
2023-10-05Use diagnostic impls and add suggestions in redundant format!() argsfrancorbacho-0/+11
2023-09-06add diagnostic for raw identifiers in format stringLukas Markeffsky-2/+4
2023-08-03Make test harness lint about unnnameable tests.Camille GILLOT-0/+2
2023-07-25builtin_macros: raw str in diagnostic outputDavid Wood-2/+2
2023-06-28fix typoHe1pa-1/+1
2023-06-25Migrate some rustc_builtin_macros to SessionDiagnosticHe1pa-0/+25
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-116/+116
2023-05-05Migrate offset_of from a macro to builtin # syntaxest31-4/+0
2023-04-30Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby789-0/+35
2023-04-25Fix static string lintsclubby789-0/+19
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+2
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-2/+0
2023-04-21offset_ofDrMeepster-0/+3
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-2/+0
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-0/+146
2023-03-11Simplify message pathsest31-0/+5