| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDenton | Matthias Krüger | -19/+97 |
| 2025-03-13 | Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton | Matthias Krüger | -10/+174 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -1/+152 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -2/+7 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-13 | Update library/core/src/intrinsics/mod.rs | ClearLove | -1/+1 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -2/+2 |
| 2025-03-12 | Remove `feature = "hash_raw_entry"` | Josh Stone | -564/+0 |
| 2025-03-12 | Rollup merge of #134076 - GrigorenkoPV:InvalidFilename, r=joboet | Manish Goregaokar | -2/+2 |
| 2025-03-12 | Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk | Matthias Krüger | -325/+318 |
| 2025-03-12 | Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet | Matthias Krüger | -64/+35 |
| 2025-03-12 | Reduce FormattingOptions to 64 bits. | Mara Bos | -187/+232 |
| 2025-03-12 | Fix panic handler for cygwin | Berrysoft | -4/+10 |
| 2025-03-12 | Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay | Matthias Krüger | -4/+78 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -325/+318 |
| 2025-03-11 | Implement SliceIndex for ByteStr | Thalia Archibald | -88/+97 |
| 2025-03-11 | Fix `UserRef<[T]>::copy_to_enclave_vec` | Thalia Archibald | -13/+6 |
| 2025-03-11 | Move ByteStr compare and index traits to a separate module | Thalia Archibald | -273/+282 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -0/+37 |
| 2025-03-11 | Deduplicate platform stdio types | Thalia Archibald | -126/+31 |
| 2025-03-11 | Simulate OOM for the `try_oom_error` test | Josh Stone | -6/+10 |
| 2025-03-11 | Add `From<{integer}>` for `f16`/`f128` impls | beetrees | -2/+91 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+37 |
| 2025-03-11 | Remove unnecessary parens | Nicole L | -1/+1 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+33 |
| 2025-03-11 | Migrate windows-targets to Rust 2024 | Eric Huss | -3/+3 |
| 2025-03-11 | Migrate the sysroot crate to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrated the rustc-std-workspace crates to Rust 2024 | Eric Huss | -3/+3 |
| 2025-03-11 | Migrate profiler_builtins to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate proc_macro to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate test to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate std to Rust 2024 | Eric Huss | -3/+3 |
| 2025-03-11 | Migrate unwind to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate panic_unwind to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate panic_abort to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate alloc to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -2/+2 |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-11 | bump libc to 0.2.171 to fix xous | Sean Cross | -3/+3 |
| 2025-03-11 | remove must_use from <*const T>::expose_provenance | Ralf Jung | -1/+0 |
| 2025-03-11 | Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee | Jakub Beránek | -4/+19 |
| 2025-03-11 | Rollup merge of #135987 - hkBst:patch-20, r=joboet | Jakub Beránek | -3/+15 |
| 2025-03-11 | Enable `f16` tests for `powf` | Trevor Gross | -43/+41 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+33 |
| 2025-03-11 | Stabilize `std::io::ErrorKind::InvalidFilename` | Pavel Grigorenko | -2/+2 |
| 2025-03-11 | std: Mention clone-on-write mutation in Arc<T> | xizheyin | -3/+23 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -2/+8 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -49/+61 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -2/+8 |