| Age | Commit message (Expand) | Author | Lines |
| 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 | Merge pull request #20300 from A4-Tacks/fix-debug_assert-doc-gen | Chayim Refael Friedman | -6/+62 |
| 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 | Add the CRC instructions. | Philip Woolford | -1/+1 |
| 2025-07-29 | Fortify RemoveUnneededDrops test. | Camille GILLOT | -222/+94 |
| 2025-07-29 | Make resolve_fn_signature responsible for its own rib. | Camille GILLOT | -75/+54 |
| 2025-07-29 | Enable features that are always available in a live system. | Philip Woolford | -1/+1 |
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -17/+17 |
| 2025-07-28 | feat: Right align line numbers | Scott Schafer | -54/+64 |
| 2025-07-28 | Auto merge of #144603 - lnicola:sync-from-ra, r=lnicola | bors | -1424/+2182 |
| 2025-07-28 | Allow `cargo fix` to partially apply `mismatched_lifetime_syntaxes` | Kornel | -24/+45 |
| 2025-07-28 | Ensure external paths passed via flags end up in rustdoc depinfo | Noratrieb | -17/+53 |
| 2025-07-28 | bootstrap: enable tidy auto extra checks on tools profile | binarycat | -0/+5 |
| 2025-07-28 | tidy: increase performance of auto extra checks feature | binarycat | -30/+55 |
| 2025-07-28 | Merge pull request #20321 from rust-lang/rustc-pull | Laurențiu Nicola | -17369/+25391 |
| 2025-07-28 | Merge pull request #20330 from Kobzol/triagebot-reopen | Laurențiu Nicola | -0/+3 |
| 2025-07-28 | Format and bump rustc crates | Laurențiu Nicola | -23/+23 |
| 2025-07-28 | Configure triagebot to reopen bot PRs | Jakub Beránek | -0/+3 |
| 2025-07-28 | Fix typo in internal error message (#15363) | dswij | -1/+1 |
| 2025-07-28 | make sure to populate DownloadState dependencies before its initialization in... | bit-aloo | -5/+5 |
| 2025-07-28 | Enable t-compiler backport nomination | apiraino | -0/+15 |
| 2025-07-28 | Auto merge of #144377 - camsteffen:simplify-impl-of-method, r=fee1-dead | bors | -111/+107 |
| 2025-07-28 | Account for .yield in illegal postfix operator message | Michael Goulet | -1/+28 |
| 2025-07-28 | thread name in stack overflow message | joboet | -32/+87 |
| 2025-07-28 | Fix typo in internal error message | Samuel Tardieu | -1/+1 |
| 2025-07-28 | Do not specialize for `if_chain` any longer | Samuel Tardieu | -37/+14 |
| 2025-07-28 | Tweak docs | Cameron Steffen | -5/+4 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -27/+27 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -45/+45 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -24/+24 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -47/+47 |
| 2025-07-28 | Introduce assoc_parent | Cameron Steffen | -14/+11 |
| 2025-07-28 | Remove TraitAlias from trait_of_item | Cameron Steffen | -1/+1 |
| 2025-07-28 | Do not treat NixOS as a Pascal-cased identifier (#15361) | Alex Macleod | -4/+4 |
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -107/+105 |
| 2025-07-28 | Merge pull request #20313 from Veykril/push-qmorsnlvwlrr | Lukas Wirth | -50/+50 |
| 2025-07-28 | Merge pull request #20327 from Wilfred/saved_file_placeholder | Lukas Wirth | -1/+12 |
| 2025-07-28 | Merge pull request #4504 from RalfJung/link-section-arrays | Ralf Jung | -10/+22 |