Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRelease notes for 1.9 #32892
Conversation
brson
added
the
beta-nominated
label
Apr 11, 2016
sfackler
reviewed
Apr 11, 2016
| --------------- | ||
|
|
||
| * [`std::panic`] | ||
| * [`std::panic::catch_unwind`][] (renamed from `recover`) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
brson
Apr 12, 2016
Author
Contributor
These renames didn't actually exist on master yet when I was writing the notes, and still haven't been published in a nightly.
sfackler
reviewed
Apr 11, 2016
RELEASES.md
Outdated
| * [`cell::Ref` and `cell::RefMut` can contain unsized types][1.9cu]. | ||
| * [Most types implement `fmt::Debug`][1.9db]. | ||
| * [The default buffer size used by `BufReader` and `BufWriter` was | ||
| reduced to 8K, from 64K][1.9db]. This is inline with the buffer size |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
sfackler
reviewed
Apr 11, 2016
| fails][1.9o]. | ||
| * [`cell::Ref` and `cell::RefMut` can contain unsized types][1.9cu]. | ||
| * [Most types implement `fmt::Debug`][1.9db]. | ||
| * [The default buffer size used by `BufReader` and `BufWriter` was |
This comment has been minimized.
This comment has been minimized.
sfackler
Apr 11, 2016
Member
It's also used in some other places like io::copy. Not sure if it's worth mentioning, though.
This comment has been minimized.
This comment has been minimized.
|
"Most types implement fmt::Debug." and "HashMap, HashSet and iterators are covariant." both link to the wrong PR |
shengsheng
reviewed
Apr 12, 2016
| * [`std::sync::Once` is poisoned if its initialization function | ||
| fails][1.9o]. | ||
| * [`cell::Ref` and `cell::RefMut` can contain unsized types][1.9cu]. | ||
| * [Most types implement `fmt::Debug`][1.9db]. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
r=me when this is ready to go |
alexcrichton
added
the
beta-accepted
label
Apr 12, 2016
brson
force-pushed the
brson:relnotes19
branch
from
0641269
to
bbcfcfc
Apr 12, 2016
This comment has been minimized.
This comment has been minimized.
|
Thanks for the reviews. |
This comment has been minimized.
This comment has been minimized.
|
@bors r=alexcrichton |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Apr 14, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit bbcfcfc
into
rust-lang:master
Apr 14, 2016
brson
removed
the
beta-nominated
label
May 4, 2016
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.
brson commentedApr 11, 2016
No description provided.