| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -1/+1 | |
| 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 | |
| I'm pretty sure I am going want this for #73125 and it seems like an omission that would be in any case good to remedy. It's a shame we don't have competent token pasting and case mangling for use in macro_rules!. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2021-02-17 | std::src::os::raw: Refactor, introducing macro type_alias! | Ian Jackson | -54/+27 | |
| This file contained a lot of repetitive code. This was about to get considerably worse, with introduction of a slew of new aliases. No functional change. I've eyeballed the docs and they don't seem to have changed either. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
| 2020-09-16 | library/std: raw: Add support for RISC-V 32-bit | Alistair Francis | -2/+4 | |
| Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | ||||
| 2020-09-04 | Remove a useless allowed attr | Lzu Tao | -2/+0 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -21/+20 | |
| Also doing fmt inplace as requested. | ||||
| 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-07-27 | mv std libs to library/ | mark | -0/+257 | |
