| Age | Commit message (Expand) | Author | Lines |
| 2025-05-29 | creader: Remove extraenous String::clone | Piotr Osiewicz | -1/+1 |
| 2025-05-29 | Auto merge of #141716 - jhpratt:rollup-9bjrzfi, r=jhpratt | bors | -145/+322 |
| 2025-05-29 | Rollup merge of #141702 - eholk:eholk-reviewers, r=aDotInTheVoid | Jacob Pratt | -0/+1 |
| 2025-05-29 | Rollup merge of #141690 - Patrick-6:intercept-mutex, r=m-ou-se | Jacob Pratt | -1/+16 |
| 2025-05-29 | Rollup merge of #141687 - RalfJung:atomic_compare_exchange, r=bjorn3 | Jacob Pratt | -1/+4 |
| 2025-05-29 | Rollup merge of #141684 - petrochenkov:bumponig, r=ehuss | Jacob Pratt | -5/+5 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -2/+9 |
| 2025-05-29 | Rollup merge of #141682 - nia-e:fixup-alloc, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #141680 - davidjsonn:master, r=oli-obk | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead | Jacob Pratt | -56/+54 |
| 2025-05-29 | Rollup merge of #141643 - marcoieni:codebuild-check, r=Kobzol | Jacob Pratt | -1/+67 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -21/+11 |
| 2025-05-29 | Rollup merge of #141612 - jhpratt:phantom-docs, r=tgross35 | Jacob Pratt | -0/+8 |
| 2025-05-29 | Rollup merge of #141533 - RalfJung:rintf, r=bjorn3 | Jacob Pratt | -12/+0 |
| 2025-05-29 | Rollup merge of #141477 - tshepang:patch-1, r=ChrisDenton | Jacob Pratt | -5/+20 |
| 2025-05-29 | Rollup merge of #141104 - PaulDance:fix-win7-test_eq_windows_file_type, r=Chr... | Jacob Pratt | -1/+23 |
| 2025-05-29 | Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton | Jacob Pratt | -0/+38 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -38/+64 |
| 2025-05-29 | Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errors | bors | -18/+138 |
| 2025-05-28 | Auto merge of #141693 - lnicola:sync-from-ra, r=lnicola | bors | -956/+1513 |
| 2025-05-28 | Add eholk to compiler reviewer rotation | Eric Holk | -0/+1 |
| 2025-05-28 | Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35 | bors | -575/+907 |
| 2025-05-28 | Add comments to diagnostic items | Patrick-6 | -0/+6 |
| 2025-05-28 | Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether... | Trevor Gross | -26/+60 |
| 2025-05-28 | Rollup merge of #141627 - nnethercote:drop-cleanups, r=matthewjasper | Trevor Gross | -53/+59 |
| 2025-05-28 | Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkov | Trevor Gross | -5/+200 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -8/+84 |
| 2025-05-28 | Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco | Trevor Gross | -266/+237 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -217/+234 |
| 2025-05-28 | Rollup merge of #140369 - jplatte:mutex-rwlock-data-ptr, r=Amanieu | Trevor Gross | -0/+33 |
| 2025-05-28 | Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol | bors | -7/+79 |
| 2025-05-28 | core: unstably expose atomic_compare_exchange so stdarch can use it | Ralf Jung | -1/+4 |
| 2025-05-28 | GCI: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -8/+55 |
| 2025-05-28 | Make pthread Mutex internals less public | Patrick-6 | -1/+1 |
| 2025-05-28 | Add diagnostic items to sys::Mutex | Patrick-6 | -0/+9 |
| 2025-05-28 | rustbook: Bump versions of `onig` and `onig_sys` | Vadim Petrochenkov | -5/+5 |
| 2025-05-28 | Handle e2021 precise capturing of unsafe binder | Michael Goulet | -2/+9 |
| 2025-05-28 | interpret/allocation: make alloc fn be FnOnce | Nia Espera | -1/+1 |
| 2025-05-28 | replace TraitRef link memory.md | David Klank | -1/+1 |
| 2025-05-28 | Test(fs): Fix test_eq_windows_file_type for Windows 7 | Paul Mabileau | -1/+23 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -21/+11 |
| 2025-05-28 | Merge pull request #19881 from Veykril/push-wsrmttkymyps | Lukas Wirth | -171/+336 |
| 2025-05-28 | feat: Desugar assist for `let pat = expr?;` -> `let else` | Lukas Wirth | -171/+336 |
| 2025-05-28 | Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol | bors | -2/+2 |
| 2025-05-28 | Merge pull request #19880 from Veykril/push-xmpxumsrkymk | Lukas Wirth | -31/+97 |
| 2025-05-28 | Merge pull request #19872 from ChayimFriedman2/async-fn-output | Lukas Wirth | -11/+81 |
| 2025-05-28 | fix: Handle included files better in IDE layer | Lukas Wirth | -31/+97 |
| 2025-05-28 | ci: verify that codebuild jobs use ghcr.io | MarcoIeni | -1/+67 |
| 2025-05-28 | Merge pull request #19876 from ShoyuVanilla/layout-padding | Lukas Wirth | -23/+272 |
| 2025-05-28 | Auto merge of #141375 - kraj:kraj/aarch64-musl, r=Mark-Simulacrum | bors | -2/+1 |