about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+2694
2022-11-09`IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation.Abhijit Gadgil-0/+9
2022-11-08Test const `Hash`, fix nitsonestacked-1/+1
2022-11-08clarify licensing situation of mpsc and spsc queuePietro Albini-2/+17
2022-11-06Bump version placeholders to releaseMark Rousskov-1/+1
2022-11-06rustdoc: Add an example for round that is different from truncateyancy-0/+4
2022-11-06Added `const_hash` tracking issue idonestacked-3/+3
2022-11-06Made `Sip` const `Hasher`onestacked-3/+7
2022-11-06std: fix double-free of mutexjoboet-1/+1
2022-11-06std: remove lock wrappers in `sys_common`joboet-653/+404
2022-11-05Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPCDylan DPC-7/+8
2022-11-04Small round of typo fixesAlex Saveau-7/+8
2022-11-01Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomccManish Goregaokar-120/+28
2022-11-01Rollup merge of #103809 - tyggja:patch-1, r=JohnTitorDylan DPC-1/+1
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+3
2022-10-31Update mod.rstyggja-1/+1
2022-10-29Add BorrowedBuf::filled_mutAlex Saveau-0/+7
2022-10-29Adjust stabilization version to 1.65.0 for wasi fdsMark Rousskov-2/+2
2022-10-29fix typo in hashmap and hashset try_reserve methodjoseLuís-2/+2
2022-10-29More inference-friendly API for lazyAleksey Kladov-4/+7
2022-10-27Use stdio in UWP appsChris Denton-120/+28
2022-10-27Rollup merge of #103564 - RalfJung:miri-unused, r=thomccMatthias Krüger-2/+3
2022-10-27Rollup merge of #103596 - RalfJung:thread-setname, r=cuviperYuki Okushi-6/+10
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10
2022-10-26library: allow some unused things in MiriRalf Jung-2/+3
2022-10-25more dupe typos againRageking8-1/+1
2022-10-25Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomccDylan DPC-0/+49
2022-10-24Rollup merge of #103466 - jruderman:patch-2, r=Dylan-DPCYuki Okushi-2/+2
2022-10-24Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-SimulacrumYuki Okushi-4/+0
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-3/+2
2022-10-24Fix grammar in docs for std::io::ReadJesse Ruderman-2/+2
2022-10-24Pass on null handle values to child processChris Denton-7/+5
2022-10-23Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-seMichael Howell-8/+12
2022-10-23Rollup merge of #101644 - Timmmm:file_permissions_docs, r=thomccMichael Howell-3/+64
2022-10-23Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrumbors-20/+65
2022-10-23Only test pthread_getname_np on linux-gnuJosh Stone-1/+7
2022-10-22Rollup merge of #103360 - ChrisDenton:isterm-filetype, r=thomccDylan DPC-2/+12
2022-10-21Move truncation next to other thread tests for tidyJosh Stone-25/+25
2022-10-21Truncate thread names on Linux and Apple targetsJosh Stone-0/+43
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-71/+122
2022-10-21Reduce false positives in msys2 detectionChris Denton-2/+12
2022-10-21Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplettbors-2/+2
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-71/+122
2022-10-20Make the whole `std::os::wasi::io` module stable.Dan Gohman-1/+1
2022-10-20Mark `std::os::wasi::io::AsFd` etc. as stable.Dan Gohman-1/+1
2022-10-19Fixed docs typo in `library/std/src/time.rs`John Higgins-1/+1
2022-10-18mark sys_common::once::generic::Once::new const-stableKrasimir Georgiev-0/+1
2022-10-18Auto merge of #103188 - JohnTitor:rollup-pwilam1, r=JohnTitorbors-2/+10
2022-10-18Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomccbors-2/+8
2022-10-17Make diagnostic for unsatisfied Termination bounds more preciseLeón Orell Valerian Liehr-2/+10