| Age | Commit message (Expand) | Author | Lines |
| 2022-03-08 | unix: reduce the size of DirEntry | Josh Stone | -10/+47 |
| 2022-03-08 | remove_dir_all: use fallback implementation on Miri | Ralf Jung | -3/+3 |
| 2022-03-07 | unix: Avoid name conversions in `remove_dir_all_recursive` | Josh Stone | -10/+9 |
| 2022-03-07 | promot debug_assert to assert | Fausto | -3/+3 |
| 2022-03-07 | Auto merge of #94272 - tavianator:readdir-reclen-for-real, r=cuviper | bors | -5/+9 |
| 2022-03-06 | Rollup merge of #94649 - ChrisDenton:unix-absolute-fix, r=Dylan-DPC | fee1-dead | -1/+2 |
| 2022-03-05 | Unix `path::absolute`: Fix leading "." component | Chris Denton | -1/+2 |
| 2022-03-05 | do not attempt to open cgroup files under Miri | Ralf Jung | -0/+5 |
| 2022-03-05 | Rollup merge of #94446 - rusticstuff:remove_dir_all-illumos-fix, r=cuviper | Dylan DPC | -131/+74 |
| 2022-03-04 | Rollup merge of #94618 - lewisclark:remove-stack-size-rounding, r=yaahc | Dylan DPC | -4/+1 |
| 2022-03-04 | Don't round stack size up for created threads | Lewis Clark | -4/+1 |
| 2022-03-04 | Integrate macos x86-64 remove_dir_all() impl. Step 2: readd | Hans Kratz | -6/+60 |
| 2022-03-04 | Integrate macos x86-64 remove_dir_all() impl. Step 1: remove | Hans Kratz | -118/+0 |
| 2022-03-04 | remove_dir_all(): try recursing first instead of trying to unlink() | Hans Kratz | -15/+22 |
| 2022-03-04 | Rollup merge of #94572 - sunfishcode:sunfishcode/handle-or, r=joshtriplett | Dylan DPC | -17/+21 |
| 2022-03-03 | Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings. | Dan Gohman | -17/+21 |
| 2022-03-03 | Rollup merge of #92697 - the8472:cgroups, r=joshtriplett | Matthias Krüger | -3/+82 |
| 2022-03-03 | Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett | Dylan DPC | -6/+6 |
| 2022-03-03 | hardcode /sys/fs/cgroup instead of doing a lookup via mountinfo | The 8472 | -53/+67 |
| 2022-03-03 | Use cgroup quotas for calculating `available_parallelism` | The 8472 | -3/+68 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -4/+4 |
| 2022-03-01 | Rollup merge of #94094 - chrisnc:tcp-nodelay-windows-bool, r=dtolnay | Dylan DPC | -2/+2 |
| 2022-02-23 | fs: Don't dereference a pointer to a too-small allocation | Tavian Barnes | -5/+9 |
| 2022-02-20 | use `BOOL` for `TCP_NODELAY` `setsockopt` value on Windows | Chris Copeland | -2/+2 |
| 2022-02-20 | solarish current_exe using libc call directly | David Carlier | -4/+1 |
| 2022-02-20 | Rollup merge of #94019 - hermitcore:target, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-17 | Keep the path after `program_exists` succeeds | Chris Denton | -22/+23 |
| 2022-02-17 | Use verbatim paths for `process::Command` if necessary | Chris Denton | -13/+26 |
| 2022-02-15 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+30 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -3/+73 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -68/+0 |
| 2022-02-11 | Rollup merge of #90955 - JohnTitor:os-error-123-as-invalid-input, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -3/+3 |
| 2022-02-10 | Map `ERROR_INVALID_NAME` to `FilenameInvalid` | Yuki Okushi | -1/+2 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -2/+2 |
| 2022-02-10 | windows: Map `ERROR_INVALID_NAME` as `InvalidInput` | Yuki Okushi | -1/+1 |
| 2022-02-10 | Rollup merge of #93843 - solid-rs:fix-kmc-solid-condvar, r=m-ou-se | Matthias Krüger | -4/+9 |
| 2022-02-10 | kmc-solid: Use the filesystem thread-safety wrapper | Tomoaki Kawada | -1/+20 |
| 2022-02-10 | kmc-solid: Wait queue should be sorted in the descending order of task priori... | Tomoaki Kawada | -1/+1 |
| 2022-02-10 | kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation | Tomoaki Kawada | -3/+8 |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+21 |
| 2022-02-08 | Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa | Matthias Krüger | -6/+17 |
| 2022-02-08 | Fix `absolute` issues | Chris Denton | -2/+3 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -3/+72 |
| 2022-02-07 | fix exclusive range error | Jane Lusby | -1/+1 |
| 2022-02-07 | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | -146/+133 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+21 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -146/+133 |