| Age | Commit message (Expand) | Author | Lines |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -6/+14 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -122/+261 |
| 2023-09-13 | Address review comments | Matthew Jasper | -4/+14 |
| 2023-09-12 | Only suggest turbofish in patterns if we may recover | León Orell Valerian Liehr | -1/+2 |
| 2023-09-11 | Reduce double errors for invalid let expressions | Matthew Jasper | -3/+2 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -122/+252 |
| 2023-09-06 | Rollup merge of #115596 - nnethercote:two-small-changes, r=lqd | Matthias Krüger | -1/+1 |
| 2023-09-06 | Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errors | Matthias Krüger | -4/+8 |
| 2023-09-06 | Adjust `to_attr_token_stream`. | Nicholas Nethercote | -1/+1 |
| 2023-09-06 | Add explanatory note to 'expected item' error | Gurinder Singh | -4/+8 |
| 2023-09-06 | Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot | bors | -3/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -1/+1 |
| 2023-08-30 | Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors | Matthias Krüger | -12/+26 |
| 2023-08-30 | Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errors | Matthias Krüger | -13/+3 |
| 2023-08-29 | suggest removing `impl` in generic trait bound position | y21 | -12/+26 |
| 2023-08-28 | Allow stuct literals in if let guards | Matthew Jasper | -3/+1 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -3/+51 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -3/+51 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-21 | discard dummy field for macro invocation when parse struct | bohan | -13/+3 |
| 2023-08-19 | Fix a stack overflow with long else if chains | John Kåre Alsaker | -1/+2 |
| 2023-08-18 | Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov | bors | -80/+82 |
| 2023-08-18 | Rename `NtOrTt` as `ParseNtResult`. | Nicholas Nethercote | -5/+5 |
| 2023-08-18 | Use `interpolated_or_expr_span` in one suitable place. | Nicholas Nethercote | -7/+1 |
| 2023-08-18 | Refactor `interpolated_or_expr_span`. | Nicholas Nethercote | -20/+12 |
| 2023-08-17 | Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwco | Josh Stone | -14/+8 |
| 2023-08-17 | Simplify a `match`. | Nicholas Nethercote | -4/+1 |
| 2023-08-17 | Make some `match`es exhaustive in `nonterminal.rs`. | Nicholas Nethercote | -5/+20 |
| 2023-08-17 | Use `Nonterminal::*` in `nonterminal.rs`. | Nicholas Nethercote | -26/+17 |
| 2023-08-17 | Remove unnecessary braces on `PatWithOr` patterns. | Nicholas Nethercote | -4/+4 |
| 2023-08-17 | Add some useful comments to `Parser::look_ahead`. | Nicholas Nethercote | -8/+23 |
| 2023-08-17 | Rename `parse_no_question_mark_recover`. | Nicholas Nethercote | -2/+2 |
| 2023-08-17 | Remove outdated comment. | Nicholas Nethercote | -2/+0 |
| 2023-08-16 | Fix suggestion for attempting to define a string with single quotes | beetrees | -14/+8 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -18/+23 |
| 2023-08-13 | Remove reached_eof from ParseSess | bjorn3 | -14/+0 |
| 2023-08-08 | inlined kind | darklyspaced | -2/+1 |
| 2023-08-07 | always return ExprKind::Err | darklyspaced | -6/+1 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -4/+7 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -4/+7 |
| 2023-08-04 | Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiser | Matthias Krüger | -24/+68 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -28/+66 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -4/+18 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Reduce arbitrary self type suggestions | r0cky | -15/+3 |
| 2023-08-03 | Avoid too many expected symbols and reduce `None`s | r0cky | -58/+52 |
| 2023-08-03 | Apply suggestions | r0cky | -2/+4 |
| 2023-08-02 | Add test for enum with fields | Catherine Flores | -6/+1 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -14/+12 |