about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/diagnostics.rs
AgeCommit message (Expand)AuthorLines
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
2023-01-17Teach parser to understand fake anonymous enum syntaxEsteban Küber-13/+37
2023-01-11Detect struct literal needing parenthesesEsteban Küber-11/+26
2023-01-08Do not emit structured suggestion for turbofish with wrong spanEsteban Küber-2/+10
2022-12-29Rollup merge of #106242 - estebank:diff-markers, r=jyn514Matthias Krüger-1/+71
2022-12-28Add support for diff3 formatEsteban Küber-0/+7
2022-12-28Tweak wordingEsteban Küber-4/+15
2022-12-28Detect diff markers in the parserEsteban Küber-1/+53
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-26remove unused importsTakayuki Maeda-1/+0
2022-12-14Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebankbors-35/+15
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-3/+3
2022-11-26will not suggest for postfix operator when can not handle precedences wellyukang-1/+5
2022-11-26add start_stmt to handle postfix incrementyukang-14/+15
2022-11-25fix #104867, Properly handle postfix inc/dec in standalone and subexpr scenariosyukang-41/+16
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-1/+1
2022-11-22`rustc_parse`: remove `ref` patternsMaybe Waffle-5/+5
2022-11-21Match crate and slug namesmejrs-1/+1
2022-11-19Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obkDylan DPC-2/+2
2022-11-18couple of clippy::perf fixesMatthias Krüger-2/+2
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-8/+11
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-5/+5
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-1/+1
2022-11-11Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...Manish Goregaokar-5/+19