| Age | Commit message (Expand) | Author | Lines |
| 2022-01-15 | Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-01-11 | Inline std::os::unix::ffi::OsStringExt methods | Konrad Borowski | -0/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+2 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -90/+6 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -0/+1 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -6/+90 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -11/+1 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -2/+4 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -6/+90 |
| 2021-11-27 | Add riscv64gc-unknown-freebsd | Tobias Kortkamp | -2/+4 |
| 2021-11-20 | Add a caveat to std::os::windows::fs::symlink_file | Michael Diamond | -0/+20 |
| 2021-11-16 | Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcric... | Yuki Okushi | -2/+6 |
| 2021-11-12 | Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-11-12 | Rename WASI's `is_character_device` to `is_char_device`. | Dan Gohman | -2/+6 |
| 2021-11-11 | unix::ExitStatusExt: Correct reference to _exit system call | Ian Jackson | -1/+1 |
| 2021-11-11 | Auto merge of #88798 - sunfishcode:sunfishcode/windows-null-handles, r=joshtr... | bors | -50/+85 |
| 2021-11-09 | Add a real tracking issue for `CommandExt::groups` | Josh Stone | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -1/+1 |
| 2021-11-02 | read_buf | DrMeepster | -11/+1 |
| 2021-11-03 | Auto merge of #90421 - thomcc:friendship-ended-with-ssize_t-now-ptrdiff_t-is-... | bors | -1/+8 |
| 2021-10-31 | Re-add `std::os::raw::c_ssize_t`, with more accurate documentation | Thom Chiovoloni | -0/+7 |
| 2021-10-31 | Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplett | Matthias Krüger | -0/+8 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-30 | Add #[must_use] to remaining std functions (O-Z) | John Kugelman | -0/+8 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 2021-10-30 | Replace `std::os::raw::c_ssize_t` with `std::os::raw::c_ptrdiff_t` | Thom Chiovoloni | -2/+2 |
| 2021-10-23 | Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahc | Matthias Krüger | -4/+4 |
| 2021-10-22 | Apply suggestions from code review | Jane Lusby | -4/+4 |
| 2021-10-15 | Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett | bors | -4/+416 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-10 | integrate I/O safety changes | Milan | -7/+6 |
| 2021-10-10 | cross-platform doctests | Milan Landaverde | -13/+49 |
| 2021-10-10 | moves use ptr within from_abstract_namespace fn | Milan Landaverde | -2/+2 |
| 2021-10-10 | Update tracking issue in stability refs | Milan Landaverde | -7/+7 |
| 2021-10-10 | rustfmt | Milan Landaverde | -6/+25 |
| 2021-10-10 | Add abstract namespace support for Unix domain sockets | Milan Landaverde | -5/+363 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -4/+4 |
| 2021-10-05 | Document the valid values for `HandleOrNull` and `HandleOrInvalid`. | Dan Gohman | -0/+8 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -0/+8 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+173 |
| 2021-09-21 | Rollup merge of #89114 - dequbed:c-char, r=yaahc | the8472 | -1/+1 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -0/+1 |
| 2021-09-20 | Fix a technicality regarding the size of C's `char` type | Nadja Reitzenstein | -1/+1 |
| 2021-09-19 | Rollup merge of #89051 - schctl:master, r=jyn514 | Yuki Okushi | -15/+60 |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -15/+60 |
| 2021-09-17 | Rollup merge of #88953 - joshtriplett:chown, r=dtolnay | Guillaume Gomez | -0/+70 |