| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | cfg(miri) no longer needed in sys/unix/time.rs | Ralf Jung | -2/+2 |
| 2022-11-14 | macos, aarch64, and not(miri) | Cameron | -2/+2 |
| 2022-11-13 | just use `libc::clockid_t` | Cameron | -8/+3 |
| 2022-11-13 | Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targets | Joy | -3/+15 |
| 2022-11-06 | std: fix double-free of mutex | joboet | -1/+1 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -251/+268 |
| 2022-10-27 | Rollup merge of #103564 - RalfJung:miri-unused, r=thomcc | Matthias Krüger | -2/+3 |
| 2022-10-26 | thread::set_name: debug-assert that things went well | Ralf Jung | -6/+10 |
| 2022-10-26 | library: allow some unused things in Miri | Ralf Jung | -2/+3 |
| 2022-10-25 | Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc | Dylan DPC | -0/+18 |
| 2022-10-24 | Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2022-10-23 | Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrum | bors | -20/+65 |
| 2022-10-21 | Move truncation next to other thread tests for tidy | Josh Stone | -25/+0 |
| 2022-10-21 | Truncate thread names on Linux and Apple targets | Josh Stone | -0/+43 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -70/+121 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -2/+8 |
| 2022-10-16 | Eliminate 280-byte memset from ReadDir iterator | David Tolnay | -20/+65 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -2/+8 |
| 2022-10-15 | Rollup merge of #102773 - joboet:apple_parker, r=thomcc | Dylan DPC | -1/+143 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+6 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -0/+1 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #102847 - joshtriplett:bugfix-impl-fd-traits-for-io-types, r=... | Dylan DPC | -49/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se | Dylan DPC | -0/+10 |
| 2022-10-13 | sync thread_local key conditions exactly with what the macro uses | Ralf Jung | -0/+1 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -5/+0 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 2022-10-10 | Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs` | Josh Triplett | -49/+1 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -2/+16 |
| 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 | -178/+164 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -5/+0 |
| 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-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -178/+164 |
| 2022-10-01 | Error instead of panicking when setting file times if the passed `SystemTime`... | beetrees | -41/+21 |
| 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-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 | -7/+7 |
| 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 | -7/+7 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |