| Age | Commit message (Expand) | Author | Lines |
| 2025-06-10 | Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercote | bors | -67/+85 |
| 2025-06-10 | rustdoc search: prefer stable items in search results | binarycat | -3/+28 |
| 2025-06-10 | Auto merge of #142299 - fmease:rollup-u86s80a, r=fmease | bors | -206/+263 |
| 2025-06-10 | Modify some run-make tests to use `//@ needs-target-std` | Jieyou Xu | -24/+6 |
| 2025-06-10 | Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=... | León Orell Valerian Liehr | -166/+182 |
| 2025-06-10 | Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk | León Orell Valerian Liehr | -5/+20 |
| 2025-06-10 | Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm | León Orell Valerian Liehr | -0/+1 |
| 2025-06-10 | Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwU | León Orell Valerian Liehr | -16/+60 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -19/+0 |
| 2025-06-10 | Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obk | bors | -18/+61 |
| 2025-06-10 | Implement representation options to smir | Shoyu Vanilla | -1/+36 |
| 2025-06-10 | Add new extracted option doctest ui test for result returning doctest | Guillaume Gomez | -0/+12 |
| 2025-06-10 | Give more information into extracted doctest information | Guillaume Gomez | -1/+1 |
| 2025-06-10 | Loop check anon consts on their own | Oli Scherer | -35/+35 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -45/+45 |
| 2025-06-10 | Add regression test for break inside const items | Oli Scherer | -1/+19 |
| 2025-06-09 | tests: Revise dont-shuffle-bswaps-opt3 per tested arch | Jubilee Young | -15/+16 |
| 2025-06-09 | tests: Copy dont-shuffle-bswaps per tested opt level | Jubilee Young | -2/+30 |
| 2025-06-09 | tests: Minicore `extern "gpu-kernel"` feature test | Jubilee Young | -21/+172 |
| 2025-06-09 | rustdoc-json: Rearrange deck chairs in ABI testing | Jubilee Young | -24/+38 |
| 2025-06-09 | tests: Change "fastcall" to "system" in some tests | Jubilee Young | -4/+4 |
| 2025-06-09 | tests: bless unsupported_calling_conventions linting on some fn_ptrs | Jubilee Young | -166/+182 |
| 2025-06-09 | use correct edition when warning for unsafe attributes | Folkert de Vries | -0/+51 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -67/+135 |
| 2025-06-09 | Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov | Trevor Gross | -0/+15 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -1/+1 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -19/+0 |
| 2025-06-09 | Apply nested goals certainty to InspectGoals for normalizes-to | Michael Goulet | -50/+89 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -0/+83 |
| 2025-06-09 | Introduce ParseMode::diagnostic and fix multiline spans | mejrs | -55/+134 |
| 2025-06-09 | change FormatString::parse to only return the first error | mejrs | -28/+12 |
| 2025-06-09 | Add test for flailing diagnostic spans | mejrs | -0/+114 |
| 2025-06-09 | transmutability: shift abstraction boundary | Jack Wrenn | -9/+39 |
| 2025-06-09 | deduplicate the rest of AST walker functions | Deadbeef | -5/+20 |
| 2025-06-09 | Always consider `const _` items as live for dead code analysis | Urgau | -0/+15 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -0/+233 |
| 2025-06-09 | Rollup merge of #142193 - dianne:binding-drop-order-edge-case-tests, r=Nadrieril | Matthias Krüger | -0/+233 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -83/+121 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -6/+6 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -18/+39 |
| 2025-06-09 | Add ui test removed-features-note-version-and-pr-issue-141619 | xizheyin | -0/+23 |
| 2025-06-09 | Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgr | bors | -10/+31 |
| 2025-06-09 | Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errors | Matthias Krüger | -10/+31 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -316/+1393 |
| 2025-06-09 | Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubilee | bors | -450/+294 |
| 2025-06-08 | Rollup merge of #142183 - Kivooeo:30904-test, r=compiler-errors | Jubilee | -0/+53 |
| 2025-06-08 | Rollup merge of #142171 - Kivooeo:tf7, r=workingjubilee | Jubilee | -19/+18 |
| 2025-06-08 | Rollup merge of #142132 - Kivooeo:tf6, r=workingjubilee | Jubilee | -79/+45 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -1/+7 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -351/+171 |