| Age | Commit message (Expand) | Author | Lines |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -55/+55 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -7/+12 |
| 2024-03-25 | Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet... | Matthias Krüger | -6/+7 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -12/+12 |
| 2024-03-22 | Validate that we're only matching on unit struct for path pattern | Michael Goulet | -6/+7 |
| 2024-03-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -7/+12 |
| 2024-03-22 | add test for #105210 assertion failure self.lines.iter().all(|r| !r.iter().an... | Matthias Krüger | -0/+44 |
| 2024-03-21 | Rewrite `parse_meta_item`. | Nicholas Nethercote | -0/+37 |
| 2024-03-19 | Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m... | Matthias Krüger | -0/+4907 |
| 2024-03-18 | Ensure stack before parsing dot-or-call | Jubilee Young | -0/+4907 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -30/+0 |
| 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 |