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 #64321

Merged
merged 11 commits into from
Sep 10, 2019
Merged

Rollup of 5 pull requests #64321

merged 11 commits into from
Sep 10, 2019

Commits on Sep 6, 2019

  1. Upgrade rand to 0.7

    mati865 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    32101ad View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    9a56187 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    91dae2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2249a4 View commit details
    Browse the repository at this point in the history
  3. Update LLVM submodule

    nikic committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    69d5030 View commit details
    Browse the repository at this point in the history
  4. Update version of rustc-std-workspace-* crates

    This commit updates the version of the `rustc-std-workspace-*` crates
    in-tree which are used in `[patch]`. This will guarantee that Cargo will
    select these versions even if minor updates are published to crates.io
    because otherwise a newer version on crates.io would be preferred which
    misses the point of `[patch]`!
    alexcrichton committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    6c74bc9 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#63806 - mati865:rand, r=alexcrichton

    Upgrade rand to 0.7
    
    Also upgrades `getrandom` to avoid bug encountered by rust-lang#61393 which bumps libc to `0.2.62`.
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    611458b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#64054 - estebank:unused-import-is-to-eager,…

    … r=petrochenkov
    
    Always emit unresolved import errors and hide unused import lint
    
    Fix rust-lang#63724.
    
    r? @petrochenkov
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8926301 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#64279 - Xanewok:bump-rustc-ap, r=tmandry

    Bump RLS and Rustfmt submodules to use rustc-ap-* v583
    
    Closes rust-lang#64180
    Closes rust-lang#64179
    
    r? @topecongiro
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    f353d49 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#64317 - nikic:bump-llvm-3, r=alexcrichton

    Update LLVM submodule
    
    Updates the LLVM submodule to current LLVM 9 HEAD.
    
    Fixes rust-lang#63918.
    Fixes rust-lang#63791.
    
    r? @alexcrichton
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7b0d134 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#64320 - alexcrichton:update-patch, r=RalfJung

    Update version of `rustc-std-workspace-*` crates
    
    This commit updates the version of the `rustc-std-workspace-*` crates
    in-tree which are used in `[patch]`. This will guarantee that Cargo will
    select these versions even if minor updates are published to crates.io
    because otherwise a newer version on crates.io would be preferred which
    misses the point of `[patch]`!
    Centril authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    342722e View commit details
    Browse the repository at this point in the history