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

Merged
merged 14 commits into from
Dec 31, 2019
Merged

Rollup of 5 pull requests #67752

merged 14 commits into from
Dec 31, 2019

Commits on Dec 19, 2019

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

Commits on Dec 30, 2019

  1. Add self to mailmap.

    jumbatm committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    27a0833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751fe7c View commit details
    Browse the repository at this point in the history
  3. Gammer fix

    ldm0 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    b4e1fbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca5a10f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afcd5c1 View commit details
    Browse the repository at this point in the history
  6. Inert doc comments.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    176efc4 View commit details
    Browse the repository at this point in the history
  7. Outdated comment.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    5ed625a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    208c1bf View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Rollup merge of rust-lang#67430 - tspiteri:minus-inf, r=Dylan-DPC

    doc: minus (U+2212) instead of dash (U+002D) for negative infinity
    
    The documentation for [`f32::NEG_INFINITY`](https://doc.rust-lang.org/std/f32/constant.NEG_INFINITY.html) contains “-∞” with a dash instead of a minus sign, “−∞” with a proper minus sign looks better with the used Source Serif Pro font. Similarly for [`f64::NEG_INFINITY`](https://doc.rust-lang.org/std/f64/constant.NEG_INFINITY.html).
    Dylan-DPC committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    2c64475 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#67697 - cjgillot:passes-scope-tree, r=Zoxc

    Move the region_scope_tree query to librustc_passes.
    
    Split out of rust-lang#67688.
    
    r? @Zoxc
    Dylan-DPC committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    83f5cf8 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67719 - jumbatm:add-self-to-mailmap, r=Mark…

    …-Simulacrum
    
    Add self to .mailmap
    
    r? @Mark-Simulacrum
    
    Cheers.
    Dylan-DPC committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b223f5b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67723 - ldm0:E0477, r=Dylan-DPC

    Add error code explanation for E0477
    
    Part of rust-lang#61137
    Dylan-DPC committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    cf24b6b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67735 - petrochenkov:uibool, r=Mark-Simulacrum

    Support `-Z ui-testing=yes/no`
    
    `ui-testing` is now a boolean option (`-Z ui-testing=yes/no`) and can be specified multiple times with later values overriding earlier values (`-Z ui-testing=yes -Z ui-testing=no` == `-Z ui-testing=no`), so it can be set in a hierarchical way, e.g. UI testing infra may enable it by default with specific tests being able to opt-out.
    
    This way we can remove the special opt-out support from `compiletest`.
    
    Inspired by rust-lang#67709.
    Dylan-DPC committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    529a42a View commit details
    Browse the repository at this point in the history