about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-452/+48
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
2022-09-05Hermit: Fix unused_importsMartin Kröning-2/+0
2022-09-05Hermit: Add File::set_time stubMartin Kröning-0/+12
2022-09-04Rollup merge of #101394 - CAD97:patch-3, r=Mark-SimulacrumMatthias Krüger-1/+4
2022-09-04Make code worling w/ pointers in `library/std/src/sys/sgx/abi/usercalls/alloc...Maybe Waffle-14/+14
2022-09-04Don't duplicate file descriptors into stdio fdsbeetrees-1/+2
2022-09-03Forbid mixing `System` with sytem allocator callsChristopher Durham-1/+4
2022-09-03more clippy::perf fixesMatthias Krüger-1/+1
2022-09-03updated description of File struct in std::fsBart Massey-1/+1
2022-09-03std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initializationjoboet-165/+39
2022-09-03Restore old behaviour on broken UNC pathsChris Denton-18/+20
2022-09-03Rollup merge of #101330 - wkordalski:hashset-drain-doc, r=jyn514Dylan DPC-1/+1
2022-09-03Rollup merge of #101325 - ChrisDenton:BCRYPT_RNG_ALG_HANDLE, r=thomccDylan DPC-5/+38
2022-09-02Fix compilation of the doc tests on Windows.Dan Gohman-0/+4
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-14/+63
2022-09-02Rollup merge of #101260 - ChrisDenton:attribute-tag, r=thomccMatthias Krüger-8/+24
2022-09-02Fix `std::collections::HashSet::drain` documentationWojciech Kordalski-1/+1
2022-09-02Use `BCRYPT_RNG_ALG_HANDLE` by defaultChris Denton-5/+38
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+3
2022-09-01Update outdated comment about output capturing in print_to.Mara Bos-4/+4
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-8/+8
2022-09-01unix_sigpipe: Make `sigpipe` param docs long-formMartin Nordholts-4/+20
2022-09-01Use `FILE_ATTRIBUTE_TAG_INFO` to get reparse tagChris Denton-8/+24
2022-08-31unix_sigpipe: Add docs for `init()` `sigpipe` paramMartin Nordholts-0/+4
2022-08-31unix_sigpipe: Inline compiler sigpipe constants in stdMartin Nordholts-3/+9
2022-08-31Avoid needless buffer zeroing in `std::sys::windows::fs`Thom Chiovoloni-14/+24
2022-08-31Correct typoDezhi Wu-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-8/+8
2022-08-31Rollup merge of #101171 - thomcc:fix-winfs-ub, r=ChrisDentonMatthias Krüger-28/+55