| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+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 | Rollup merge of #125030 - saethlin:ui-test-false-positives, r=compiler-errors | Guillaume Gomez | -38/+13 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -5/+55 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -5/+55 |
| 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 | Fix some minor issues from the ui-test auto-porting | Ben Kimock | -38/+13 |
| 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 | -175/+109 |
| 2024-05-11 | Rollup merge of #125008 - Dirbaio:test-issue-122775, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -18/+14 |
| 2024-05-11 | Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume... | Matthias Krüger | -0/+22 |
| 2024-05-11 | Rollup merge of #124096 - saethlin:rust-dbg-call, r=Nilstrieb | Matthias Krüger | -157/+56 |
| 2024-05-11 | Auto merge of #124988 - compiler-errors:name-span, r=lcnr | bors | -6/+41 |
| 2024-05-11 | Auto merge of #125007 - klensy:filecheckty, r=Mark-Simulacrum | bors | -8/+8 |
| 2024-05-11 | io::Write::write_fmt: panic if the formatter fails when the stream does not fail | Ralf Jung | -11/+18 |
| 2024-05-11 | Auto merge of #125010 - matthiaskrgr:rollup-270pck3, r=matthiaskrgr | bors | -0/+7 |
| 2024-05-11 | Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,Nilstrieb | Matthias Krüger | -0/+7 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+22 |
| 2024-05-11 | Add test for #122775 | Dario Nieuwenhuis | -0/+17 |
| 2024-05-11 | Migrate `run-make/rustdoc-shared-flags` to rmake | Guillaume Gomez | -18/+14 |
| 2024-05-11 | Auto merge of #124567 - Jules-Bertholet:and-eats-andmut, r=Nadrieril | bors | -73/+201 |
| 2024-05-11 | fix few typo in filecheck annotations | klensy | -8/+8 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -6/+41 |
| 2024-05-11 | Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-05-11 | Rollup merge of #124318 - bvanjoi:fix-123911, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -41/+58 |
| 2024-05-10 | Auto merge of #123886 - scottmcm:more-rvalue-operands, r=matthewjasper | bors | -0/+123 |
| 2024-05-10 | Comments and fixes | Jules Bertholet | -42/+108 |
| 2024-05-10 | Fix spans when macros are involved | Jules Bertholet | -4/+3 |
| 2024-05-10 | Various fixes: | Jules Bertholet | -24/+41 |
| 2024-05-10 | Match ergonomics 2024: let `&` patterns eat `&mut` | Jules Bertholet | -69/+115 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -0/+7 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -41/+58 |
| 2024-05-10 | Rollup merge of #124888 - GuillaumeGomez:migrate-rustdoc-output-path, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-05-10 | Rollup merge of #124778 - fmease:fix-diag-msg-parse-meta-item, r=nnethercote | Matthias Krüger | -37/+58 |
| 2024-05-10 | Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt | bors | -1/+1 |