about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-03-16Rollup merge of #137538 - tapanprakasht:fix-doc-path, r=thomcc许杰友 Jieyou Xu (Joe)-4/+4
2025-03-16Rollup merge of #137492 - nabijaczleweli:master, r=thomcc许杰友 Jieyou Xu (Joe)-1/+3
2025-03-16Rollup merge of #138275 - folkertdev:expose-is-s390x-feature-detected, r=Mark...许杰友 Jieyou Xu (Joe)-0/+32
2025-03-16Rollup merge of #137890 - lolbinarycat:docs-bufreader-peek-consume, r=Mark-Si...许杰友 Jieyou Xu (Joe)-1/+5
2025-03-14Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviperbors-0/+179
2025-03-14Forward `stream_position` in `Arc<File>` as wellTobias Bucher-0/+3
2025-03-14Rollup merge of #138457 - bjorn3:redox_scheme_paths, r=NoratriebJacob Pratt-14/+8
2025-03-14Rollup merge of #137870 - karolzwolak:lazylock-const-hashmaps-137566, r=cuviperJacob Pratt-7/+19
2025-03-14Rollup merge of #136001 - hkBst:patch-21, r=cuviperJacob Pratt-49/+75
2025-03-13Remove has_redox_schemebjorn3-11/+2
2025-03-13Rollup merge of #138425 - cuviper:remove-hash_raw_entry, r=jhprattMatthias Krüger-564/+0
2025-03-13Remove usage of legacy scheme paths on RedoxOSbjorn3-3/+6
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-208/+278
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-45/+40
2025-03-13Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgrbors-44/+42
2025-03-13Rollup merge of #138356 - betrusted-io:bump-libc-0.2.171, r=jhprattMatthias Krüger-1/+1
2025-03-13Rollup merge of #138343 - tgross35:f16-powf, r=joboetMatthias Krüger-43/+41
2025-03-13Rollup merge of #138370 - cuviper:try_oom_error, r=jhprattMatthias Krüger-6/+10
2025-03-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-3/+3
2025-03-13Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDentonMatthias Krüger-19/+97
2025-03-13Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDentonMatthias Krüger-10/+174
2025-03-13Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearthbors-2/+2
2025-03-12Remove `feature = "hash_raw_entry"`Josh Stone-564/+0
2025-03-12Rollup merge of #134076 - GrigorenkoPV:InvalidFilename, r=joboetManish Goregaokar-2/+2
2025-03-12Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboetMatthias Krüger-64/+35
2025-03-12Fix panic handler for cygwinBerrysoft-1/+4
2025-03-11Fix `UserRef<[T]>::copy_to_enclave_vec`Thalia Archibald-13/+6
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-0/+43
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/+10
2025-03-11Migrate std to Rust 2024Eric Huss-3/+3
2025-03-11bump libc to 0.2.171 to fix xousSean Cross-1/+1
2025-03-11Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubileeJakub Beránek-4/+19
2025-03-11Enable `f16` tests for `powf`Trevor Gross-43/+41
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+10
2025-03-11Stabilize `std::io::ErrorKind::InvalidFilename`Pavel Grigorenko-2/+2
2025-03-10Remove unused fileNicole L-4/+0
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-10Remove stack overflow handler for cygwin王宇逸-8/+3
2025-03-10Use __xpg_strerror_r on cygwin王宇逸-1/+6