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 7 pull requests #59606

Merged
merged 17 commits into from
Apr 1, 2019
Merged

Rollup of 7 pull requests #59606

merged 17 commits into from
Apr 1, 2019

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 20, 2019

  1. Configuration menu
    Copy the full SHA
    e842f57 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

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    abab4af View commit details
    Browse the repository at this point in the history
  2. 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
  3. stabilize ptr::hash

    matklad committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    a240c59 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#58507 - Zoxc:time-extended, r=michaelwoerister

    Add a -Z time option which prints only passes which runs once
    
    This ensures `-Z time-passes` fits on my screen =P
    
    r? @michaelwoerister
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    9f9529a View commit details
    Browse the repository at this point in the history
  5. 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
    0d01fba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2fd3fe View commit details
    Browse the repository at this point in the history
  7. 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
    1d4f0e7 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#59595 - mark-i-m:update-rustc-guide, r=stev…

    …eklabnik
    
    Update rustc-guide submodule
    
    Just keeping up with the head...
    
    r? @steveklabnik
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    249cf42 View commit details
    Browse the repository at this point in the history
  9. 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
    c5045e2 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#59603 - matklad:ptrhash, r=Centril

    stabilize ptr::hash
    
    closes rust-lang#56286
    Centril authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    e9b9f33 View commit details
    Browse the repository at this point in the history