| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -2/+14 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -2/+14 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -0/+1 |
| 2023-02-28 | refactor parse_token_trees to not return unmatched_delims | yukang | -2/+2 |
| 2023-02-28 | rename unmatched_braces to unmatched_delims | yukang | -4/+4 |
| 2023-02-27 | handle only postfix decrement | nx2k3 | -10/+0 |
| 2023-02-26 | fix some comments | nx2k3 | -4/+2 |
| 2023-02-26 | fix #108495, postfix decrement and prefix decrement has no warning | nx2k3 | -3/+26 |
| 2023-02-24 | Replace parse_[sth]_expr with parse_expr_[sth] function names | est31 | -2/+2 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+3 |
| 2023-02-21 | Use `ThinVec` in `ast::AngleBracketedArgs`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -1/+1 |
| 2023-02-14 | Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8Ki | Matthias Krüger | -2/+56 |
| 2023-02-02 | Parse and recover from type ascription in patterns | Esteban Küber | -12/+39 |
| 2023-02-02 | Revert "Teach parser to understand fake anonymous enum syntax" and related co... | Michael Goulet | -39/+13 |
| 2023-02-01 | Convert rustc_parse::parser::pat::Expected to enum | Xiretza | -2/+2 |
| 2023-02-01 | fix formatting + test syntax | SpanishPear | -1/+1 |
| 2023-01-31 | move to multipart spans | SpanishPear | -5/+6 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -0/+22 |
| 2023-01-22 | revert to previous span | SpanishPear | -3/+4 |
| 2023-01-22 | Attempt to address review comments via github web... | Shrey Sudhir | -3/+2 |
| 2023-01-22 | Apply automatic suggestions from code review | Shrey Sudhir | -3/+3 |
| 2023-01-22 | --wip-- [skip ci] | SpanishPear | -2/+55 |
| 2023-01-17 | Emit fewer errors on patterns with possible type ascription | Esteban Küber | -0/+2 |
| 2023-01-17 | Teach parser to understand fake anonymous enum syntax | Esteban Küber | -13/+37 |
| 2023-01-11 | Detect struct literal needing parentheses | Esteban Küber | -11/+26 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -2/+10 |
| 2022-12-29 | Rollup merge of #106242 - estebank:diff-markers, r=jyn514 | Matthias Krüger | -1/+71 |
| 2022-12-28 | Add support for diff3 format | Esteban Küber | -0/+7 |
| 2022-12-28 | Tweak wording | Esteban Küber | -4/+15 |
| 2022-12-28 | Detect diff markers in the parser | Esteban Küber | -1/+53 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -1/+0 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -35/+15 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -3/+3 |
| 2022-11-26 | will not suggest for postfix operator when can not handle precedences well | yukang | -1/+5 |
| 2022-11-26 | add start_stmt to handle postfix increment | yukang | -14/+15 |
| 2022-11-25 | fix #104867, Properly handle postfix inc/dec in standalone and subexpr scenarios | yukang | -41/+16 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-22 | `rustc_parse`: remove `ref` patterns | Maybe Waffle | -5/+5 |
| 2022-11-21 | Match crate and slug names | mejrs | -1/+1 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -8/+11 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -5/+5 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -5/+19 |