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

beta: revert #8640 - rustdoc versioning checks #9332

Merged
merged 3 commits into from
Apr 6, 2021

Commits on Apr 6, 2021

  1. beta: revert rust-lang#8640 - rustdoc versioning checks

    This reverts commit 8fa0827, reversing
    changes made to b842849.
    
    # Conflicts:
    #	src/cargo/core/compiler/build_context/target_info.rs
    #	tests/testsuite/doc.rs
    ehuss committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    de983c9 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#9316 - ehuss:fix-semver-1.51, r=alexcrichton

    Fix semver docs for 1.51.
    
    1.51 slightly changed the text of a few error messages. This should get CI passing again.
    bors authored and ehuss committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e668552 View commit details
    Browse the repository at this point in the history
  3. Auto merge of rust-lang#9307 - ijackson:exit-code-string, r=joshtriplett

    tests: Tolerate "exit status" in error messages
    
    "exit code" is wrong terminology on Unix.  I am trying to fix this in Rust stdlib in rust-lang/rust#83462 but this currently breaks the cargo test suite.
    
    See that MR for full explanation of the change.
    bors authored and ehuss committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    6ce927a View commit details
    Browse the repository at this point in the history