Skip to content
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

Release notes for 1.9 #32892

Merged
merged 1 commit into from Apr 14, 2016

Conversation

Projects
None yet
7 participants
@brson
Copy link
Contributor

brson commented Apr 11, 2016

No description provided.

---------------

* [`std::panic`]
* [`std::panic::catch_unwind`][] (renamed from `recover`)

This comment has been minimized.

@sfackler

sfackler Apr 11, 2016

Member

Bad links?

This comment has been minimized.

@brson

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.

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.

@sfackler

sfackler Apr 11, 2016

Member

"in line"

This comment has been minimized.

@durka

durka Apr 12, 2016

Contributor

also duplicate link target 1.9db

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.

@sfackler

sfackler Apr 11, 2016

Member

It's also used in some other places like io::copy. Not sure if it's worth mentioning, though.

@jethrogb

This comment has been minimized.

Copy link
Contributor

jethrogb commented Apr 12, 2016

"Most types implement fmt::Debug." and "HashMap, HashSet and iterators are covariant." both link to the wrong PR

* [`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.

@shengsheng
@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Apr 12, 2016

r=me when this is ready to go

@brson brson force-pushed the brson:relnotes19 branch from 0641269 to bbcfcfc Apr 12, 2016

@brson

This comment has been minimized.

Copy link
Contributor Author

brson commented Apr 12, 2016

Thanks for the reviews.

@brson

This comment has been minimized.

Copy link
Contributor Author

brson commented Apr 12, 2016

@bors r=alexcrichton

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Apr 12, 2016

📌 Commit bbcfcfc has been approved by alexcrichton

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Apr 14, 2016

⌛️ Testing commit bbcfcfc with merge fbf8a8c...

bors added a commit that referenced this pull request Apr 14, 2016

@bors bors merged commit bbcfcfc into rust-lang:master Apr 14, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@brson 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
You can’t perform that action at this time.