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 }})
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.
@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
)
📌 Commit 4a22b56 has been approved by alexcrichton
(btw p=1 for the beta nomination)
Shouldn't the btree_map::Range
, btree_map::RangeMut
and btree_set::Range
structs and the trait impls for them also be stabilised?
@ollie27 good catch, I'll update those (thanks for the sharp eye!)
📌 Commit 3d8d376 has been approved by alexcrichton
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
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.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
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.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
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.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
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.
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-
📌 Commit fcd5f1d has been approved by alexcrichton
⌛ Testing commit 1241a88 with merge b62d33f...
arielb1 pushed a commit to arielb1/rust that referenced this pull request
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.
bors added a commit that referenced this pull request
Rollup of 22 pull requests
- Successful merges: #40241, #40346, #40348, #40377, #40398, #40409, #40441, #40445, #40509, #40521, #40523, #40532, #40538, #40564, #40581, #40583, #40588, #40589, #40590, #40603, #40611, #40621
- Failed merges: #40501, #40541
⌛ Testing commit 1241a88 with merge 2876f08...
arielb1 pushed a commit to arielb1/rust that referenced this pull request
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.
⌛ Testing commit 1241a88 with merge 18445a3...
bors added a commit that referenced this pull request
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.
This was referenced
Mar 19, 2017
Labels
Accepted for backporting to the compiler in the beta channel.