| Age | Commit message (Expand) | Author | Lines |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+2 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -9/+8 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -33/+36 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -16/+19 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -0/+3 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -5/+5 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -90/+124 |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -40/+64 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -50/+60 |
| 2022-03-20 | Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472 | Matthias Krüger | -2/+9 |
| 2022-03-20 | Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper | Matthias Krüger | -3/+3 |
| 2022-03-19 | Skip a test if symlink creation is not possible | Chris Denton | -2/+9 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -2/+80 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -15/+49 |
| 2022-03-19 | Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay | Dylan DPC | -30/+44 |
| 2022-03-18 | Rollup merge of #95058 - wcampbell0x2a:use-then-in-unix-process, r=dtolnay | Matthias Krüger | -3/+3 |
| 2022-03-17 | feat: Add use of bool::then in sys/unix/process | wcampbell | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -2/+80 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -26/+24 |
| 2022-03-09 | add as_raw() method to L4Re's Socket mock | Benjamin Lamowski | -0/+5 |
| 2022-03-09 | adapt L4Re network interface mock to #87329 | Benjamin Lamowski | -9/+34 |
| 2022-03-09 | L4Re does not support sanitizing standard streams | Benjamin Lamowski | -0/+1 |
| 2022-03-09 | drop unused libc imports on L4Re | Benjamin Lamowski | -1/+4 |
| 2022-03-09 | fix return value of LookupHost::port() | Sebastian Humenda | -1/+1 |
| 2022-03-09 | fix return values in L4Re networking stub | Sebastian Humenda | -4/+4 |
| 2022-03-09 | Rollup merge of #94756 - ChrisDenton:unreachable, r=yaahc | Dylan DPC | -1/+7 |
| 2022-03-09 | Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplett | bors | -10/+47 |
| 2022-03-09 | Use `unreachable!` for an unreachable code path | Chris Denton | -1/+7 |
| 2022-03-08 | Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPC | Dylan DPC | -10/+9 |
| 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 |