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 6 pull requests #67750

Closed
wants to merge 16 commits into from

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

tspiteri and others added 16 commits December 19, 2019 17:57
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).
Constify Result

r? @oli-obk

This is just the `Result`-part of rust-lang#67494 which I'll resubmit once rust-lang#66254 has landed.
Move the region_scope_tree query to librustc_passes.

Split out of rust-lang#67688.

r? @Zoxc
Add error code explanation for E0477

Part of rust-lang#61137
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-zz Dylan-DPC-zz added the rollup A PR which is a rollup label Dec 31, 2019
@Dylan-DPC-zz
Copy link
Author

@bors r+ rollup=never p=6

@bors
Copy link
Contributor

bors commented Dec 31, 2019

📌 Commit c7f7a8b has been approved by Dylan-DPC

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 31, 2019
@rust-highfive
Copy link
Collaborator

The job mingw-check of your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-12-31T10:20:00.2310398Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-12-31T10:20:00.2326377Z ##[command]git config gc.auto 0
2019-12-31T10:20:00.2328637Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-12-31T10:20:00.2331373Z ##[command]git config --get-all http.proxy
2019-12-31T10:20:00.2334135Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/67750/merge:refs/remotes/pull/67750/merge
---
2019-12-31T10:25:16.6202978Z   local time: Tue Dec 31 10:25:16 UTC 2019
2019-12-31T10:25:17.3124678Z   network time: Tue, 31 Dec 2019 10:25:17 GMT
2019-12-31T10:25:17.3125251Z == end clock drift check ==
2019-12-31T10:25:32.2680465Z 
2019-12-31T10:25:32.2782602Z ##[error]Bash exited with code '1'.
2019-12-31T10:25:32.2813466Z ##[section]Starting: Checkout
2019-12-31T10:25:32.2814987Z ==============================================================================
2019-12-31T10:25:32.2815056Z Task         : Get sources
2019-12-31T10:25:32.2815100Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@Dylan-DPC-zz Dylan-DPC-zz mentioned this pull request Dec 31, 2019
@Dylan-DPC-zz Dylan-DPC-zz deleted the rollup-u00j1v1 branch December 31, 2019 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants