about summary refs log tree commit diff
path: root/compiler/rustc_resolve/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-14Move more early buffered lints to dyn lint diagnostics (3/N)León Orell Valerian Liehr-0/+11
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-0/+7
2025-09-14Move more early buffered lints to dyn lint diagnostics (1/N)León Orell Valerian Liehr-0/+6
2025-08-25On binding not present in all patterns, suggest potential typoEsteban Küber-0/+2
2025-08-19Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr许杰友 Jieyou Xu (Joe)-0/+3
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-1/+1
2025-08-13suggest using `pub(crate)` for E0364Makai-0/+3
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-0/+3
2025-08-08mbe: Fix error message for using a macro with no `attr` rules as an attributeJosh Triplett-1/+1
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-2/+0
2025-07-01Suggest use another lifetime specifier instead of underscore lifetimexizheyin-0/+1
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-1/+1
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-7/+0
2025-03-19Allow builtin macros to be used more than once.Mara Bos-4/+0
2025-03-12Disentangle ForwardGenericParamBan and ConstParamTy ribsMichael Goulet-3/+9
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-9/+0
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-1/+7
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-07-12When finding item gated behind a `cfg` flat, point at itEsteban Küber-0/+2
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-05-24And more general errorMichael Baikov-1/+5
2024-05-24A custom error message for lending iteratorsMichael Baikov-0/+4
2024-04-13Reorder error messagesJean CASPAR-13/+6
2024-04-13Migrate more diagnosticsJean CASPAR-0/+106
2024-04-13Migrate some diagnosticsJean CASPAR-1/+1
2024-04-13Port build_reduce_graphJeanCASPAR-2/+58
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-0/+7
2024-03-01Remove unused fluent messagesr0cky-22/+0
2024-02-29Suggest moving if non-found macro_rules! is defined lateryukang-0/+7
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-2/+12
2024-02-04Suggest `[tail @ ..]` on `[..tail]` and `[...tail]` where `tail` is unresolvedLeón Orell Valerian Liehr-0/+3
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-0/+3
2024-01-14Special case 'generic param from outer item' message for `Self`clubby789-2/+8
2024-01-14Add note to resolve error about generics from inside static/constclubby789-0/+4
2024-01-09Check bindings around never patternsNadrieril-0/+4
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+2
2023-12-01Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkovbors-2/+0
2023-12-01vis note for no pub reexports glob importbohan-2/+0
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-09-20Cleanup unused messages in ftl filesyukang-12/+0
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-16/+13
2023-09-10Make E0401 translatableLeón Orell Valerian Liehr-16/+13
2023-09-04resolve: derive diag for undetermined macro resolutionbohan-0/+4
2023-06-25Add translatable diagnostic for import resolution stringsTom Martin-0/+38
2023-06-19Remove unreachable and untested suggestion for invalid span enum derive(Default)Tom Martin-3/+0
2023-06-18Fix tidyTom Martin-22/+21
2023-06-18Add translatable diagnostic for various strings in resolve::unresolved_macro_...Tom Martin-0/+13
2023-06-18Add translatable diagnostic for cannot find in this scopeTom Martin-1/+4
2023-06-18Add translatable diagnostic for invalid importsTom Martin-0/+3
2023-06-18Add translatable diagnostic for changing import bindingTom Martin-0/+3