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 15 pull requests #53765

Closed
wants to merge 35 commits into from
Closed

Rollup of 15 pull requests #53765

wants to merge 35 commits into from

Commits on Aug 6, 2018

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

Commits on Aug 15, 2018

  1. Fix review notes

    kpp committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9a3a12e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b65db View commit details
    Browse the repository at this point in the history
  3. Review fix

    kpp committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5bfb785 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Force-inline shallow_resolve at its hottest call site.

    It's a ~1% win on `keccak` and `inflate`.
    nnethercote committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b73843f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

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

Commits on Aug 22, 2018

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

Commits on Aug 25, 2018

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

Commits on Aug 26, 2018

  1. Configuration menu
    Copy the full SHA
    1f421d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f38c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. readd final newline

    estebank authored Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a2722f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4570ace View commit details
    Browse the repository at this point in the history
  3. fix a typo: taget_env -> target_env

    This typo was introduced in rust-lang#47334.
    A couple tests bitrotted as a result, so we fix those too, and move them
    to a more sensible place.
    oconnor663 committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8486efa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d79d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04b4c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f77ad5c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    e6dcdee View commit details
    Browse the repository at this point in the history
  2. split paragraph

    RalfJung committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    31b63d0 View commit details
    Browse the repository at this point in the history
  3. Update clippy submodule

    oli-obk committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    c0b4b6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f3f5b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#51760 - GuillaumeGomez:add-another-partiale…

    …q-example, r=QuietMisdreavus
    
    Add another PartialEq example
    
    r? @steveklabnik
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5b74d67 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#53113 - kpp:more_docs_for_cow, r=GuillaumeG…

    …omez
    
    Add example for Cow
    
    Add one more example that shows how to keep `Cow` in a struct.
    
    Link to playground: https://play.rust-lang.org/?gist=a9256bdd034b44bc3cdd0044bbcdbb7c&version=stable&mode=debug&edition=2015
    
    Users ask this question in [ruRust](https://gitter.im/ruRust/general) chat time to time and it is not obvious to add `ToOwned<Owned=Target>` to requirements of generic params.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cbbfcc5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#53129 - nikomatsakis:issue-51172-tweak-test…

    …, r=pnkfelix
    
    remove `let x = baz` which was obscuring the real error
    
    fixes rust-lang#51172
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2744010 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#53389 - RalfJung:thread-join, r=sfackler

    document effect of join on memory ordering
    
    Fixes rust-lang#45467
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    105eb4e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#53472 - eddyb:fx-pls, r=pnkfelix

    Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
    
    Most of the compiler uses the `Fx` hasher but some places ended up with the default one.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    7518d9d View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#53513 - nnethercote:inline-shallow_resolve,…

    … r=varkor
    
    Force-inline `shallow_resolve` at its hottest call site.
    
    It's a ~1% win on `keccak` and `inflate`.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    b8594d9 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#53622 - petrochenkov:nomain, r=oli-obk

    cleanup: Add main functions to some UI tests
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0ad879d View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#53655 - jcpst:with_applicability, r=estebank

    set applicability
    
    Update a few more calls as described in rust-lang#50723
    
    r? @estebank
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    13179e2 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#53702 - jkozlowski:correct_version_for_macr…

    …o_vis_matcher, r=cramertj
    
    Fix stabilisation version for macro_vis_matcher.
    
    r? @cramertj
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8208ded View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#53727 - estebank:incorrect-deref-suggestion…

    …, r=nikomatsakis
    
    Do not suggest dereferencing in macro
    
    Fix rust-lang#52783.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5e3cb12 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#53732 - emilio:foreign-fn, r=nrc

    save-analysis: Differentiate foreign functions and statics.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    07cb353 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#53743 - oconnor663:target_env, r=kennytm

    fix a typo: taget_env -> target_env
    
    This typo was introduced in rust-lang#47334. A couple tests bitrotted as a result, so we fix those too, and move them to a more sensible place.
    
    Is there some lint we could turn on that would've caught this? It's a drag that cfg typos can silently pass through the compiler.
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    dd2365c View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#53747 - GuillaumeGomez:rustdoc-fixes, r=Qui…

    …etMisdreavus
    
    Rustdoc fixes
    
    Fixes rustdoc not scrolling to given lines and invalid unstable display:
    
    <img width="1440" alt="screen shot 2018-08-27 at 23 28 47" src="https://user-images.githubusercontent.com/3050060/44687252-06535e80-aa51-11e8-8512-d7d34d1cb963.png">
    
    r? @QuietMisdreavus
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    b993dd0 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#53753 - RalfJung:keep-stage, r=nikomatsakis

    expand keep-stage --help text
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    bca350b View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#53758 - oli-obk:clippy, r=kennytm

    Update clippy submodule
    
    r? @Manishearth @nrc @kennytm
    kennytm authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    bbe0a8e View commit details
    Browse the repository at this point in the history