-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Rolling up PRs in the queue #21791
Conversation
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.
As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config
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.
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
☔ Merge conflict |
@bors: r+ ae11b1d p=100 |
@bors: retry |
⌛ Testing commit ae11b1d with merge 7ba1538... |
@bors: retry |
1 similar comment
@bors: retry |
⌛ Testing commit ae11b1d with merge 1727c63... |
💔 Test failed - auto-mac-32-opt |
@bors: retry |
⌛ Testing commit ae11b1d with merge eda40be... |
💔 Test failed - auto-mac-32-opt |
@bors: retry |
⌛ Testing commit ae11b1d with merge 31ea286... |
💔 Test failed - auto-mac-64-nopt-t |
💔 Test failed - auto-win-32-nopt-t |
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 |
No description provided.