| Age | Commit message (Expand) | Author | Lines |
| 2022-10-13 | std: use `sync::Mutex` for internal statics | joboet | -55/+29 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -93/+193 |
| 2022-10-13 | kmc-solid: Handle errors returned by `SOLID_FS_ReadDir` | Tomoaki Kawada | -8/+12 |
| 2022-10-13 | Auto merge of #102995 - JohnTitor:rollup-yomkwge, r=JohnTitor | bors | -1/+1 |
| 2022-10-13 | Auto merge of #102372 - abrown:issue-102157, r=thomcc | bors | -9/+28 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-11 | fix: return type of single-threaded dummy lock must be droppable | Andrew Brown | -2/+2 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 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/+2 |
| 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 | -277/+383 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -93/+193 |
| 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-06 | Don't needless link to `libresolv` on Darwin in libstd | Thom Chiovoloni | -4/+0 |
| 2022-10-06 | std: use semaphore for thread parking on Apple platforms | joboet | -1/+140 |
| 2022-10-05 | Revert "Use getentropy when possible on all Apple platforms" | BlackHoleFox | -56/+38 |
| 2022-10-04 | Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht... | bors | -0/+27 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -277/+383 |
| 2022-10-03 | Add SAFETY comments for AsFd implementations on stdin/stdout/stderr | Josh Triplett | -0/+3 |
| 2022-10-03 | Add stability attributes. | Dan Gohman | -3/+6 |
| 2022-10-01 | `SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF` | beetrees | -0/+8 |
| 2022-10-01 | Error instead of panicking when setting file times if the passed `SystemTime`... | beetrees | -49/+36 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -13/+21 |
| 2022-09-26 | fs::get_path solarish version. | David Carlier | -2/+9 |
| 2022-09-25 | Auto merge of #99609 - workingjubilee:lossy-unix-strerror, r=thomcc | bors | -1/+3 |
| 2022-09-25 | Auto merge of #98457 - japaric:gh98378, r=m-ou-se | bors | -0/+3 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -14/+14 |
| 2022-09-24 | Rollup merge of #102044 - ChrisDenton:BCrypt-system-rand, r=thomcc | Matthias Krüger | -53/+29 |
| 2022-09-22 | Add `AsFd` implementations for stdio lock types on WASI. | Dan Gohman | -0/+21 |
| 2022-09-22 | Rollup merge of #102036 - Patiga:remove-io-errorkind-other-use-in-std, r=Mark... | Dylan DPC | -2/+2 |
| 2022-09-20 | Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc | bors | -12/+12 |
| 2022-09-20 | Remove `RtlGenRandom` (take two) | Chris Denton | -53/+29 |
| 2022-09-20 | Remove use of `io::ErrorKind::Other` in std | Patiga | -2/+2 |
| 2022-09-19 | std: use `sync::RwLock` for internal statics | joboet | -12/+12 |
| 2022-09-11 | Auto merge of #101442 - joboet:null_check_tcs, r=thomcc | bors | -2/+6 |
| 2022-09-11 | std: check if TCS is a null pointer | joboet | -2/+6 |
| 2022-09-11 | std: use correct clock in `park_timeout` on Horizon | joboet | -2/+4 |
| 2022-09-11 | Auto merge of #101482 - joboet:netbsd_parker, r=sanxiyn | bors | -12/+136 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |
| 2022-09-10 | Explicitly link kernel32.lib from alloc | Chris Denton | -0/+1 |
| 2022-09-09 | Auto merge of #101617 - Dylan-DPC:rollup-iiy4ipc, r=Dylan-DPC | bors | -18/+20 |
| 2022-09-09 | Rollup merge of #101366 - ChrisDenton:unc-forward-slash, r=m-ou-se | Dylan DPC | -18/+20 |
| 2022-09-09 | std: use futex-based locks and thread parker on Hermit | joboet | -452/+47 |
| 2022-09-08 | Rollup merge of #101423 - mkroening:hermit-warnings, r=sanxiyn | Michael Goulet | -4/+0 |