Good evening everyone! This is a reminder that the FCP for all rust-lang/rust issues tagged T-libs
will be decided upon next Wednesday at the libs team triage meeting. This is where we’ll go through all issues tagged final-comment-period
and T-libs
and decide whether they should be deprecated for stabilized for the 1.4 release.
As a reminder, here’s a list of the issues with the most likely outcome right now:
-
Result::expect
- stabilize - Weak pointers - stabilize
-
Float
from_str_radix
- deprecate - CStr => str conversions - stabilize
-
Collection
append
methods - stabilize -
Collection
split_off
methods - stabilize -
VecDeque::retain
- stabilize -
Box::{into,from}_raw
- stabilize -
CStr::{into,from}_raw
- stabilize - Duration taking functions - stabilize
- Socket timeouts - stabilize
- iterators to slices - stabilize
- options/results as slices - deprecate
-
Box<str>
⟷String
- stabilize -
str::split_at
- stabilize -
BTree
with a B - deprecate -
IntoRaw*
- stabilize
If you have any final comments on any of these issues, please let us know! Any modifications that need to be made will punt stabilization to the next cycle.