| Age | Commit message (Expand) | Author | Lines |
| 2022-10-12 | Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomcc | bors | -4/+23 |
| 2022-10-12 | Rollup merge of #102811 - the8472:bufread-memset, r=m-ou-se | Dylan DPC | -3/+6 |
| 2022-10-11 | fix: return type of single-threaded dummy lock must be droppable | Andrew Brown | -2/+2 |
| 2022-10-11 | Rollup merge of #102869 - azdavis:master, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2022-10-11 | Rollup merge of #102685 - nbdd0121:unwind, r=m-ou-se | Matthias Krüger | -3/+2 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 2022-10-11 | Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-se | Yuki Okushi | -3/+3 |
| 2022-10-11 | Rollup merge of #102589 - RalfJung:scoped-threads-dangling, r=m-ou-se | Yuki Okushi | -0/+33 |
| 2022-10-11 | Rollup merge of #102412 - joboet:dont_panic, r=m-ou-se | Yuki Okushi | -2/+20 |
| 2022-10-11 | Rollup merge of #102277 - mgeisler:rwlock, r=m-ou-se | Yuki Okushi | -31/+32 |
| 2022-10-10 | Do not alias for fs | Ariel Davis | -1/+0 |
| 2022-10-10 | Implement `env_lock` with `RwLock` | Andrew Brown | -12/+23 |
| 2022-10-10 | Allow compiling the `wasm32-wasi` std library with atomics | Andrew Brown | -3/+11 |
| 2022-10-10 | Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs` | Josh Triplett | -98/+54 |
| 2022-10-10 | Rollup merge of #102794 - dtolnay:termination, r=thomcc | Dylan DPC | -9/+24 |
| 2022-10-09 | Add basename and dirname aliases | Ariel Davis | -0/+3 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -2/+16 |
| 2022-10-09 | impl AsFd for io::{Stdin, Stdout, Stderr}, not the sys versions | Josh Triplett | -3/+3 |
| 2022-10-09 | openbsd: don't reallocate a guard page on the stack. | Sébastien Marie | -0/+10 |
| 2022-10-10 | Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-Simulacrum | Yuki Okushi | -2/+16 |
| 2022-10-09 | Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplett | bors | -286/+394 |
| 2022-10-08 | Rollup merge of #102812 - est31:remove_lazy, r=dtolnay | Michael Howell | -4/+0 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -117/+202 |
| 2022-10-08 | Remove empty core::lazy and std::lazy | est31 | -4/+0 |
| 2022-10-08 | use memset to initialize a readbuf | The 8472 | -3/+6 |
| 2022-10-08 | std: do not use dispatch semaphore under miri (yet) | joboet | -5/+8 |
| 2022-10-08 | std: remove unused linker attribute | joboet | -1/+1 |
| 2022-10-08 | Auto merge of #99505 - joboet:futex_once, r=thomcc | bors | -289/+483 |
| 2022-10-07 | Make tests capture the error printed by a Result return | David Tolnay | -9/+24 |
| 2022-10-07 | Rollup merge of #102760 - saethlin:dont-reinit-buffer, r=Mark-Simulacrum | Dylan DPC | -3/+48 |
| 2022-10-07 | Rollup merge of #102475 - RalfJung:unsafe, r=dtolnay | Dylan DPC | -31/+120 |
| 2022-10-07 | review feedback | Ralf Jung | -42/+43 |
| 2022-10-07 | Improved documentation for `std::io::Error` | StackOverflowExcept1on | -1/+2 |
| 2022-10-07 | std: use futex in `Once` | joboet | -289/+483 |
| 2022-10-06 | Don't needless link to `libresolv` on Darwin in libstd | Thom Chiovoloni | -4/+0 |
| 2022-10-06 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -3/+48 |
| 2022-10-06 | std: add thread parking tests | joboet | -0/+22 |
| 2022-10-06 | std: use semaphore for thread parking on Apple platforms | joboet | -1/+140 |
| 2022-10-06 | Auto merge of #99497 - vladimir-ea:stdlib_os_api_watchos, r=thomcc | bors | -0/+235 |
| 2022-10-06 | Fix whitespace | Florian Bartels | -2/+2 |
| 2022-10-06 | Prevent UB in child process after calling libc::fork | Florian Bartels | -4/+23 |
| 2022-10-06 | Rollup merge of #102693 - BlackHoleFox:revert-apple-entropy-changes, r=thomcc | Matthias Krüger | -56/+38 |
| 2022-10-05 | Revert "Use getentropy when possible on all Apple platforms" | BlackHoleFox | -56/+38 |
| 2022-10-04 | Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-... | Michael Howell | -2/+17 |
| 2022-10-05 | Interpret EH actions properly | Gary Guo | -3/+2 |
| 2022-10-04 | Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht... | bors | -0/+27 |
| 2022-10-04 | fix backtrace small typo | Rageking8 | -3/+3 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -286/+394 |
| 2022-10-03 | Reword "has no meaning" per suggestion | Tim | -2/+2 |
| 2022-10-03 | Add SAFETY comments for AsFd implementations on stdin/stdout/stderr | Josh Triplett | -0/+3 |