| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-02 | Fix AArch64 types in std::os::raw | Amanieu d'Antras | -8/+8 | |
| 2020-10-09 | doc: disambiguate stat in MetadataExt::as_raw_stat | Josh Stone | -1/+1 | |
| A few architectures in `os::linux::raw` import `libc::stat`, rather than defining that type directly. However, that also imports the _function_ called `stat`, which makes this doc link ambiguous: error: `crate::os::linux::raw::stat` is both a struct and a function --> library/std/src/os/linux/fs.rs:21:19 | 21 | /// [`stat`]: crate::os::linux::raw::stat | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link | = note: `-D broken-intra-doc-links` implied by `-D warnings` help: to link to the struct, prefix with the item type | 21 | /// [`stat`]: struct@crate::os::linux::raw::stat | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: to link to the function, add parentheses | 21 | /// [`stat`]: crate::os::linux::raw::stat() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ We want the `struct`, so it's now prefixed accordingly. | ||||
| 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: linux: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 | |
| Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | ||||
| 2020-09-11 | Update `std::os` module documentation. | Christiaan Dirkx | -2/+4 | |
| Adds missing descriptions for the modules std::os::linux::fs and std::os::windows::io. Also adds punctuation for consistency with other descriptions. | ||||
| 2020-08-30 | fix broken trait method links | Andy Russell | -3/+3 | |
| 2020-08-27 | Rollup merge of #74730 - androm3da:fix_libstd_hexlinux_01, r=dtolnay | Dylan DPC | -24/+24 | |
| Hexagon libstd: update type defs | ||||
| 2020-08-11 | Revert #tymethods | Prabakaran Kumaresshan | -3/+3 | |
| 2020-08-11 | Switch to intra-doc links in library/std/src/os/*/fs.rs | Prabakaran Kumaresshan | -5/+5 | |
| 2020-07-27 | Hexagon libstd: update type defs | Brian Cain | -24/+24 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+747 | |
