Uh oh!
There was an error while loading. Please reload this page.
1.4 release notes - #29416
Conversation
rust-highfive
commented
Oct 27, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
i guess this is so long, a sub-list would just make the post really long...
brson
commented
Oct 28, 2015
I'm porting this to 1.4 as is. |
alexcrichton
commented
Oct 28, 2015
r=me when this is ready |
bluss
commented
Oct 28, 2015
Could mention that the RFC 1214 changes had a borrowck improvement (stricter) to enable safe and sound scoped threads (rfc link); crossbeam and scoped threadpool depend on this. |
There was a problem hiding this comment.
Could say std::fmt::Write to disambiguate here.
There was a problem hiding this comment.
Ah, I didn't realize. I'll clarify.
hanna-kruppe
commented
Oct 28, 2015
Might want to mention #27307 (float parsing rewrite). Something like:
The leading plus thing is only mentioned because it might be a breaking change (although minor) for some users, if the analogous change for integer parsing (currently in nightly) is any indication. |
brson
commented
Oct 29, 2015
r=acrichto |
brson
commented
Oct 29, 2015
Thanks for the reviews @bluss@wesleywiser@rkruppe. Updated. |
There was a problem hiding this comment.
should be references to to be precise. An example is &Option<T>.
kud1ing
commented
Oct 30, 2015
Could you please also put in the date 2015-10-29? |
brson
commented
Nov 5, 2015
@bors r=alexcrichton |
bors
commented
Nov 5, 2015
📌 Commit 018c468 has been approved by |
brson
commented
Nov 5, 2015
@bors r=alexcrichton |
bors
commented
Nov 5, 2015
📌 Commit 6b1de25 has been approved by |
bors
commented
Nov 5, 2015
⌛ Testing commit 6b1de25 with merge 7e4bd74... |
alexcrichton
commented
Nov 5, 2015
@bors: force |
alexcrichton
commented
Nov 5, 2015
@bors: retry force rollup |
Rendered
More highlights would be good. I intend to go through and hyperlink all the APIs still.