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

Closed
wants to merge 13 commits into from
Closed

Rollup of 5 pull requests #59602

wants to merge 13 commits into from

Commits on Mar 9, 2019

  1. fixes rust-lang#56766

    Saleem Jaffer committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    fcfc796 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. adding test

    Saleem Jaffer committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    eaff0fe View commit details
    Browse the repository at this point in the history
  2. tidy test

    Saleem Jaffer committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    d258481 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

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

Commits on Mar 31, 2019

  1. Fixed URL in cargotest::TEST_REPOS

    Aaron Power committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    14f4e27 View commit details
    Browse the repository at this point in the history
  2. Suggest using anonymous lifetime in impl Trait return without hacks

    Fallback to `static_impl_trait` for nice error message by peeking at the
    return type and the lifetime type. Point at the return type instead of
    the return expr/stmt in NLL mode.
    estebank committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    30c247f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c26f65 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. typo fix

    kenta7777 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    656d4c3 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#58919 - estebank:impl-trait-return-lifetime…

    …, r=pnkfelix
    
    Suggest using anonymous lifetime in `impl Trait` return
    
    Fix rust-lang#48467.
    
    r? @nikomatsakis
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    4a9e791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8abb24c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#59586 - XAMPPRocky:redirect, r=alexcrichton

    Fixed URL in cargotest::TEST_REPOS
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    cdf129c View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#59593 - pietroalbini:appveyor-version, r=al…

    …excrichton
    
    Print the appveyor agent version at the start of the build
    
    [AppVeyor support asked for this.](https://help.appveyor.com/discussions/problems/19657-successful-builds-failing-with-code-259#comment_47132359)
    
    r? @alexcrichton
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    31b1844 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#59601 - kenta7777:typo-fix, r=Centril

    Fix small typo
    
    This PR fixes a small typo in `eq()` comments.
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    ab19e15 View commit details
    Browse the repository at this point in the history