| Age | Commit message (Expand) | Author | Lines |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -3/+12 |
| 2024-03-17 | review comment: `str` -> string in messages | Esteban Küber | -8/+8 |
| 2024-03-17 | Use shorter span for existing `'` -> `"` structured suggestion | Esteban Küber | -4/+4 |
| 2024-03-14 | Remove unneeded `f16` and `f128` parser tests | Trevor Gross | -104/+0 |
| 2024-03-12 | Fix ICE in diagnostics for parenthesized type arguments | Daniel Sedlak | -0/+23 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -0/+76 |
| 2024-03-09 | Improve diagnostics for parenthesized type arguments | Daniel Sedlak | -0/+76 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -0/+26 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -30/+0 |
| 2024-03-07 | Eagerly translate HelpUseLatestEdition in parser diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+26 |
| 2024-03-07 | Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors | Guillaume Gomez | -0/+72 |
| 2024-03-07 | Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errors | Guillaume Gomez | -2/+17 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -9/+9 |
| 2024-03-06 | Cancel parsing ever made during recovery | clubby789 | -2/+17 |
| 2024-03-05 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -0/+72 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -21/+37 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+104 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -21/+37 |
| 2024-02-28 | Add a basic test for `f16` and `f128` | Trevor Gross | -0/+104 |
| 2024-02-28 | Use `LitKind::Err` for floats with unsupported bases. | Nicholas Nethercote | -66/+74 |
| 2024-02-28 | Reformat `float-field.rs` test. | Nicholas Nethercote | -113/+142 |
| 2024-02-26 | Properly emit `expected ;` on `#[attr] expr` | Lieselotte | -2/+43 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -1/+1 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -4/+5 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+1 |
| 2024-05-23 | Rollup merge of #123623 - surechen:fix_123261, r=estebank | Matthias Krüger | -19/+19 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -282/+101 |
| 2024-05-22 | For OutsideLoop we should not suggest add 'block label in if block, or we wii... | surechen | -19/+19 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -0/+22 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+22 |
| 2024-05-20 | Fix parsing of erroneously placed semicolons | ardi | -4/+33 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-12 | Disallow cast with trailing braced macro in let-else | David Tolnay | -2/+16 |
| 2024-05-12 | Add test of trailing brace in a cast expression | David Tolnay | -1/+27 |
| 2024-05-12 | Clean up unneeded warnings from let-else syntax test | David Tolnay | -290/+69 |
| 2024-05-11 | Remove MacCall special case from recovery after missing 'if' after 'else' | David Tolnay | -6/+4 |
| 2024-05-11 | Add macro calls to else-no-if parser test | David Tolnay | -5/+83 |
| 2024-05-11 | Add parser tests for statement boundary insertion | David Tolnay | -0/+104 |
| 2024-05-11 | Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -30/+51 |
| 2024-05-09 | Make sure we consume a generic arg when checking mistyped turbofish | Michael Goulet | -0/+20 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -73/+70 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -2/+6 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -73/+70 |
| 2024-04-25 | Fix substitution parts having a shifted underline in some cases | Lieselotte | -1/+1 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -39/+38 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -0/+76 |
| 2024-04-23 | Rollup merge of #124200 - scrabsha:sasha/->, r=compiler-errors,fmease | Matthias Krüger | -4/+121 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -4/+121 |
| 2024-04-21 | Move some tests | Caio | -0/+44 |