| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -32/+16 | |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -16/+32 | |
| rustdoc: make #[doc(include)] relative to the containing file This matches the behavior of other in-source paths like `#[path]` and the `include_X!` macros. Fixes https://github.com/rust-lang/rust/pull/58373#issuecomment-462349380 Also addresses https://github.com/rust-lang/rust/issues/44732#issuecomment-467660239 cc #44732 This is still missing a stdsimd change (https://github.com/jonas-schievink/stdsimd/commit/42ed30e0b5fb5e2d11765b5d1e1f36234af85984), so CI will currently fail. I'll land that change once I get initial feedback for this PR. | ||||
| 2019-07-23 | stage0 -> bootstrap | Jonas Schievink | -32/+32 | |
| 2019-07-23 | Make #[doc(include)] paths behave like other paths | Jonas Schievink | -16/+32 | |
| This makes them relative to the containing file instead of the crate root | ||||
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -0/+2 | |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -0/+8 | |
| r? @alexcrichton | ||||
| 2019-02-28 | libstd => 2018 | Taiki Endo | -4/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-09 | Add FreeBSD unsigned char platforms to std::os::raw | myfreeweb | -0/+8 | |
| Reference: https://www.freebsd.org/cgi/man.cgi?query=arch&apropos=0&sektion=7 | ||||
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -35/+2 | |
| 2018-08-07 | Add aarch64-unknown-netbsd target | Jonathan A. Kollasch | -2/+4 | |
| 2018-08-06 | NetBSD: fix signedess of char | Jonathan A. Kollasch | -0/+4 | |
| 2018-02-06 | fix docs link | QuietMisdreavus | -1/+1 | |
| 2018-01-29 | Reworded to avoid fuzziness, mention ! in c_void docs. | Clar Charr | -13/+23 | |
| 2018-01-29 | Revisions suggested in comments | Clar Charr | -6/+4 | |
| 2018-01-29 | Document std::os::raw. | Clar Charr | -0/+217 | |
