about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-10-24Rollup merge of #103466 - jruderman:patch-2, r=Dylan-DPCYuki Okushi-2/+2
2022-10-24Rollup merge of #103277 - thomcc:bump-libc-135, r=Mark-SimulacrumYuki Okushi-1/+1
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-19Update libstd's libc to 0.2.135Thom Chiovoloni-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
2022-10-16Eliminate 280-byte memset from ReadDir iteratorDavid Tolnay-20/+65
2022-10-16Support DirEntry metadata calls in miriAlex Saveau-2/+8
2022-10-15Stabilize `main_separator_str`Alex Saveau-1/+1
2022-10-15Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomccbors-123/+47
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-3/+2
2022-10-15Rollup merge of #102773 - joboet:apple_parker, r=thomccDylan DPC-1/+165
2022-10-15Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomccbors-1/+158
2022-10-15Use Align8 to avoid misalignment if the allocator or Vec doesn't align alloca...Josh Triplett-7/+7
2022-10-15Rewrite FILE_NAME_INFO handling to avoid enlarging slice referenceJosh Triplett-4/+4
2022-10-15Make is_terminal fail fast if a process has no console at allJosh Triplett-1/+9
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-0/+149
2022-10-14Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726Matthias Krüger-39/+50
2022-10-14Rollup merge of #103017 - fortanix:raoul/sgx_tls_fix, r=ChrisDentonMatthias Krüger-0/+1
2022-10-14Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplettMatthias Krüger-1/+2
2022-10-14Sort target features alphabeticallynils-38/+48
2022-10-14Add some tidy-alphabeticalnils-1/+2
2022-10-14Auto merge of #102783 - RalfJung:tls, r=thomccbors-12/+27
2022-10-14Bugfix: keep TLS data in syncRaoul Strackx-0/+1
2022-10-14Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha...beetrees-24/+35
2022-10-14Tweak grammarJosh Triplett-1/+1
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-2/+2
2022-10-14Rollup merge of #102847 - joshtriplett:bugfix-impl-fd-traits-for-io-types, r=...Dylan DPC-98/+54
2022-10-14more dupe word typosRageking8-2/+2
2022-10-13Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-seDylan DPC-0/+10
2022-10-13smarter way to avoid 'unused' warning when building for testsRalf Jung-9/+2