about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-1/+39
2024-04-28put FD validity behind late debug_asserts checkingThe 8472-29/+32
2024-04-28Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDentonMatthias Krüger-6/+4
2024-04-27Unconditionally call really_initJubilee Young-6/+4
2024-04-27Lift the probe code of `copy_file_range` into a functionTobias Bucher-29/+31
2024-04-27Elaborate in comment about `statx` probeTobias Bucher-8/+4
2024-04-27io safety: update Unix explanationRalf Jung-11/+22
2024-04-27Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r...Matthias Krüger-9/+12
2024-04-26thread_local: refine LazyKeyInner::take safety docJubilee-1/+1
2024-04-26Rollup merge of #124410 - RalfJung:path-buf-transmute, r=NilstriebJacob Pratt-7/+25
2024-04-26Auto merge of #123909 - dtolnay:utf8chunks, r=joboetbors-5/+2
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung-7/+25
2024-04-25Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnayMichael Goulet-3/+1
2024-04-25thread_local: split refs to fields of KeyJubilee Young-3/+4
2024-04-25thread_local: use less &mut T in LazyKeyInner::takeJubilee Young-6/+8
2024-04-24Stabilize Utf8ChunksDavid Tolnay-5/+2
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger-3/+1
2024-04-24Stabilize `std::path::absolute`Chris Denton-3/+1
2024-04-24Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDentonLeón Orell Valerian Liehr-5/+14
2024-04-24Rollup merge of #124281 - RalfJung:win-tls, r=joboetLeón Orell Valerian Liehr-4/+22
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-80/+81
2024-04-23revise the interpretation of ReadDirStefan Lankes-12/+8
2024-04-23fix weak memory bug in TLS on WindowsRalf Jung-4/+22
2024-04-23windows fill_utf16_buf: explain the expected return valueRalf Jung-5/+14
2024-04-23Rollup merge of #124266 - RalfJung:no-answer, r=joboetMatthias Krüger-8/+1
2024-04-22remove an unused type from the reentrant lock testsRalf Jung-8/+1
2024-04-22export assert_unsafe_precondition macro for std-internal useThe 8472-0/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-3/+4
2024-04-21Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-...Guillaume Gomez-38/+66
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-38/+66
2024-04-20Abort a process when FD ownership is violatedThe 8472-1/+35
2024-04-20Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-10/+26
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)-3/+2
2024-04-18Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=NilstriebJubilee-0/+7
2024-04-18Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboetJubilee-1/+13
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors-21/+23
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+7
2024-04-17Improve std::fs::Metadata Debug representationDavid Tolnay-10/+26
2024-04-17Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhprattMatthias Krüger-7/+6
2024-04-17Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnayMatthias Krüger-2/+14
2024-04-18Stablise io_error_downcastJiahao XU-3/+1
2024-04-17Stabilize `const_io_structs`Slanterns-7/+6
2024-04-16Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDentonGuillaume Gomez-387/+58
2024-04-16Use raw-dylib for Windows futex APIsChris Denton-1/+13
2024-04-16std: fix lint on SGXjoboet-2/+5
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-12/+1
2024-04-16Update usage note on OpenOptions::append()Hrvoje Niksic-9/+18
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-21/+23
2024-04-15Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboetMichael Goulet-2/+4
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-3/+2