about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-325/+318
2025-03-11Implement SliceIndex for ByteStrThalia Archibald-88/+97
2025-03-11Fix `UserRef<[T]>::copy_to_enclave_vec`Thalia Archibald-13/+6
2025-03-11Move ByteStr compare and index traits to a separate moduleThalia Archibald-273/+282
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-0/+37
2025-03-11Deduplicate platform stdio typesThalia Archibald-126/+31
2025-03-11Simulate OOM for the `try_oom_error` testJosh Stone-6/+10
2025-03-11Add `From<{integer}>` for `f16`/`f128` implsbeetrees-2/+91
2025-03-11Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalleMatthias Krüger-0/+37
2025-03-11Remove unnecessary parensNicole L-1/+1
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-0/+33
2025-03-11Migrate windows-targets to Rust 2024Eric Huss-3/+3
2025-03-11Migrate the sysroot crate to Rust 2024Eric Huss-1/+1
2025-03-11Migrated the rustc-std-workspace crates to Rust 2024Eric Huss-3/+3
2025-03-11Migrate profiler_builtins to Rust 2024Eric Huss-1/+1
2025-03-11Migrate proc_macro to Rust 2024Eric Huss-1/+1
2025-03-11Migrate test to Rust 2024Eric Huss-1/+1
2025-03-11Migrate std to Rust 2024Eric Huss-3/+3
2025-03-11Migrate unwind to Rust 2024Eric Huss-1/+1
2025-03-11Migrate panic_unwind to Rust 2024Eric Huss-1/+1
2025-03-11Migrate panic_abort to Rust 2024Eric Huss-1/+1
2025-03-11Migrate alloc to Rust 2024Eric Huss-1/+1
2025-03-11Migrate core to Rust 2024Eric Huss-2/+2
2025-03-11Add PeekMut::refreshAurelia Molzer-4/+78
2025-03-11bump libc to 0.2.171 to fix xousSean Cross-3/+3
2025-03-11remove must_use from <*const T>::expose_provenanceRalf Jung-1/+0
2025-03-11Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubileeJakub Beránek-4/+19
2025-03-11Rollup merge of #135987 - hkBst:patch-20, r=joboetJakub Beránek-3/+15
2025-03-11Enable `f16` tests for `powf`Trevor Gross-43/+41
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+33
2025-03-11Stabilize `std::io::ErrorKind::InvalidFilename`Pavel Grigorenko-2/+2
2025-03-11std: Mention clone-on-write mutation in Arc<T>xizheyin-3/+23
2025-03-11Auto merge of #135651 - arjunr2:master, r=davidtwcobors-2/+8
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-49/+61
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-2/+8
2025-03-10debug-assert that the size_hint is well-formed in `collect`Scott McMurray-0/+9
2025-03-10Move `offset_of_enum` documentation to unstable book; add `offset_of_slice`.Kevin Reid-17/+9
2025-03-10Expand and organize `offset_of!` documentation.Kevin Reid-21/+41
2025-03-10Rewrite example to not deal with `Copy` at all.Kevin Reid-17/+19
2025-03-10Remove unused fileNicole L-4/+0
2025-03-10Rewrite comments about dropping and leaking.Kevin Reid-16/+26
2025-03-10Update Trusty support to account for recent libstd reorganizationNicole L-7/+3
2025-03-10Remove custom TLS implementation for Trusty targetsNicole LeGare-39/+2
2025-03-10Disable unsupported testsNicole LeGare-4/+8
2025-03-10Format after patches have been appliedNicole LeGare-13/+17
2025-03-10Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patchNicole LeGare-6/+43
2025-03-10Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patchNicole LeGare-0/+164
2025-03-10Mark some std tests as requiring `panic = "unwind"`Paul Menage-2/+39
2025-03-10Changing #[stable] tagNathaniel Woods-1/+1
2025-03-10Added `Clone` implementation for `ChunkBy`Nathaniel Woods-0/+20