| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -7/+38 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -29/+2 |
| 2022-05-09 | Auto merge of #96802 - gimbles:windows_slice, r=thomcc | bors | -0/+1 |
| 2022-05-08 | fix panic in Path::strip_prefix | name1e5s | -0/+12 |
| 2022-05-07 | [fix] remove pub(crate) visibility | gimbles | -1/+1 |
| 2022-05-06 | Share more unix SystemTime code | Josh Stone | -101/+57 |
| 2022-05-06 | [feat] Make sys::windows::os_str::Slice repr(transparent) | gimbles | -1/+2 |
| 2022-05-06 | Use statx's 64-bit times on 32-bit linux-gnu | Josh Stone | -38/+79 |
| 2022-05-06 | Use __clock_gettime64 on 32-bit linux-gnu | Josh Stone | -0/+27 |
| 2022-05-06 | unix: always use 64-bit Timespec | Josh Stone | -67/+65 |
| 2022-05-03 | Round timeouts up to infinite in futex_wait on DragonFlyBSD. | Mara Bos | -9/+8 |
| 2022-05-03 | Add #[cfg] in cfg_if for linux in unix/futex. | Mara Bos | -3/+5 |
| 2022-05-03 | Don't use futexes on netbsd. | Mara Bos | -43/+5 |
| 2022-04-29 | Disable pthread thread parker on futex platforms. | Mara Bos | -1/+5 |
| 2022-04-29 | Always return false in futex_wake on {Free,DragonFly}BSD. | Mara Bos | -16/+13 |
| 2022-04-29 | Use futex-based locks and thread parker on FreeBSD. | Mara Bos | -4/+59 |
| 2022-04-29 | Use futex-based locks and thread parker on DragonFlyBSD. | Mara Bos | -1/+43 |
| 2022-04-29 | Use futex-based locks and thread parker on NetBSD. | Mara Bos | -24/+52 |
| 2022-04-29 | Use futex-based locks and thread parker on OpenBSD. | Mara Bos | -1/+52 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -31/+107 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -9/+281 |
| 2022-04-28 | Yield the thread when waiting to delete a file | Chris Denton | -0/+3 |
| 2022-04-28 | std: simplify UNIX parker timeouts | joboet | -59/+21 |
| 2022-04-27 | Note the importance of using sync pipes | Chris Denton | -1/+19 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -31/+85 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+4 |
| 2022-04-26 | Retry deleting a directory | Chris Denton | -2/+15 |
| 2022-04-25 | Remove references to git.io | Eric Huss | -1/+2 |
| 2022-04-26 | Windows: Iterative `remove_dir_all` | Chris Denton | -77/+67 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -7/+317 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -91/+191 |
| 2022-04-24 | Auto merge of #94609 - esp-rs:esp-idf-stat-type-fixes, r=Mark-Simulacrum | bors | -3/+18 |
| 2022-04-23 | std: `<ExitStatus as Display>::fmt` name the signal it died from | Michael Howell | -3/+66 |
| 2022-04-23 | Auto merge of #96314 - AronParker:issue-96297-fix, r=thomcc | bors | -1/+7 |
| 2022-04-23 | Auto merge of #94887 - dylni:move-normpath-crate-impl-to-libstd, r=ChrisDenton | bors | -29/+115 |
| 2022-04-22 | Remove redundant type annotation | Aron Parker | -1/+1 |
| 2022-04-22 | Reduce allocations for path conversions on Windows | Aron Parker | -1/+7 |
| 2022-04-21 | Rollup merge of #96193 - djkoloski:fuchsia_current_exe, r=tmandry | Dylan DPC | -1/+21 |
| 2022-04-20 | Rollup merge of #96234 - goffrie:eloop, r=thomcc | Dylan DPC | -1/+2 |
| 2022-04-20 | Rollup merge of #96206 - m-ou-se:wasm-futex-locks, r=alexcrichton | Dylan DPC | -358/+24 |
| 2022-04-20 | Rollup merge of #96167 - CAD97:weak-dlsym-less-ptr-crime, r=thomcc | Dylan DPC | -17/+15 |
| 2022-04-20 | remove_dir_all_recursive: treat ELOOP the same as ENOTDIR | Geoffry Song | -1/+2 |
| 2022-04-19 | [fuchsia] Add implementation for `current_exe` | David Koloski | -1/+21 |
| 2022-04-19 | espidf: fix stat | Scott Mabin | -3/+18 |
| 2022-04-19 | Use futex locks on emscripten. | Mara Bos | -0/+1 |
| 2022-04-19 | Use futex locks on wasm+atomics. | Mara Bos | -354/+6 |
| 2022-04-19 | Make std::sys::wasm::futex consistent with unix::futex. | Mara Bos | -4/+18 |
| 2022-04-19 | Make std::sys::unix::futex consistent on emscripten. | Mara Bos | -22/+25 |
| 2022-04-18 | Auto merge of #96042 - m-ou-se:one-reentrant-mutex, r=Amanieu | bors | -528/+6 |
| 2022-04-18 | Remove forgotten reexport of ReentrantMutex in sys::unsupported. | Mara Bos | -1/+1 |