Another cycle, another release, more final comment periods! The libs team discussed this past triage meeting what APIs should be stabilized for the 1.9 release on May 26, 2016. This is a pretty exciting list of APIs with lots of goodies! Each issue has entered a cycle-long final comment period for discussion about the API being stabilized. If you’ve got reservations or want to show support, please feel free to do so by commenting on the issues!
panic::recover
std::raw
str_char
ptr::as_ref
char
CommandExt::session_leader
OsString
pthread_t
JoinHandle
#[deprecated]
OpenOptions::create_new
panic::propagate
HashMap
HashSet
CommandExt::{exec, before_exec}
before_exec
File::try_clone
SocketAddr::set_*
copy_from_slice
ptr::{read,write}_volatile
Any chance we could see stabilisation of HashSet's get, replace and take methods? I’ve been using them in hashindexed for a while.
get
replace
take
Yup, that’s up for FCP this round under “set recovery methods”: https://github.com/rust-lang/rust/issues/28050
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.