Library stabilizations for 1.17 by aturon · Pull Request #40538 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation31 Commits9 Checks0 Files changed

Conversation

This file contains hidden or 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

[ Show hidden characters]({{ revealButtonHref }})

aturon

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

@alexcrichton

@bors: r+ p=1

Looks good to me, I pushed a commit as well to fix some tidy errors and missed one API (BTreeSet::range)

@bors

📌 Commit 4a22b56 has been approved by alexcrichton

@alexcrichton

(btw p=1 for the beta nomination)

@ollie27

Shouldn't the btree_map::Range, btree_map::RangeMut and btree_set::Range structs and the trait impls for them also be stabilised?

@alexcrichton

@ollie27 good catch, I'll update those (thanks for the sharp eye!)

@alexcrichton

@bors

📌 Commit 3d8d376 has been approved by alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Mar 17, 2017

@frewsxcv

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Mar 17, 2017

@frewsxcv

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Mar 17, 2017

@frewsxcv

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request

Mar 17, 2017

@frewsxcv

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

@arielb1

failures:

---- range.rs - range::RangeArgument::end (line 52) stdout ----

    error: this feature has been stable since 1.17.0. Attribute no longer needed

 --> <anon>:3:12

  |

3 | #![feature(collections_bound)]

  |            ^^^^^^^^^^^^^^^^^

  |

  = note: #[deny(stable_features)] implied by #[deny(warnings)]

note: lint level defined here

 --> <anon>:6:9

  |

6 | #![deny(warnings)]

  |         ^^^^^^^^

error: aborting due to previous error(s)

thread 'rustc' panicked at 'Box<Any>', /checkout/src/librustc/session/mod.rs:203

note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- range.rs - range::RangeArgument::start (line 29) stdout ----

    error: this feature has been stable since 1.17.0. Attribute no longer needed

 --> <anon>:3:12

  |

3 | #![feature(collections_bound)]

  |            ^^^^^^^^^^^^^^^^^

  |

  = note: #[deny(stable_features)] implied by #[deny(warnings)]

note: lint level defined here

 --> <anon>:6:9

  |

6 | #![deny(warnings)]

  |         ^^^^^^^^

@bors r-

@alexcrichton

@bors

📌 Commit fcd5f1d has been approved by alexcrichton

@alexcrichton

@frewsxcv

@bors

⌛ Testing commit 1241a88 with merge b62d33f...

arielb1 pushed a commit to arielb1/rust that referenced this pull request

Mar 18, 2017

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

@arielb1

bors added a commit that referenced this pull request

Mar 18, 2017

@bors

Rollup of 22 pull requests

@bors

⌛ Testing commit 1241a88 with merge 2876f08...

arielb1 pushed a commit to arielb1/rust that referenced this pull request

Mar 19, 2017

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

@arielb1

@bors

⌛ Testing commit 1241a88 with merge 18445a3...

@arielb1

@bors

bors added a commit that referenced this pull request

Mar 19, 2017

@bors

Library stabilizations for 1.17

Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17.

Will need a beta backport, which I will create after approval.

r? @alexcrichton

@bors

This was referenced

Mar 19, 2017

Labels

beta-accepted

Accepted for backporting to the compiler in the beta channel.