| Age | Commit message (Expand) | Author | Lines |
| 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 bad suggestion when wrong parentheses around a dyn trait | yukang | -10/+12 |
| 2023-08-13 | Remove reached_eof from ParseSess | bjorn3 | -13/+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/+62 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -28/+52 |
| 2023-08-03 | Rollup merge of #114237 - bvanjoi:fix-114219, r=cjgillot | Matthias Krüger | -4/+11 |
| 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 | -9/+6 |
| 2023-08-03 | Keep the suggestion for wrong arbitrary self types | Mu001999 | -54/+85 |
| 2023-08-02 | Avoid an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2023-08-02 | Move `TokenCursor::break_last_token` into `Parser`. | Nicholas Nethercote | -39/+25 |
| 2023-08-02 | Move `TokenCursor::num_next_calls` into `Parser` and rename it. | Nicholas Nethercote | -18/+14 |
| 2023-08-02 | Inline and remove `parse_all_token_trees`. | Nicholas Nethercote | -10/+1 |
| 2023-08-02 | `parse_all_token_trees` cannot fail. | Nicholas Nethercote | -2/+2 |
| 2023-08-01 | Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov | bors | -78/+13 |
| 2023-08-01 | Suggests turbofish in patterns | Mu001999 | -1/+10 |
| 2023-07-31 | Remove `desugar_doc_comments` arg from `Parser::new()`. | Nicholas Nethercote | -6/+1 |
| 2023-07-31 | Move doc comment desugaring out of `TokenCursor`. | Nicholas Nethercote | -73/+13 |
| 2023-07-31 | parser: more friendly hints for handling `async move` in the 2015 edition | bohan | -4/+11 |
| 2023-07-31 | Fix a typo in a comment. | Nicholas Nethercote | -3/+3 |
| 2023-07-31 | Remove an unnecessary `return` keyword. | Nicholas Nethercote | -1/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -1/+1 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -27/+21 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -2/+45 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -20/+128 |
| 2023-07-27 | Rollup merge of #114081 - nnethercote:desugar_doc_comments-cleanups, r=petroc... | Matthias Krüger | -21/+27 |
| 2023-07-26 | Add a comment to `TokenCursor::desugar_doc_comments`. | Nicholas Nethercote | -0/+3 |
| 2023-07-26 | Remove `desugar_doc_comments` arguments from `TokenCursor::{inlined_,}next`. | Nicholas Nethercote | -19/+24 |
| 2023-07-26 | Tweak `Parser::look_ahead`. | Nicholas Nethercote | -1/+1 |
| 2023-07-26 | Remove `Parser::desugar_doc_comments`. | Nicholas Nethercote | -3/+1 |
| 2023-07-25 | Only early return if recovered | Catherine Flores | -15/+20 |
| 2023-07-25 | Remove unnecessary `maybe_ternary_lo` field | Catherine Flores | -18/+5 |
| 2023-07-25 | Gracefully handle missing ternary operator | Catherine Flores | -4/+55 |
| 2023-07-24 | Recover from some macros | Catherine Flores | -16/+36 |
| 2023-07-24 | Specify macro is invalid in certain contexts | Catherine | -26/+49 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -1/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -1/+1 |
| 2023-07-22 | Support interpolated block for try and async | Michael Goulet | -4/+10 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -34/+17 |
| 2023-07-19 | Rollup merge of #113803 - compiler-errors:const-interp-block, r=fee1-dead | Dylan DPC | -1/+2 |