about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-05-19Rollup merge of #97131 - gimbles:patch-2, r=Dylan-DPCYuki Okushi-1/+1
2022-05-19Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-seYuki Okushi-132/+31
2022-05-18std: Add capacity guarantees notes for OsStringXuanwo-0/+35
2022-05-18Fix rusty grammar in `std::error::Reporter` docsSam Robinson-Adams-4/+4
2022-05-18std: use an event flag based thread parker on SOLIDjoboet-6/+214
2022-05-18Rollup merge of #97101 - coolreader18:exitcode-method-issue, r=yaahcDylan DPC-1/+1
2022-05-18Rollup merge of #96917 - marti4d:master, r=ChrisDentonDylan DPC-4/+74
2022-05-18Update macros.rsGim-1/+1
2022-05-17Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"Mark Rousskov-132/+31
2022-05-16Add tracking issue for ExitCode::exit_processNoa-1/+1
2022-05-16Improve error message for fallback RNG failureChris Martin-1/+1
2022-05-16Allow `unused_macro_rules` in path testsRaoul Strackx-0/+1
2022-05-15Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDentonDylan DPC-1/+15
2022-05-15Rollup merge of #96947 - sunfishcode:sunfishcode/rustc-nonnull-optimization-g...Dylan DPC-0/+47
2022-05-15fix use of SetHandleInformation on UWPbdbai-1/+15
2022-05-14Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom`Gary Guo-1/+1
2022-05-13Address review feedbackChris Martin-31/+22
2022-05-13Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try>bors-28/+56
2022-05-13Guarantee less in docsNoa-2/+2
2022-05-13Add ExitCode::exit_process exampleNoa-0/+23
2022-05-13Rollup merge of #96932 - sunfishcode:sunfishcode/document-borrowed-handle, r=...Matthias Krüger-12/+26
2022-05-11Fix comment syntax.Dan Gohman-0/+1
2022-05-11Relax the wording about the meaning of -1.Dan Gohman-6/+11
2022-05-11Fix attribute name.Dan Gohman-2/+2
2022-05-11RawSocket is unsigned on Windows.Dan Gohman-10/+9
2022-05-11Fix duplicate import on Windows.Dan Gohman-1/+1
2022-05-11Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/SocketDan Gohman-0/+48
2022-05-11HandleOrNull can hold null, and HandleOrInvalid can hold INVALID_HANDLE_VALUE.Dan Gohman-9/+5
2022-05-11Use `fcntl(fd, F_GETFD)` to detect if standard streams are openTomasz Miąsko-31/+6
2022-05-10Fix incorrect mentions of `OwnedFd` and `BorrowedFd` in Windows docs.Dan Gohman-4/+4
2022-05-11to_timespec could be unused by some targetsSébastien Marie-0/+1
2022-05-11avoid using both Some() and ? on linux/android/freebsd codeSébastien Marie-1/+1
2022-05-11openbsd: convert futex timeout managment to Timespec usageSébastien Marie-9/+7
2022-05-10Also document that `as_raw_handle` may return NULL.Dan Gohman-0/+7
2022-05-10Clarify what values `BorrowedHandle`, `OwnedHandle` etc. can hold.Dan Gohman-12/+17
2022-05-10Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri...bors-5/+5
2022-05-10Recommend `Ipv6Addr::to_ipv4_mapped` over `Ipv6Addr::to_ipv4`Tobias Bucher-2/+4
2022-05-10Stabilize `Ipv6Addr::to_ipv4_mapped`Tobias Bucher-3/+1
2022-05-10Make HashMap fall back to RtlGenRandom if BCryptGenRandom failsChris Martin-4/+83
2022-05-11Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplettYuki Okushi-43/+7
2022-05-10Expose process main_thread_handle on Windowsunknown-7/+52
2022-05-09Implement [OsStr]::joinest31-0/+33
2022-05-09Rollup merge of #96841 - thomcc:revert-osstr-join, r=m-ou-seMatthias Krüger-33/+0
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-26/+46
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-43/+7
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-163/+157
2022-05-09Auto merge of #96802 - gimbles:windows_slice, r=thomccbors-0/+1
2022-05-08Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearthbors-0/+1
2022-05-08Revert "Implement [OsStr]::join", which was merged without FCPThom Chiovoloni-33/+0
2022-05-08fix panic in Path::strip_prefixname1e5s-1/+13