| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Rollup merge of #138393 - oli-obk:pattern-type-in-pattern, r=BoxyUwU | Stuart Cook | -2/+197 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -7/+97 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -7/+14 |
| 2025-04-14 | Auto merge of #139814 - matthiaskrgr:rollup-lxkkcz6, r=matthiaskrgr | bors | -6/+166 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -6/+0 |
| 2025-04-14 | Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obk | Matthias Krüger | -0/+140 |
| 2025-04-14 | Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obk | Matthias Krüger | -0/+26 |
| 2025-04-14 | Allow const patterns of matches to contain pattern types | Oli Scherer | -2/+197 |
| 2025-04-14 | Auto merge of #138603 - xizheyin:issue-137405, r=chenyukang | bors | -1/+92 |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -363/+458 |
| 2025-04-13 | Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxu | Jacob Pratt | -293/+321 |
| 2025-04-13 | Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm... | Jacob Pratt | -34/+62 |
| 2025-04-13 | Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm | Jacob Pratt | -0/+19 |
| 2025-04-13 | Rollup merge of #138336 - jyn514:crate-attr-diagnostics, r=compiler-errors | Jacob Pratt | -36/+56 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -6/+6 |
| 2025-04-14 | Adjust test directives | xizheyin | -33/+23 |
| 2025-04-14 | Report span of test when should_panic test failed | xizheyin | -1/+102 |
| 2025-04-14 | Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhpratt | bors | -121/+318 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -6/+0 |
| 2025-04-13 | Rollup merge of #139741 - os-checker:smir-run-macro, r=scottmcm | Jacob Pratt | -21/+0 |
| 2025-04-13 | Rollup merge of #139740 - jieyouxu:known-bug, r=nnethercote | Jacob Pratt | -54/+20 |
| 2025-04-13 | Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errors | Jacob Pratt | -0/+72 |
| 2025-04-13 | Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e... | Jacob Pratt | -3/+66 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -39/+113 |
| 2025-04-13 | Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errors | Jacob Pratt | -4/+18 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -0/+29 |
| 2025-04-13 | Improve `-Z crate-attr` diagnostics | jyn | -36/+56 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -9/+109 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -293/+321 |
| 2025-04-13 | Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDenton | bors | -48/+64 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -4/+4 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -43/+52 |
| 2025-04-13 | Rollup merge of #139177 - fneddy:fix_s390x_codegen_bswap, r=Mark-Simulacrum | Chris Denton | -1/+8 |
| 2025-04-13 | Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrum | bors | -0/+55 |
| 2025-04-13 | import rustc_smir::rustc_internal in run_driver! | zjp | -21/+0 |
| 2025-04-13 | tests: convert `tests/ui/lint/dead-code/self-assign.rs` to known-bug | Jieyou Xu | -54/+20 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -0/+39 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+29 |
| 2025-04-12 | Extend the chaining logic to slices too | Scott McMurray | -6/+49 |
| 2025-04-13 | Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkov | Chris Denton | -0/+39 |
| 2025-04-13 | Move `select_unpredictable` to the `hint` module | Amanieu d'Antras | -4/+4 |
| 2025-04-13 | error on unsafe attributes in pre-2024 editions | Folkert de Vries | -34/+62 |
| 2025-04-12 | Rollup merge of #139705 - jieyouxu:tests-precursor, r=compiler-errors | Chris Denton | -42/+7 |
| 2025-04-12 | Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomez | Chris Denton | -0/+38 |
| 2025-04-12 | Proactively update coroutine drop shim's phase to account for later passes ap... | Michael Goulet | -0/+19 |
| 2025-04-12 | Auto merge of #139242 - jieyouxu:run-make-artifact-names-cross, r=Kobzol | bors | -6/+41 |
| 2025-04-12 | Add regression test for #127424 | reddevilmidzy | -0/+39 |
| 2025-04-12 | tests: ensure disabled tests have a reason | Jieyou Xu | -7/+7 |
| 2025-04-12 | tests/ui: remove outdated README | Jieyou Xu | -35/+0 |
| 2025-04-12 | tests: produce target artifacts and/or require crate type / ignore cross-compile | Jieyou Xu | -6/+41 |