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

Merged
merged 17 commits into from
Jan 26, 2019
Merged

Rollup of 7 pull requests #57918

merged 17 commits into from
Jan 26, 2019

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Jan 26, 2019

Successful merges:

Failed merges:

r? @ghost

mehcode and others added 17 commits January 14, 2019 23:42
Just transparently print the guarded data, instead of wrapping it in
`MutexGuard { lock: Mutex { data: ... } }`.
Make MutexGuard's Debug implementation more useful.

Fixes rust-lang#57702.
Fix some minor warnings

Since apparently RLS works when initialized in the root repository (:tada:) I decided to fix some of the issues it caught.

There are a lot of unused attribute warnings left on `rustc_on_unimplemented` and `rustc_layout_scalar_valid_range_start` but I imagine we can't do much about it due to 2-stage compilation?
un-deprecate mem::zeroed

as per the discussion around <rust-lang#53491 (comment)>
Ignore aarch64 in simd-intrinsic-generic-reduction

This fails on AArch64 see rust-lang#54510

Disabling it for now until it's fixed/implemented in LLVM

cc @gnzlbg
resolve: Fix span arithmetics in the import conflict error

rust-lang#56937 rebased and fixed

Fixes rust-lang#56411
Fixes rust-lang#57071
Fixes rust-lang#57787

r? @estebank
…fier-issue-number, r=Centril

Change crate-visibility-modifier issue number in The Unstable Book

rust-lang#45388 is closed.
Because, it's duplicate issue of rust-lang#53120.
@Centril
Copy link
Contributor Author

Centril commented Jan 26, 2019

@bors r+ p=7

@bors
Copy link
Contributor

bors commented Jan 26, 2019

📌 Commit 97833ee has been approved by Centril

@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 Jan 26, 2019
@bors
Copy link
Contributor

bors commented Jan 26, 2019

⌛ Testing commit 97833ee with merge 20c2cba...

bors added a commit that referenced this pull request Jan 26, 2019
Rollup of 7 pull requests

Successful merges:

 - #57407 (Stabilize extern_crate_self)
 - #57703 (Make MutexGuard's Debug implementation more useful.)
 - #57764 (Fix some minor warnings)
 - #57825 (un-deprecate mem::zeroed)
 - #57827 (Ignore aarch64 in simd-intrinsic-generic-reduction)
 - #57908 (resolve: Fix span arithmetics in the import conflict error)
 - #57913 (Change crate-visibility-modifier issue number in The Unstable Book)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Jan 26, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing 20c2cba to master...

@bors bors merged commit 97833ee into rust-lang:master Jan 26, 2019
@Centril Centril deleted the rollup branch January 26, 2019 21:02
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
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.

9 participants