about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
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-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
2022-10-13sync thread_local key conditions exactly with what the macro usesRalf Jung-10/+32
2022-10-13std: use `sync::Mutex` for internal staticsjoboet-123/+47
2022-10-13Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDentonbors-117/+202
2022-10-13kmc-solid: Handle errors returned by `SOLID_FS_ReadDir`Tomoaki Kawada-8/+12
2022-10-13Auto merge of #102995 - JohnTitor:rollup-yomkwge, r=JohnTitorbors-2/+2
2022-10-13Auto merge of #102372 - abrown:issue-102157, r=thomccbors-9/+28
2022-10-13fix small word dupe typosRageking8-2/+2
2022-10-12Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomccbors-4/+23
2022-10-12Rollup merge of #102811 - the8472:bufread-memset, r=m-ou-seDylan DPC-3/+6
2022-10-11fix: return type of single-threaded dummy lock must be droppableAndrew Brown-2/+2
2022-10-11Rollup merge of #102869 - azdavis:master, r=joshtriplettMatthias Krüger-0/+2
2022-10-11Rollup merge of #102685 - nbdd0121:unwind, r=m-ou-seMatthias Krüger-3/+2
2022-10-11Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-seMatthias Krüger-2/+9
2022-10-11Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-seYuki Okushi-3/+3
2022-10-11Rollup merge of #102589 - RalfJung:scoped-threads-dangling, r=m-ou-seYuki Okushi-0/+33
2022-10-11Rollup merge of #102412 - joboet:dont_panic, r=m-ou-seYuki Okushi-2/+20
2022-10-11Rollup merge of #102277 - mgeisler:rwlock, r=m-ou-seYuki Okushi-31/+32
2022-10-10Do not alias for fsAriel Davis-1/+0
2022-10-10Implement `env_lock` with `RwLock`Andrew Brown-12/+23
2022-10-10Allow compiling the `wasm32-wasi` std library with atomicsAndrew Brown-3/+11
2022-10-10Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs`Josh Triplett-98/+54
2022-10-10Rollup merge of #102794 - dtolnay:termination, r=thomccDylan DPC-9/+24
2022-10-09Add basename and dirname aliasesAriel Davis-0/+3
2022-10-09Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitorbors-2/+16
2022-10-09impl AsFd for io::{Stdin, Stdout, Stderr}, not the sys versionsJosh Triplett-3/+3
2022-10-09openbsd: don't reallocate a guard page on the stack.Sébastien Marie-0/+10
2022-10-10Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-SimulacrumYuki Okushi-2/+16
2022-10-09Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplettbors-286/+394
2022-10-08Rollup merge of #102812 - est31:remove_lazy, r=dtolnayMichael Howell-4/+0
2022-10-08std: optimize TLS on Windowsjoboet-117/+202
2022-10-08Remove empty core::lazy and std::lazyest31-4/+0
2022-10-08use memset to initialize a readbufThe 8472-3/+6
2022-10-08std: do not use dispatch semaphore under miri (yet)joboet-5/+8
2022-10-08std: remove unused linker attributejoboet-1/+1