Skip to content

Rolling up PRs in the queue #21791

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

Merged
merged 77 commits into from
Jan 31, 2015
Merged

Rolling up PRs in the queue #21791

merged 77 commits into from
Jan 31, 2015

Conversation

alexcrichton
Copy link
Member

No description provided.

jatinn and others added 30 commits January 22, 2015 23:11
This allows the use of `NonZero<Unique<T>>` for owned,
non-null raw pointers.

cc Gankra/collect-rs#103
Previously comparisons of SIMD types were always signed, even unsigned
comparisons, meaning 0xFFFF_FFFF_u32 < 0 inside a SIMD vector.

Fixes rust-lang#21719.
We don't care about how much space the allocation has, but the actual
usable space in the buffer.
Before, unknown -Z option would result in a "error: unknown codegen option"
message instead of "error: unknown debugging option".
In particular, handling of struct literals where the struct name is a type alias, and tuple indexing.

Plus some other stuff.
@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton alexcrichton assigned alexcrichton and unassigned huonw Jan 30, 2015
@bors
Copy link
Collaborator

bors commented Jan 30, 2015

☔ Merge conflict

@alexcrichton
Copy link
Member Author

@bors: r+ ae11b1d p=100

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Collaborator

bors commented Jan 30, 2015

⌛ Testing commit ae11b1d with merge 7ba1538...

@alexcrichton
Copy link
Member Author

@bors: retry

1 similar comment
@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Collaborator

bors commented Jan 30, 2015

⌛ Testing commit ae11b1d with merge 1727c63...

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

💔 Test failed - auto-mac-32-opt

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

⌛ Testing commit ae11b1d with merge eda40be...

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

💔 Test failed - auto-mac-32-opt

@alexcrichton
Copy link
Member Author

@bors: retry

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

⌛ Testing commit ae11b1d with merge 31ea286...

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

💔 Test failed - auto-mac-64-nopt-t

@alexcrichton
Copy link
Member Author

@bors: r+ e8fd9d3 p=100

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

⌛ Testing commit e8fd9d3 with merge 474b324...

@bors
Copy link
Collaborator

bors commented Jan 31, 2015

💔 Test failed - auto-win-32-nopt-t

@alexcrichton
Copy link
Member Author

All of the tests passed on this PR except for one timeout which has been known to happen in the past, so I'm going to merge this manually

@alexcrichton alexcrichton merged commit e8fd9d3 into rust-lang:master Jan 31, 2015
@alexcrichton alexcrichton deleted the rollup branch January 31, 2015 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.