about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-10-08Auto merge of #99505 - joboet:futex_once, r=thomccbors-289/+483
2022-10-07Make tests capture the error printed by a Result returnDavid Tolnay-9/+24
2022-10-07Rollup merge of #102760 - saethlin:dont-reinit-buffer, r=Mark-SimulacrumDylan DPC-3/+48
2022-10-07Rollup merge of #102475 - RalfJung:unsafe, r=dtolnayDylan DPC-31/+120
2022-10-07review feedbackRalf Jung-42/+43
2022-10-07Improved documentation for `std::io::Error`StackOverflowExcept1on-1/+2
2022-10-07std: use futex in `Once`joboet-289/+483
2022-10-06Don't needless link to `libresolv` on Darwin in libstdThom Chiovoloni-4/+0
2022-10-06Avoid defensive re-initialization of the BufReader bufferBen Kimock-3/+48
2022-10-06std: add thread parking testsjoboet-0/+22
2022-10-06std: use semaphore for thread parking on Apple platformsjoboet-1/+140
2022-10-06Auto merge of #99497 - vladimir-ea:stdlib_os_api_watchos, r=thomccbors-0/+235
2022-10-06Fix whitespaceFlorian Bartels-2/+2
2022-10-06Prevent UB in child process after calling libc::forkFlorian Bartels-4/+23
2022-10-06Rollup merge of #102693 - BlackHoleFox:revert-apple-entropy-changes, r=thomccMatthias Krüger-56/+38
2022-10-05Revert "Use getentropy when possible on all Apple platforms"BlackHoleFox-56/+38
2022-10-04Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-...Michael Howell-2/+17
2022-10-05Interpret EH actions properlyGary Guo-3/+2
2022-10-04Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht...bors-0/+27
2022-10-04fix backtrace small typoRageking8-3/+3
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-286/+394
2022-10-03Reword "has no meaning" per suggestionTim-2/+2
2022-10-03Add SAFETY comments for AsFd implementations on stdin/stdout/stderrJosh Triplett-0/+3
2022-10-03Add stability attributes.Dan Gohman-3/+6
2022-10-03scoped threads: pass closure through MaybeUninit to avoid invalid dangling re...Ralf Jung-0/+33
2022-10-02Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-sebors-1/+1
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-2/+17
2022-10-02Rollup merge of #102313 - anirudh24seven:update_sleep_ms_doc, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-10-01`SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF`beetrees-0/+8
2022-10-01Error instead of panicking when setting file times if the passed `SystemTime`...beetrees-49/+37
2022-09-30Standard library OS support for Apple WatchOSVladimir Michael Eatwell-0/+235
2022-09-29unsafe keyword: trait examples and unsafe_op_in_unsafe_fn updateRalf Jung-32/+120
2022-09-29Stabilize `nonnull_slice_from_raw_parts`Yuki Okushi-1/+0
2022-09-29Rollup merge of #102433 - RalfJung:temp-dir-typo, r=thomccYuki Okushi-1/+1
2022-09-29Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplettYuki Okushi-13/+21
2022-09-29Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplettYuki Okushi-46/+26
2022-09-28env::temp_dir: fix a typoRalf Jung-1/+1
2022-09-28Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`beetrees-13/+21
2022-09-28std: never panic in `thread::park` and `thread::park_timeout`joboet-2/+20
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-0/+2
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-1/+0
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-1/+0
2022-09-27Address feedbackmejrs-1/+2
2022-09-27Wrapper suggestionsmejrs-0/+1
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-26Update docs so that deprecated method points to relevant methodAnirudh-0/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1035/+4
2022-09-26replace stabilization placeholdersPietro Albini-14/+14
2022-09-26fs::get_path solarish version.David Carlier-2/+9