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

Merged
merged 18 commits into from
May 29, 2019
Merged

Rollup of 7 pull requests #61317

merged 18 commits into from
May 29, 2019

Commits on May 16, 2019

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

Commits on May 22, 2019

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

Commits on May 26, 2019

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

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    1b86bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb94fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ce2ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f9dc73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c9b7b4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. 7 Configuration menu
    Copy the full SHA
    1529067 View commit details
    Browse the repository at this point in the history
  2. Simplify Set1::insert.

    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3f3087b View commit details
    Browse the repository at this point in the history
  3. bless you

    RalfJung committed May 29, 2019
    Configuration menu
    Copy the full SHA
    d0b3774 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#60549 - euclio:doctest-panic-messages, r=Gu…

    …illaumeGomez
    
    do not print panic message on doctest failures
    
    This PR cleans up rustdoc test output by silently unwinding on failure instead of using `panic!`. It also improves the clarity and consistency of the output on test failure, and adds test cases for failure modes that were previously untested.
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8186994 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#60885 - euclio:strip-synstructure-consts, r…

    …=GuillaumeGomez
    
    strip synstructure consts from compiler docs
    
    Fixes rust-lang#60150.
    
    Unfortunately this PR depends on the use of the deprecated `--passes` flag in bootstrap to keep the `--strip-hidden` pass while still documenting private items. I've opened rust-lang#60884 to track stabilization of a new flag that encapsulates this behavior.
    
    r? @QuietMisdreavus
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    e84c9f3 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61217 - estebank:issue-52820, r=Centril

    Account for short-hand init structs when suggesting conversion
    
    Fix rust-lang#52820.
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    e83776f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#61261 - spastorino:is-union-return-ty, r=ol…

    …i-obk
    
    is_union returns ty to avoid computing it twice
    
    r? @oli-obk
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    20f462d View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61293 - varkor:rustdoc-print-const-generic,…

    … r=GuillaumeGomez
    
    Print const generics properly in rustdoc
    
    Now that rust-lang#59276 is merged, we can print consts properly in rustdoc.
    
    Fixes rust-lang#60737.
    Fixes rust-lang#61257.
    
    r? @GuillaumeGomez
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    9cc289e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#61310 - RalfJung:mem, r=Centril

    split libcore::mem into multiple files
    
    r? @Centril
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1896756 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#61313 - Centril:simplify-set1-insert, r=varkor

    Simplify Set1::insert
    
    r? @varkor
    oli-obk committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b742d7e View commit details
    Browse the repository at this point in the history