You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be a somewhat time-intensive task to collect all the relevant data about a feature in addition to just keeping on top of what things are getting stabilized. This is my todo list of stuff that's been stabilized and I've been meaning to add. Help in gathering data and putting it into the right format (simple example, complex example) would be much appreciated.
Had forgotten this existed. There's some things that have been addressed. Don't mind helping with this list if you're happy to give perms for editing issues.
It can be a somewhat time-intensive task to collect all the relevant data about a feature in addition to just keeping on top of what things are getting stabilized. This is my todo list of stuff that's been stabilized and I've been meaning to add. Help in gathering data and putting it into the right format (simple example, complex example) would be much appreciated.
ToDo (stable):
Stdin::lines
forwarder method rust-lang/rust#87096ToDo (unstable):
Needs another update once stabilized
#![feature(maybe_uninit_extra,const_maybe_uninit_write)]
rust-lang/rust#63567std::net::IpAddr
,Ipv4Addr
, andIpv6Addr
rust-lang/rust#76205Iterator::intersperse
rust-lang/rust#79524<[[T; N]]>::flatten{_mut}
rust-lang/rust#95579Done:
is_variant
methods as const rust-lang/rust#76225atomic_fetch_update
rust-lang/rust#78639Ipv4Addr
,Ipv6Addr
andIpAddr
as const rust-lang/rust#79342Arc<impl Error>
. rust-lang/rust#80553impl PartialEq<Punct> for char
; symmetry for #78636 rust-lang/rust#80595unsigned_abs
rust-lang/rust#80959Duration::try_from_secs_{f32, f64}
rust-lang/rust#82179impl From<[(K, V); N]> for HashMap
(and friends) rust-lang/rust#84111const_fn_transmute
,const_fn_union
rust-lang/rust#85769Bound::cloned()
rust-lang/rust#86797[T; N]::map()
rust-lang/rust#87174#[derive(A, B, ...)]
cfg-eval its input only forA, B, ...
and stabilizefeature(macro_attributes_in_derive_output)
rust-lang/rust#87220array_methods
rust-lang/rust#88353UnsafeCell::raw_get()
rust-lang/rust#88551Termination
forResult<Infallible, E>
rust-lang/rust#88601saturating_div
for rust 1.58.0 rust-lang/rust#88624Iterator::map_while
rust-lang/rust#89086const_panic
rust-lang/rust#89508is_symlink()
forMetadata
andPath
rust-lang/rust#89677option_result_unwrap_unchecked
rust-lang/rust#89951thread_local_const_init
feature rust-lang/rust#91355#[feature(available_parallelism)]
rust-lang/rust#92632IntoFuture
rust-lang/rust#67644unreachable_unchecked
asconst fn
rust-lang/rust#89509MaybeUninit
behavior as const rust-lang/rust#90896The text was updated successfully, but these errors were encountered: