]> git.lizzy.rs Git - rust.git/commit
Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytm
authorbors <bors@rust-lang.org>
Mon, 1 Jan 2018 16:22:26 +0000 (16:22 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Jan 2018 16:22:26 +0000 (16:22 +0000)
commit5deba220d4c42b5313d7e71731ce5e8698866684
tree2a63ce6b6a4fc9521a9b525a5bfa87c773640133
parentd5f2745e7ccd247da50f0cb18318ac477e5bccbf
parent2449230cce246f48d9faa212b41a6430b1e373b3
Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytm

Add compiler docs testing to CI.

Fixes #47025.
I don't know if `x86_64-gnu` is the right builder for this, but there seems to be time left on [Travis](https://travis-ci.org/rust-lang/rust/jobs/307488864).

Remaining problems blocking this PR:
- [x] broken links caused by rustdoc issues:
  - [x] `pub use self::Enum::...`: #46766 and #46767 (fixed by #47050, thanks @ollie27!)
  - [x] `impl Deref for DerefToStdType`: #32129 (ignored in linkchecker)
  - [x] `#[feature(decl_macro)]` and `use std::vec`: #47038 (ignored in linkchecker)
  - [x]  `rustc_data_structures::sync::{Lrc, RwLock}` aliases `std` types: #32130 (ignored in linkchecker)
- [x] markdown differences, in rust repository and in external crates, now failing the build with #46880 merged (all fixed)
- [x] multiple crate updates needed: `rand`, `log`, `parking_lot_core`, `flate2`
  - [x] submodule updates needed to deduplicate dependencies: `rust-installer`, ~`cargo`~ (done by #47052)
  - [x] #44953 test broken by `log` update (removed, this can be controversial)
- [x] Waiting `x86_64-gnu` build results ([done](https://travis-ci.org/rust-lang/rust/builds/323451069))

See individual commits for more details.