about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-09-20Remove use of `io::ErrorKind::Other` in stdPatiga-2/+2
2022-09-19std: use `sync::RwLock` for internal staticsjoboet-151/+62
2022-09-19Rollup merge of #101798 - y86-dev:const_waker, r=lcnrMatthias Krüger-0/+1
2022-09-19Document surprising and dangerous fs::Permissions behaviour on UnixTim Hutt-3/+64
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-83/+123
2022-09-18Adjust `tcp_quickack` feature to allow other `os::linux::net` features.John Millikin-12/+17
2022-09-17Rollup merge of #101861 - wesleywiser:update_stdarch, r=AmanieuMatthias Krüger-1/+1
2022-09-17Rollup merge of #101672 - idigdoug:array_try_into, r=Mark-SimulacrumMatthias Krüger-1/+22
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-15Update stdarchWesley Wiser-1/+1
2022-09-15Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandryMatthias Krüger-17/+16
2022-09-14Adding backtrace off option for fuchsia targetsAndrew Pollack-17/+16
2022-09-14Made from_waker, waker, from_raw consty86-dev-0/+1
2022-09-12Simplify `clippy` fix.Markus Reiter-2/+0
2022-09-12Add `rustc_diagnostic_item` for IP addresses.Markus Reiter-0/+5
2022-09-12Flatten `net` module again.Markus Reiter-9/+7
2022-09-12Move `net::parser` into `net::addr` module.Markus Reiter-3/+3
2022-09-12Add tests for `SockAddr` `Display`.Markus Reiter-0/+69
2022-09-12Use `DisplayBuffer` for socket addresses.Markus Reiter-46/+34
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-14/+2
2022-09-11Auto merge of #101442 - joboet:null_check_tcs, r=thomccbors-2/+6
2022-09-11std: check if TCS is a null pointerjoboet-2/+6
2022-09-11std: use correct clock in `park_timeout` on Horizonjoboet-2/+4
2022-09-11Auto merge of #101482 - joboet:netbsd_parker, r=sanxiynbors-12/+136
2022-09-10array docs - advertise how to get array from sliceDoug Cook (WINDOWS)-1/+22
2022-09-11Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomccbors-0/+1
2022-09-10std: optimize thread parking on NetBSDjoboet-12/+136
2022-09-10Rollup merge of #101606 - akhi3030:patch-1, r=Dylan-DPCDylan DPC-1/+1
2022-09-10Better documentation for env::home_dir()'s broken behaviourTim Hutt-1/+8
2022-09-10Explicitly link kernel32.lib from allocChris Denton-0/+1
2022-09-09Auto merge of #101617 - Dylan-DPC:rollup-iiy4ipc, r=Dylan-DPCbors-18/+20
2022-09-09Rollup merge of #101366 - ChrisDenton:unc-forward-slash, r=m-ou-seDylan DPC-18/+20
2022-09-09std: use futex-based locks and thread parker on Hermitjoboet-453/+49
2022-09-09doc: fix minor typoAkhilesh Singhania-1/+1
2022-09-08Rollup merge of #101423 - mkroening:hermit-warnings, r=sanxiynMichael Goulet-4/+0
2022-09-08Rollup merge of #101422 - mkroening:hermit-file-time, r=joshtriplettDylan DPC-0/+12
2022-09-07Stabilize `#![feature(mixed_integer_ops)]`Jacob Pratt-1/+0
2022-09-07Auto merge of #101544 - matthiaskrgr:rollup-4urx917, r=matthiaskrgrbors-0/+15
2022-09-07Auto merge of #101476 - ChrisDenton:BCryptRandom-fix, r=thomccbors-20/+88
2022-09-07stdio: Document no support for writing to non-blocking stdio/stderrUsama Arif-0/+15
2022-09-07Don't break windows/rand for miriChris Denton-0/+12
2022-09-06Open a BCrypt algorithm handleChris Denton-20/+76
2022-09-06Fix compile errors for uwp-windows-msvc targetsChris Denton-1/+1
2022-09-06Rollup merge of #101426 - beetrees:dup-no-stdio, r=thomccYuki Okushi-1/+2
2022-09-06Rollup merge of #101404 - joboet:always_cleanup_stdout, r=joshtriplettYuki Okushi-8/+17
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-1/+1
2022-09-05std: clarify semantics of SGX parkerjoboet-15/+29
2022-09-05std: fix cleanup for uninitialized stdout (#101375)joboet-8/+17
2022-09-04Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrumbors-165/+39
2022-09-05Hermit: Remove unused socklen_t (dead_code)Martin Kröning-2/+0