about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
2022-10-08Auto merge of #99505 - joboet:futex_once, r=thomccbors-289/+483
2022-10-07Make tests capture the error printed by a Result returnDavid Tolnay-9/+24
2022-10-07Rollup merge of #102760 - saethlin:dont-reinit-buffer, r=Mark-SimulacrumDylan DPC-3/+48
2022-10-07Rollup merge of #102475 - RalfJung:unsafe, r=dtolnayDylan DPC-31/+120
2022-10-07review feedbackRalf Jung-42/+43
2022-10-07Improved documentation for `std::io::Error`StackOverflowExcept1on-1/+2
2022-10-07std: use futex in `Once`joboet-289/+483
2022-10-06Don't needless link to `libresolv` on Darwin in libstdThom Chiovoloni-4/+0
2022-10-06Avoid defensive re-initialization of the BufReader bufferBen Kimock-3/+48
2022-10-06std: add thread parking testsjoboet-0/+22
2022-10-06std: use semaphore for thread parking on Apple platformsjoboet-1/+140
2022-10-06Auto merge of #99497 - vladimir-ea:stdlib_os_api_watchos, r=thomccbors-0/+235
2022-10-06Fix whitespaceFlorian Bartels-2/+2
2022-10-06Prevent UB in child process after calling libc::forkFlorian Bartels-4/+23
2022-10-06Rollup merge of #102693 - BlackHoleFox:revert-apple-entropy-changes, r=thomccMatthias Krüger-56/+38
2022-10-05Revert "Use getentropy when possible on all Apple platforms"BlackHoleFox-56/+38
2022-10-04Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-...Michael Howell-2/+17
2022-10-05Interpret EH actions properlyGary Guo-3/+2
2022-10-04Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht...bors-0/+27
2022-10-04fix backtrace small typoRageking8-3/+3
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-286/+394
2022-10-03Reword "has no meaning" per suggestionTim-2/+2
2022-10-03Add SAFETY comments for AsFd implementations on stdin/stdout/stderrJosh Triplett-0/+3