| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -4/+10 |
| 2024-01-31 | Remove a has_errors check that does not prevent follow up error noise | Oli Scherer | -3/+20 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -1/+1 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -2/+3 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -20/+94 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -20/+94 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -43/+473 |
| 2024-01-27 | Rollup merge of #118182 - estebank:issue-118164, r=davidtwco | Matthias Krüger | -0/+36 |
| 2024-01-26 | Properly recover from trailing attr in body | Esteban Küber | -0/+36 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -0/+89 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -1/+0 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -2/+3 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -0/+0 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -6/+6 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -1/+52 |
| 2024-01-17 | Move `removed-syntax` tests to their own directory | clubby789 | -0/+0 |
| 2024-01-14 | Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkin | bors | -0/+54 |
| 2024-01-13 | Bless tests | George-lewis | -0/+11 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -0/+54 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -15/+3 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -3/+21 |
| 2024-01-08 | Emit suggestion when trying to write exclusive ranges as `..<` | sjwang05 | -0/+89 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -7/+7 |
| 2024-01-04 | Rollup merge of #119397 - ShE3py:pat-range-paren-recovery, r=fmease | Matthias Krüger | -0/+69 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -6/+6 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -8/+20 |
| 2024-01-03 | Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errors | León Orell Valerian Liehr | -7/+10 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -0/+69 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -7/+7 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -4/+16 |