-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
1.3 relnotes #28408
1.3 relnotes #28408
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
is overridden and optimized by the implementations for scalars. | ||
* The [`Hasher`] trait now has a number of specialized `write_*` | ||
methods for primitive types, for efficiency. | ||
* The I/O-specific error type, [`std::io::Error`][ie], gained a set of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
io::Error::cause
also now forwards to the inner Error
's.
|
Woohoo! Thanks for the review folks. This helps a lot. |
I think #26241 is in 1.3 as well? It allows a slew of mutable functionality to String and |
@bluss I you are right. I didn't include it because I thought it wasn't stable, but it's 'insta-stable'. |
Some more from this timeframe with the relnotes tag: https://github.com/search?utf8=%E2%9C%93&q=org%3Arust-lang+updated%3A2015-06-25..2015-08-06+is%3Amerged+label%3Arelnotes&type=Issues&ref=searchresults I'll make sure all these are in. |
r? @aturon Last call. I will back port these in an hour. |
@brson: LGTM |
@bors r=aturon |
📌 Commit f57bb9d has been approved by |
I'd love to have any tips about highlights and lang stuff I missed. Sadly, this needs to be merged *tomorrow*. [Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md)
[win2]: https://github.com/rust-lang/rust/pull/26741 | ||
[win3]: https://github.com/rust-lang/rust/pull/26741 | ||
[win4]: https://github.com/rust-lang/rust/pull/27210 | ||
[xp]: https://github.com/rust-lang/rust/pull/26569 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this meant to be #26601 instead?
I'd love to have any tips about highlights and lang stuff I missed. Sadly, this needs to be merged tomorrow.
Rendered