| Age | Commit message (Expand) | Author | Lines |
| 2025-07-29 | Relax check lines in x86-return-float.rs | Nikita Popov | -3/+3 |
| 2025-07-29 | Fix typo in `DropGuard` doc | Lucas Werkmeister | -1/+1 |
| 2025-07-29 | Add support for the m68k architecture in 'object_architecture' | FractalFir | -0/+1 |
| 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 | 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 | 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 | 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 | 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 |
| 2025-07-29 | Rollup merge of #144582 - usamoi:docs, r=RalfJung | Stuart Cook | -9/+9 |
| 2025-07-29 | Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errors | Stuart Cook | -0/+5 |
| 2025-07-29 | Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm | Stuart Cook | -1/+1 |
| 2025-07-29 | Rollup merge of #144573 - BoxyUwU:patkind_constant_ptr_docs, r=lcnr | Stuart Cook | -0/+2 |
| 2025-07-29 | Rollup merge of #144569 - tshepang:rdg-sync, r=Kobzol | Stuart Cook | -242/+449 |
| 2025-07-29 | Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-07-29 | Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Si... | Stuart Cook | -1/+1 |
| 2025-07-29 | Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum | Stuart Cook | -0/+207 |
| 2025-07-29 | Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehuss | Stuart Cook | -26/+101 |
| 2025-07-28 | Add a MIR test for `align_of_val` on a slice | Scott McMurray | -0/+33 |
| 2025-07-28 | Add a mir-opt pre-codegen test for dropping a `Box<[impl Copy]>` | Scott McMurray | -0/+463 |
| 2025-07-29 | update lockfile and bless tidy | Ralf Jung | -0/+144 |
| 2025-07-29 | Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt | bors | -540/+23 |
| 2025-07-29 | coverage: Regression test for "function name is empty" bug | Zalathar | -0/+266 |
| 2025-07-29 | Make resolve_fn_signature responsible for its own rib. | Camille GILLOT | -75/+54 |
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -17/+17 |