| Age | Commit message (Expand) | Author | Lines |
| 2025-07-29 | Add support for the m68k architecture in 'object_architecture' | FractalFir | -0/+1 |
| 2025-07-29 | Merge pull request #20154 from joshka/jm/improve-setting-titles | Lukas Wirth | -624/+899 |
| 2025-07-29 | Apply suggestions from code review | Jakub Beránek | -1/+2 |
| 2025-07-29 | Auto merge of #144633 - Zalathar:rollup-h984m13, r=Zalathar | bors | -2327/+4977 |
| 2025-07-29 | Rollup merge of #144627 - jakubadamw:issue-129882, r=lqd | Stuart Cook | -0/+42 |
| 2025-07-29 | Rollup merge of #144626 - RalfJung:cc-pin-comment, r=lqd | Stuart Cook | -4/+4 |
| 2025-07-29 | Rollup merge of #144623 - RalfJung:miri, r=RalfJung | Stuart Cook | -1468/+2745 |
| 2025-07-29 | Rollup merge of #144609 - Muscraft:right-align, r=compiler-errors | Stuart Cook | -54/+64 |
| 2025-07-29 | Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez | Stuart Cook | -17/+53 |
| 2025-07-29 | Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enab... | Stuart Cook | -0/+5 |
| 2025-07-29 | Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=Kobzol | Stuart Cook | -30/+55 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -32/+87 |
| 2025-07-29 | Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-method... | Stuart Cook | -479/+657 |
| 2025-07-29 | Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obk | Stuart Cook | -7/+113 |
| 2025-07-29 | Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley... | Stuart Cook | -2/+34 |
| 2025-07-29 | Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35 | Stuart Cook | -0/+48 |
| 2025-07-29 | Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35 | Stuart Cook | -234/+1070 |
| 2025-07-29 | Adjust enum-discriminant-eq.rs for LLVM 21 | Nikita Popov | -4/+10 |
| 2025-07-29 | Fix nvptx-safe-naming.rs test on LLVM 21 | Nikita Popov | -1/+5 |
| 2025-07-29 | Merge pull request #20336 from ChayimFriedman2/mut-trait-impl-snippet | Lukas Wirth | -2/+49 |
| 2025-07-29 | coverage: Treat `#[automatically_derived]` as `#[coverage(off)]` | Zalathar | -45/+34 |
| 2025-07-29 | coverage: Rename `CoverageStatus` to `CoverageAttrKind` | Zalathar | -32/+27 |
| 2025-07-29 | coverage: Test how `#[automatically_derived]` affects instrumentation | Zalathar | -0/+370 |
| 2025-07-29 | resuse eagerly resolved goal from previous iteration | lcnr | -13/+37 |
| 2025-07-29 | In generate_mut_trait_impl, don't add a tabstop if the client does not suppor... | Chayim Refael Friedman | -2/+49 |
| 2025-07-29 | add extra drop, panic, and unwind tests | Connor Tsui | -22/+80 |
| 2025-07-29 | add nonpoison and poison mutex tests | Connor Tsui | -146/+260 |
| 2025-07-29 | reorder mutex tests | Connor Tsui | -144/+158 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -32/+682 |
| 2025-07-29 | clean up existing poison files | Connor Tsui | -5/+5 |
| 2025-07-29 | Merge pull request #20335 from Kobzol/ci-gh-app | Laurențiu Nicola | -4/+2 |
| 2025-07-29 | Switch to using a GH app for authenticating sync PRs | Jakub Beránek | -5/+3 |
| 2025-07-29 | Merge pull request #1891 from Kobzol/ci-gh-app | Trevor Gross | -1/+2 |
| 2025-07-29 | Use GH app for authenticating pull PRs | Jakub Beránek | -4/+6 |
| 2025-07-29 | Use GH app for authenticating sync PRs | Jakub Beránek | -4/+2 |
| 2025-07-29 | Use GitHub app for authenticating sync workflows | Jakub Beránek | -1/+2 |
| 2025-07-29 | Merge pull request #2523 from Kobzol/ci-main | Jakub Beránek | -1/+1 |
| 2025-07-29 | Use main branch of josh-sync for CI workflow | Jakub Beránek | -1/+1 |
| 2025-07-29 | Merge pull request #2521 from rust-lang/ci-gh-app | Jakub Beránek | -5/+3 |
| 2025-07-29 | Remove `bot-pull-requests` triagebot config | Jakub Beránek | -3/+0 |
| 2025-07-29 | WIP: auth using GitHub app | Jakub Beránek | -2/+3 |
| 2025-07-29 | Add a regression test for an ICE with the `generic_const_exprs` feature attri... | Jacob Adam | -0/+42 |
| 2025-07-29 | cc dependencies: clarify comment | Ralf Jung | -4/+4 |
| 2025-07-29 | Create two methods to fix `find_oldest_ancestor_in_same_ctxt` | xizheyin | -42/+58 |
| 2025-07-29 | Merge pull request #20333 from Veykril/push-xmulpqkxrytn | Lukas Wirth | -7/+2 |
| 2025-07-29 | clearer wording for `unsafe` code | gewitternacht | -2/+2 |
| 2025-07-29 | fix: Do not require all rename definitions to be renameable | Lukas Wirth | -7/+2 |
| 2025-07-29 | Auto merge of #144624 - Zalathar:rollup-w803jmq, r=Zalathar | bors | -281/+1045 |
| 2025-07-28 | Simplify `align_of_val::<[T]>(…)` → `align_of::<T>()` | Scott McMurray | -48/+68 |
| 2025-07-29 | Rollup merge of #144616 - Zalathar:try-in-macro, r=jieyouxu | Stuart Cook | -0/+266 |