about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
AgeCommit message (Expand)AuthorLines
2025-07-17parse `const trait Trait`Deadbeef-0/+8
2025-06-30Remove let_chains featureCameron Steffen-0/+7
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-4/+4
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-0/+70
2025-05-14Improve ternary operator recoveryJamie-1/+19
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-0/+24
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-0/+24
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+55
2025-04-25resolved conflictKivooeo-0/+7
2025-04-23rc and cr more clear error messageKivooeo-0/+7
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-7/+2
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-1/+2
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-7/+2
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-6/+0
2025-04-15Improve diagnostic for E0178 (bad `+` in type)León Orell Valerian Liehr-1/+0
2025-04-15Improve parse errors for lifetimes in type positionLeón Orell Valerian Liehr-0/+2
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-2/+2
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-11/+0
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-3/+3
2025-03-25Remove now unreachable parse recovery codeLeón Orell Valerian Liehr-18/+0
2025-03-21remove `feature(inline_const_pat)`lcnr-11/+0
2025-03-20Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ...Michael Goulet-3/+3
2025-03-06Give a better error message on async use in edition 2015Santiago Pastorino-0/+7
2025-03-06Use closure parse codeSantiago Pastorino-0/+8
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-0/+13
2025-03-01Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errorsMatthias Krüger-1/+2
2025-02-28Tweak invalid RTN errorsEsteban Küber-1/+2
2025-02-28Remove `NtMeta`.Nicholas Nethercote-1/+1
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-1/+0
2025-02-15Try to recover from path sep error in parseryukang-8/+0
2025-02-08Rustfmtbjorn3-32/+44
2025-01-28Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errorsMatthias Krüger-2/+4
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-2/+4
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-8/+0
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-0/+19
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-1/+2
2024-11-28Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxuGuillaume Gomez-1/+2
2024-11-28Trim extra space in 'repeated `mut`' diagnosticclubby789-1/+2
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-0/+9
2024-11-21Add metavariables to `TokenDescription`.Nicholas Nethercote-2/+26
2024-11-15Trim whitespace in RemoveLet primary spanTyrone Wu-1/+2
2024-10-30Enforce that raw lifetime identifiers must be valid raw identifiersMichael Goulet-0/+8
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+8
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+18
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-0/+1
2024-10-02Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=NadrierilJubilee-0/+19
2024-09-27Add suggestion for removing invalid path separator `::` in function definition.surechen-0/+8
2024-09-23Parser: better error messages for `@` in struct patternsPavel Grigorenko-0/+19