about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-1/+1
2023-05-17Give a more useful location for where a span_bug was delayedjyn-0/+1
2023-05-09move sugg to derive session diagnosticyukang-9/+5
2023-05-08code refactor and fix wrong suggestionyukang-23/+29
2023-05-08fix ice in suggestingyukang-7/+14
2023-05-08cleanupyukang-2/+1
2023-05-08Suggest let for possible binding with tyyukang-0/+17
2023-05-04Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obkDylan DPC-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-14/+14
2023-05-02Implement negative boundsMichael Goulet-1/+1
2023-05-01soften the wording for removing type ascriptionyukang-8/+1
2023-05-01fix testsyukang-1/+0
2023-05-01clean up debug codeyukang-10/+1
2023-05-01Rip it outNilstrieb-75/+44
2023-04-27Tweak await spanMichael Goulet-1/+1
2023-04-15remove redundant clonesMatthias Krüger-5/+3
2023-04-07fix: fix regression in #109203Ezra Shaw-2/+2
2023-03-28Add `(..)` syntax for RTNMichael Goulet-2/+1
2023-03-20feat: implement error recovery in `expected_ident_found`Ezra Shaw-26/+58
2023-03-19refactor: improve "ident starts with number" errorEzra Shaw-10/+24
2023-03-19refactor: refactor identifier parsing somewhatEzra Shaw-4/+13
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-14/+27
2023-03-03Remove unclosed_delims from parseryukang-113/+3
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-2/+14
2023-03-01Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkinMatthias Krüger-2/+14
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-3/+3
2023-02-28micro fmt changesMaybe Waffle-0/+1
2023-02-28refactor parse_token_trees to not return unmatched_delimsyukang-2/+2
2023-02-28rename unmatched_braces to unmatched_delimsyukang-4/+4
2023-02-27handle only postfix decrementnx2k3-10/+0
2023-02-26fix some commentsnx2k3-4/+2
2023-02-26fix #108495, postfix decrement and prefix decrement has no warningnx2k3-3/+26
2023-02-24Replace parse_[sth]_expr with parse_expr_[sth] function namesest31-2/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-3/+3
2023-02-21Use `ThinVec` in `ast::AngleBracketedArgs`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+1
2023-02-14Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8KiMatthias Krüger-2/+56
2023-02-02Parse and recover from type ascription in patternsEsteban Küber-12/+39
2023-02-02Revert "Teach parser to understand fake anonymous enum syntax" and related co...Michael Goulet-39/+13
2023-02-01Convert rustc_parse::parser::pat::Expected to enumXiretza-2/+2
2023-02-01fix formatting + test syntaxSpanishPear-1/+1
2023-01-31move to multipart spansSpanishPear-5/+6
2023-01-28Rollup merge of #107190 - fmease:fix-81698, r=compiler-errorsMatthias Krüger-0/+22
2023-01-27recover more unbraced const argsLeón Orell Valerian Liehr-0/+22
2023-01-22revert to previous spanSpanishPear-3/+4
2023-01-22Attempt to address review comments via github web...Shrey Sudhir-3/+2
2023-01-22Apply automatic suggestions from code reviewShrey Sudhir-3/+3
2023-01-22--wip-- [skip ci]SpanishPear-2/+55
2023-01-17Emit fewer errors on patterns with possible type ascriptionEsteban Küber-0/+2