| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -72/+72 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -0/+65 |
| 2024-05-17 | Rollup merge of #125191 - compiler-errors:wf, r=lcnr | Matthias Krüger | -88/+60 |
| 2024-05-17 | Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errors | Matthias Krüger | -2/+35 |
| 2024-05-16 | Report better WF obligation leaf obligations in new solver | Michael Goulet | -88/+60 |
| 2024-05-16 | Don't ICE because recomputing overflow goals during find_best_leaf_obligation... | Michael Goulet | -179/+81 |
| 2024-05-16 | Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,... | bors | -140/+155 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -6/+175 |
| 2024-05-15 | Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-05-15 | Rollup merge of #125132 - mejrs:diag, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -0/+46 |
| 2024-05-15 | Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril | bors | -0/+42 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -6/+175 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -0/+58 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -0/+281 |
| 2024-05-14 | Rollup merge of #125100 - compiler-errors:faster, r=nnethercote | Michael Goulet | -0/+247 |
| 2024-05-14 | Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote | Michael Goulet | -0/+34 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -0/+34 |
| 2024-05-14 | Enable v0 mangling tests and add checks for `f16`/`f128` | Trevor Gross | -241/+920 |
| 2024-05-14 | Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obk | bors | -1/+204 |
| 2024-05-13 | And finally add tests | Michael Goulet | -0/+133 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -1/+71 |
| 2024-05-13 | Add test to make sure suggestions are still quick | Michael Goulet | -0/+247 |
| 2024-05-14 | Auto merge of #125098 - jhpratt:rollup-2qm4gga, r=jhpratt | bors | -0/+109 |
| 2024-05-13 | Rollup merge of #125072 - Darksonn:pin-dyn-dispatch-sound, r=jhpratt | Jacob Pratt | -0/+28 |
| 2024-05-13 | Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=Nadrieril | Jacob Pratt | -0/+81 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -8/+2 |
| 2024-05-13 | `rustc_hir_typeck`: Account for `skipped_ref_pats` in `expr_use_visitor` | Jules Bertholet | -0/+42 |
| 2024-05-13 | Apply nits | Michael Goulet | -36/+6 |
| 2024-05-13 | Add test for dynamic dispatch + Pin::new soundness | Alice Ryhl | -0/+28 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -8/+2 |
| 2024-05-12 | Auto merge of #125051 - dtolnay:printletelse, r=compiler-errors | bors | -0/+41 |
| 2024-05-12 | Pretty-print let-else with added parenthesization when needed | David Tolnay | -1/+1 |
| 2024-05-12 | Add AST pretty-printer tests for let-else | David Tolnay | -0/+41 |
| 2024-05-12 | Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,... | bors | -47/+223 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -0/+28 |
| 2024-05-12 | Apply nits | Michael Goulet | -0/+4 |
| 2024-05-12 | Try structurally resolve | Michael Goulet | -0/+15 |
| 2024-05-12 | Match ergonomics 2024: migration lint | Jules Bertholet | -47/+223 |
| 2024-05-12 | Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubilee | bors | -11/+18 |
| 2024-05-12 | Auto merge of #119427 - dtolnay:maccall, r=compiler-errors | bors | -24/+332 |
| 2024-05-11 | Fix redundant parens around braced macro call in match arms | David Tolnay | -1/+1 |
| 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 | Add test of unused_parens lint involving macro calls | David Tolnay | -19/+117 |
| 2024-05-11 | Fix pretty printer statement boundaries after braced macro call | David Tolnay | -2/+2 |
| 2024-05-11 | Add ExprKind::MacCall statement boundary tests | David Tolnay | -0/+30 |
| 2024-05-11 | Auto merge of #125028 - matthiaskrgr:rollup-3qk782d, r=matthiaskrgr | bors | -154/+70 |
| 2024-05-11 | Rollup merge of #125008 - Dirbaio:test-issue-122775, r=compiler-errors | Matthias Krüger | -0/+17 |