| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -0/+76 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -4/+29 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -6/+11 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -305/+305 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -16/+46 |
| 2024-02-15 | Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errors | Guillaume Gomez | -6/+36 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -10/+10 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -8/+8 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -6/+36 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -10/+10 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -6/+12 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -6/+12 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -8/+8 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -3/+3 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -78/+577 |
| 2024-02-07 | Update tests | r0cky | -3/+7 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -1/+0 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -4/+10 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -4/+10 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -3/+20 |