| Age | Commit message (Expand) | Author | Lines |
| 2022-04-05 | Auto merge of #95702 - Dylan-DPC:rollup-793rz6v, r=Dylan-DPC | bors | -0/+11 |
| 2022-04-05 | Rollup merge of #88025 - devnexen:netbsd_scm_creds, r=Amanieu | Dylan DPC | -0/+11 |
| 2022-04-05 | Auto merge of #95035 - m-ou-se:futex-locks-on-linux, r=Amanieu | bors | -40/+250 |
| 2022-04-05 | Reword comment in futex condvar implementation. | Mara Bos | -1/+1 |
| 2022-04-05 | Mark unix::locks::futex::Mutex::new as #[inline]. | Mara Bos | -0/+1 |
| 2022-04-04 | Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplett | Dylan DPC | -2/+140 |
| 2022-04-04 | Correct calling convention | Chris Denton | -2/+2 |
| 2022-04-04 | Update library/std/src/sys/windows/pipe.rs | Chris Denton | -4/+6 |
| 2022-04-04 | ScmCredentials netbsd implementation. | David Carlier | -0/+11 |
| 2022-04-02 | Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPC | Dylan DPC | -2/+4 |
| 2022-04-01 | Use MaybeUninit for clock_gettime's timespec. | Mara Bos | -3/+4 |
| 2022-04-01 | Don't spin on contended mutexes. | Mara Bos | -1/+3 |
| 2022-04-01 | Shuffle around #[inline] and #[cold] in mutex impl. | Mara Bos | -5/+7 |
| 2022-04-01 | Add comment about futex_wait timeout. | Mara Bos | -0/+2 |
| 2022-04-01 | Remove need for associated_type_bounds in std. | Mara Bos | -2/+4 |
| 2022-03-30 | Fix library/std compilation on openbsd. | Dan Gohman | -1/+1 |
| 2022-03-30 | Synchronize asynchronous pipe reads and writes | Chris Denton | -2/+138 |
| 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-24 | Explicitly use CLOCK_MONOTONIC in futex_wait. | Mara Bos | -3/+3 |
| 2022-03-24 | Make Timespec available in sys::unix. | Mara Bos | -15/+13 |
| 2022-03-24 | Use FUTEX_WAIT_BITSET rather than FUTEX_WAIT on Linux. | Mara Bos | -22/+38 |
| 2022-03-23 | Spin before blocking in Mutex::lock. | Mara Bos | -4/+38 |
| 2022-03-23 | Replace Linux Mutex and Condvar with futex based ones. | Mara Bos | -8/+149 |
| 2022-03-23 | Add futex_wake_all. | Mara Bos | -0/+12 |
| 2022-03-23 | Return timeout status in futex_wait. | Mara Bos | -4/+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 |