Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compiler docs testing to CI. #46278

Merged
merged 6 commits into from
Jan 1, 2018
Merged

Commits on Jan 1, 2018

  1. Remove a test blocking the update of the log crate

    It tested rust-lang#44953.
    `log` macros in newer versions are no longer recursive, so these duplicated
    error messages (about unstable feature uses) previously occurring at each
    level of recursion are no longer possible, even with the fix by rust-lang#45540.
    Furthermore this test breaks when multiple versions of `log` are in the
    sysroot (`log 0.3.9` depends on`log 0.4.1`)
    MaloJaffre committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    0b177b4 View commit details
    Browse the repository at this point in the history
  2. Update crates and submodules to pull doc fixes

    Update `rand` crate to `0.3.19`.
    Update `log` crate to `0.3.9` and `0.4.1`.
    Update `parking_lot_core` crate to `0.2.9`.
    Upgrade all flate2 dependencies to `1.0.1`.
    - Update `rust-installer` submodule.
    MaloJaffre committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    8ed13d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7249539 View commit details
    Browse the repository at this point in the history
  4. Ignore remaining broken links caused by rustdoc bugs

    As pointed out by @ollie27.
    MaloJaffre committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    8395798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbb32a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2449230 View commit details
    Browse the repository at this point in the history