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

Rollup of 5 pull requests #62485

Merged
merged 10 commits into from
Jul 8, 2019
Merged

Rollup of 5 pull requests #62485

merged 10 commits into from
Jul 8, 2019

Commits on Jul 7, 2019

  1. Document while keyword

    JohnTitor committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    559c3ec View commit details
    Browse the repository at this point in the history
  2. Implement Option::contains, Result::contains and Result::contains_err

    This increases consistency with other common data structures.
    soc committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    6f76da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a4938 View commit details
    Browse the repository at this point in the history
  4. Re-add bootstrap attribute to libunwind for llvm-libunwind feature

    This was removed in 8a7dded, but since rust-lang#62286 hasn't yet made it into
    beta, this is breaking the build with llvm-libunwind feature enabled.
    
    Furthemore, restrict the link attribute to Fuchsia and Linux, matching
    the logic in build.rs since llvm-libunwind feature isn't yet supported
    on other systems.
    petrhosek committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1dcee4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aa9f18 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Rollup merge of rust-lang#62356 - soc:topic/contains, r=Centril

    Implement Option::contains and Result::contains
    
    This increases consistency with other common data structures.
    Centril authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    6da3098 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#62462 - JohnTitor:document-while, r=Centril

    Document `while` keyword
    
    This is a rework of rust-lang#60761.
    Closes rust-lang#60736
    
    r? @dtolnay
    Centril authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    60f300a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#62472 - fakenine:normalize_use_of_backticks…

    …_compiler_messages_p2, r=Centril
    
    Normalize use of backticks in compiler messages p2
    
    normalize use of backticks in compiler messages for librustc_typecheck
    
    rust-lang#60532
    Centril authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    264884d View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#62477 - petrhosek:unwind-bootstrap, r=cramertj

    Re-add bootstrap attribute to libunwind for llvm-libunwind feature
    
    This was removed in 8a7dded, but since rust-lang#62286 hasn't yet made it into
    beta, this is breaking the build with llvm-libunwind feature enabled.
    
    Furthemore, restrict the link attribute to Fuchsia and Linux, matching
    the logic in build.rs since llvm-libunwind feature isn't yet supported
    on other systems.
    Centril authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b0062ca View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#62478 - fakenine:normalize_use_of_backticks…

    …_compiler_messages_p3, r=Centril
    
    normalize use of backticks for compiler messages in librustc_codegen
    
    rust-lang#60532
    Centril authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ada2684 View commit details
    Browse the repository at this point in the history