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 4 pull requests #61823

Closed
wants to merge 8 commits into from
Closed

Commits on Jun 13, 2019

  1. Add ui test for issue 51301

    tesuji committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    8a5e1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17e918 View commit details
    Browse the repository at this point in the history
  3. typeck: Fix ICE for blocks in repeat expr count.

    This commit extends the work in rust-lang#61698 to get the `DefId` of const
    parameters from block that resolve to a const parameter (as well as
    const parameters directly, as it was previously).
    davidtwco committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    bc36aab View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Update cargo

    ehuss committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    d2e03b8 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#61771 - ehuss:update-cargo, r=alexcrichton

    Update cargo
    
    Update cargo
    
    19 commits in 545f354259be4e9745ea00a524c0e4c51df01aa6..807429e1b6da4e2ec52488ef2f59e77068c31e1f
    2019-05-23 17:45:30 +0000 to 2019-06-11 14:06:10 +0000
    - Stabilize publish-lockfile. (rust-lang/cargo#7026)
    - change package cache lock message (rust-lang/cargo#7029)
    - Fix documenting an example. (rust-lang/cargo#7023)
    - Fix nonconcurrent tests (rust-lang/cargo#6900)
    - Update git2 crates for libgit2 0.28 (rust-lang/cargo#7018)
    - fix bunch of clippy warnings (rust-lang/cargo#7019)
    - Ignore remap-path-prefix in metadata hash. (rust-lang/cargo#6966)
    - Don't synthesize feature diretives for non-optional deps (rust-lang/cargo#7010)
    - Handle pipelined tests of libraries (rust-lang/cargo#7008)
    - Import the cargo-vendor subcommand into Cargo (rust-lang/cargo#6869)
    - Remove unnecessary outlives bounds (rust-lang/cargo#7000)
    - Catch filename output collisions in rustdoc. (rust-lang/cargo#6998)
    - the testing SAT solver was messed up by a refactor (rust-lang/cargo#6995)
    - Add some hints to the docs for `cfg()` targets (rust-lang/cargo#6990)
    - Test the Resolver against the varisat Library (rust-lang/cargo#6980)
    - Update changelog. (rust-lang/cargo#6984)
    - Update cache-messages tracking issue. (rust-lang/cargo#6987)
    - zsh: Add --all-targets option to cargo-check and cargo-build (rust-lang/cargo#6985)
    - Fix typo (rust-lang/cargo#6982)
    Centril committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    8ebfebe View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#61792 - lzutao:issue-51301, r=Centril

    Add ui test for issue 51301
    
    Closes rust-lang#51301
    Centril committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    e17e8a3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61803 - Centril:write_resolution, r=petroch…

    …enkov
    
    typeck: small refactoring, add 'fn write_resolution'
    Centril committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    0abd50f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61805 - davidtwco:ice-const-generic-repeat-…

    …expr-count-sequel, r=varkor
    
    typeck: Fix ICE for blocks in repeat expr count.
    
    Fixes rust-lang#61336 (again). This PR fixes an ICE that occured when a block expression resolving to a const generic was used for the count of an array repeat expression.
    
    r? @varkor
    Centril committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    7934147 View commit details
    Browse the repository at this point in the history