| Age | Commit message (Expand) | Author | Lines |
| 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 | Stabilise `repr128` | beetrees | -101/+94 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -277/+143 |
| 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 | fix: `branches_sharing_code` suggests wrongly when dealing with macros | yanglsh | -5/+215 |
| 2025-05-28 | Improve safety comment, double-drop is not relevant here | Orson Peters | -3/+4 |
| 2025-05-28 | Update SGX maintainers | Raoul Strackx | -1/+1 |
| 2025-05-28 | Do not move thread-locals before dropping | Orson Peters | -32/+52 |
| 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 | Minor fixes and date correction to book page | blyxyas | -6/+6 |
| 2025-05-28 | Add GHA script for feature freeze | blyxyas | -0/+25 |
| 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 | Merge pull request #4344 from CraftSpider/windows-file-clone | Oli Scherer | -1/+97 |
| 2025-05-28 | Extend `manual_is_variant_and lint` to check for boolean map comparisons (#14... | Samuel Tardieu | -15/+240 |
| 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 | -8/+5 |
| 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 | add Miri tests | Ralf Jung | -0/+131 |
| 2025-05-28 | UnsafePinned: also include the effects of UnsafeCell | Ralf Jung | -22/+11 |
| 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 | Revert "increase perf of charsearcher for single ascii characters" | Jakub Beránek | -32/+2 |
| 2025-05-28 | Avoid over-counting of `UsePath` in the HIR stats. | Nicholas Nethercote | -5/+11 |
| 2025-05-28 | Filter percentages out of `tests/ui/stats/input-stats.rs` output. | Nicholas Nethercote | -160/+164 |
| 2025-05-28 | Update `CmpResult` to use a pointer-sized return type | Trevor Gross | -26/+48 |
| 2025-05-28 | float: Disable `total_cmp` sNaN tests for `f16` | Trevor Gross | -37/+40 |
| 2025-05-28 | Merge pull request #4353 from rust-lang/rustup-2025-05-28 | Ralf Jung | -2926/+3702 |
| 2025-05-28 | Merge pull request #4351 from RalfJung/squash-win | Ralf Jung | -1/+22 |
| 2025-05-28 | coretests: add abs() and copysign() tests, and remove now-unnecessary ui test | Ralf Jung | -91/+56 |
| 2025-05-28 | coretests: simplify test_float macro to derive more things from the type name | Ralf Jung | -134/+102 |
| 2025-05-28 | Auto merge of #141375 - kraj:kraj/aarch64-musl, r=Mark-Simulacrum | bors | -2/+1 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -6/+6 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -56/+54 |
| 2025-05-28 | Merge pull request #19879 from Veykril/push-mqykxnqtktuw | Lukas Wirth | -84/+65 |
| 2025-05-28 | feat: Render padding information when hovering on structs | Shoyu Vanilla | -23/+272 |
| 2025-05-28 | Back out "Fix IDE resolution of item macros" | Lukas Wirth | -14/+0 |
| 2025-05-28 | Drop unnecessay code | Lukas Wirth | -35/+3 |
| 2025-05-28 | Merge from rustc | The Miri Cronjob Bot | -2925/+3701 |