about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/errors.rs
AgeCommit message (Expand)AuthorLines
2025-09-14Move more early buffered lints to dyn lint diagnostics (3/N)León Orell Valerian Liehr-0/+21
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-0/+16
2025-09-14Move more early buffered lints to dyn lint diagnostics (1/N)León Orell Valerian Liehr-1/+17
2025-08-25On binding not present in all patterns, suggest potential typoEsteban Küber-0/+12
2025-08-19Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr许杰友 Jieyou Xu (Joe)-0/+11
2025-08-13suggest using `pub(crate)` for E0364Makai-0/+11
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-0/+6
2025-08-01Tweak rendering of cfg'd out itemEsteban Küber-20/+32
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-7/+0
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-5/+5
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-5/+5
2025-07-01Suggest use another lifetime specifier instead of underscore lifetimexizheyin-0/+1
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-4/+1
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-16/+0
2025-03-19Allow builtin macros to be used more than once.Mara Bos-9/+0
2025-03-12Disentangle ForwardGenericParamBan and ConstParamTy ribsMichael Goulet-1/+17
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-13/+0
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-8/+8
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-0/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+6
2024-07-26Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errorsTrevor Gross-1/+1
2024-07-26Add a label to point to the lacking macro name definitionLin Yihai-1/+1
2024-07-12When finding item gated behind a `cfg` flat, point at itEsteban Küber-0/+9
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-5/+7
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-4/+6
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-2/+2
2024-07-10Fix diagnostic and add a test for itMichael Goulet-1/+1
2024-05-24And more general errorMichael Baikov-0/+8
2024-05-24A custom error message for lending iteratorsMichael Baikov-0/+9
2024-04-21Move "elided lifetime in path" to subdiagnostic structXiretza-1/+3
2024-04-13Reorder error messagesJean CASPAR-1/+0
2024-04-13Migrate more diagnosticsJean CASPAR-0/+267
2024-04-13Migrate some diagnosticsJean CASPAR-2/+1
2024-04-13Port build_reduce_graphJeanCASPAR-3/+158
2024-03-11Remove `Default` derive from `MacroExpectedFound`.Nicholas Nethercote-1/+1
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-0/+15
2024-02-29Suggest moving if non-found macro_rules! is defined lateryukang-0/+15
2024-02-29Remove unused diagnostic structr0cky-39/+0
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-0/+11
2024-02-04Suggest `[tail @ ..]` on `[..tail]` and `[...tail]` where `tail` is unresolvedLeón Orell Valerian Liehr-0/+14
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-1/+14
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-31/+32
2024-01-29Remove bogus `{code}` attributes on `TraitImplMismatch`.Nicholas Nethercote-2/+1
2024-01-14Special case 'generic param from outer item' message for `Self`clubby789-0/+1
2024-01-14Add note to resolve error about generics from inside static/constclubby789-0/+10
2024-01-09Check bindings around never patternsNadrieril-0/+9