-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 11 pull requests #32666
Merged
Merged
Rollup of 11 pull requests #32666
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I verified that the final code compiles in Rust 1.9.0-nightly.
This now mentions that you can restrict type parameters to be able to call functions of traits.
Book: in beginner guide change irc channel #rust → #rust-beginners I also would like to add the reference on the first README.md Some like ``` most popular channel is [#rust], a venue for general discussion about -Rust, and a good place to ask for help. +Rust. And a good place to ask for help would be [#rust-beginners]. [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat [#rust]: irc://irc.mozilla.org/rust +[#rust-beginners]: irc://irc.mozilla.org/rust-beginners ``` So In the first page would be the two options for #rust or #rust-beginners
…abnik Update Rust version in the Rustonomicon Vec chapter I verified that the final code compiles in Rust 1.9.0-nightly. r? @steveklabnik
…arth Remove accidental `println!` This removes a use of `println!` added in rust-lang#32358 that appears to accidental. r? @Manishearth
Improve E0277 error message in a generic context This now mentions that you can restrict type parameters to be able to call functions of traits.
Fix formatting in the documentation for AtomicIsize::compare_exchange_weak
Register new FreeBSD snapshot Actual file is at https://people.freebsd.org/~asomers/rust/rust-stage0-2016-03-18-235d774-freebsd-x86_64-390b9a9f60f3d0d6a52c04d939a0355f572d03b3.tar.bz2
@bors r+ p=20 |
📌 Commit 9f63a6d has been approved by |
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
📌 Commit 4a02524 has been approved by |
⌛ Testing commit 4a02524 with merge 6327745... |
💔 Test failed - auto-linux-64-opt-mir |
…xcrichton Added missing refcell ref/refmut coercions to unsized Ref/RefMut should be coercible to unsized. This commit adds a unit test and two missing CoerceUnsized implementations.
Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`
…crichton Remove incorrect comment about `PartialEq` implementation
@bors r+ |
📌 Commit 45c4769 has been approved by |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
println!
#32640, Improve E0277 error message in a generic context #32641, Fix formatting in the documentation for AtomicIsize::compare_exchange_weak #32642, Register new FreeBSD snapshot #32645, Only allow using the atomic intrinsics on integer types #32647, Fix LLVM assert when handling bad intrinsic monomorphizations #32649, Added missing refcell ref/refmut coercions to unsized #32652, Fix a typo in the doc comment ofstd::os::unix::thread::JoinHandleExt
#32654, Remove incorrect comment aboutPartialEq
implementation #32656