| Age | Commit message (Expand) | Author | Lines |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -0/+6 |
| 2021-05-14 | Expand WASI abbreviation in docs | r00ster | -1/+1 |
| 2021-05-12 | ExitStatusError: Remove mentions in stable docs | Ian Jackson | -27/+3 |
| 2021-05-12 | unix: impl ExitStatusExt for ExitStatusError | Ian Jackson | -7/+70 |
| 2021-05-11 | Remove an invalid `#[doc(inline)]` | LeSeulArtichaut | -1/+0 |
| 2021-05-07 | Revert SGX inline asm syntax | Jethro Beekman | -6/+6 |
| 2021-05-07 | unix process: pre_exec: Discuss panic safety | Ian Jackson | -0/+6 |
| 2021-05-03 | Allow documenting on `hermit` | Christiaan Dirkx | -2/+0 |
| 2021-05-03 | Rework `os` to avoid using `cfg_if!` with public items | Christiaan Dirkx | -123/+151 |
| 2021-05-03 | Move `std::sys::sgx::ext` to `std::os::fortanix_sgx` | Christiaan Dirkx | -2/+265 |
| 2021-05-03 | Move `std::sys::wasi::ext` to `std::os::wasi` | Christiaan Dirkx | -8/+797 |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -4/+5374 |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -4/+1145 |
| 2021-05-03 | Move `std::sys::hermit::ext` to `std::os::hermit` | Christiaan Dirkx | -1/+57 |
| 2021-05-03 | Cleanup `std::os` | Christiaan Dirkx | -76/+90 |
| 2021-03-16 | Deprecate std::os::haiku::raw | bstrie | -0/+7 |
| 2021-03-03 | Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-03-03 | Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-03-01 | Add missing stability attributes in libstd | Guillaume Gomez | -0/+1 |
| 2021-02-27 | Rollup merge of #82420 - sunfishcode:wasi-docs, r=alexcrichton | Dylan DPC | -3/+8 |
| 2021-02-24 | Mention "wasi" in the comment about "main modules". | Dan Gohman | -1/+1 |
| 2021-02-24 | Make the main `wasi` module `cfg(not(doc))`. | Dan Gohman | -2/+4 |
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -1/+1 |
| 2021-02-23 | Enable API documentation for `std::os::wasi`. | Dan Gohman | -0/+3 |
| 2021-02-22 | Avoid `cfg_if` in `std::os` | Jonas Schievink | -27/+27 |
| 2021-02-21 | update tracking issue for raw_os_nonzero | Ashley Mannix | -1/+1 |
| 2021-02-17 | Provide NonZero_c_* integers | Ian Jackson | -18/+47 |
| 2021-02-17 | std::src::os::raw: Refactor, introducing macro type_alias! | Ian Jackson | -54/+27 |
| 2021-02-02 | Fix AArch64 types in std::os::raw | Amanieu d'Antras | -8/+8 |
| 2020-10-16 | Take sys/vxworks/{fd,fs,io} from sys/unix instead. | Mara Bos | -0/+18 |
| 2020-10-09 | doc: disambiguate stat in MetadataExt::as_raw_stat | Josh Stone | -1/+1 |
| 2020-09-28 | library/std: Set OS raw type definitions for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2020-09-16 | library/std: raw: Add support for RISC-V 32-bit | Alistair Francis | -2/+4 |
| 2020-09-16 | library/std: linux: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 |
| 2020-09-11 | Update `std::os` module documentation. | Christiaan Dirkx | -2/+4 |
| 2020-09-04 | Remove a useless allowed attr | Lzu Tao | -2/+0 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -6/+6 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -21/+20 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -6/+6 |
| 2020-08-27 | Rollup merge of #74730 - androm3da:fix_libstd_hexlinux_01, r=dtolnay | Dylan DPC | -24/+24 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -1/+13 |
| 2020-08-14 | remove primitive type links | Prabakaran Kumaresshan | -20/+0 |
| 2020-08-14 | Switch to intra-doc links in os/raw/*.md | Prabakaran Kumaresshan | -33/+33 |
| 2020-08-11 | Revert #tymethods | Prabakaran Kumaresshan | -6/+6 |
| 2020-08-11 | Switch to intra-doc links in library/std/src/os/*/fs.rs | Prabakaran Kumaresshan | -23/+23 |
| 2020-08-09 | Add RUST_STD_FREEBSD_12_ABI env variable | Greg V | -1/+13 |
| 2020-07-27 | Hexagon libstd: update type defs | Brian Cain | -24/+24 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+4612 |