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

Closed
wants to merge 20 commits into from
Closed

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

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

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    285064c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    025a559 View commit details
    Browse the repository at this point in the history
  3. 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
    d72f97d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35ce2ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f9dc73 View commit details
    Browse the repository at this point in the history
  6. 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. 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
  2. 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.
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f64e726 View commit details
    Browse the repository at this point in the history
  3. 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
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    4ca6a8f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61192 - estebank:issue-61187, r=oli-obk

    Do not ICE on missing access place description during mutability error reporting
    
    Fix rust-lang#61187.
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b8b275f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61217 - estebank:issue-52820, r=Centril

    Account for short-hand init structs when suggesting conversion
    
    Fix rust-lang#52820.
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8e16887 View commit details
    Browse the repository at this point in the history
  6. 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
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    267b13d View commit details
    Browse the repository at this point in the history
  7. 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
    Centril committed May 29, 2019
    Configuration menu
    Copy the full SHA
    1b67af8 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61313 - Centril:simplify-set1-insert, r=varkor

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