Subteam report: libs 2015-12-21
Highlights
This week we decided on unstable APIs to move into FCP for the 1.7 cycle:
- path::relative_from - stabilize after renaming
- ip methods - stabilize after investigation
- fs_mode - deprecate
- custom hashers - stabilize with a renaming
- path_prefix - deprecate
- formatting w/ radix - deprecate
- as_slice - deprecate
- IntoCow - deprecate
- iter_arith - stabilize
- clone_from_slice - stabilize after deciding panic semantics
- num_bits_bytes - deprecate
- wrapping - stabilize in a different location
- debug tuple formatter - deprecate
- str escaping - stabilize
- Semaphore - deprecate
- fnbox - stabilize if coherence is appeased
- cstring owned conversions - stabilize
- sort_by_key - stabilize
In addition, we accepted the custom panic handler RFC:
Dashboard
High priority issues
- Issue #29008: stdlib Path has inconsistent normalisation behaviour
- Issue #29931: Vec's reallocation strategy needs settling
Issues needing a decision
RFC phase
- PR #1218: RFC: Checked integer conversions
- PR #1258: Add macros to get the values of configuration flags
- PR #1299: std::sync::mpsc::SharedSender
- PR #1309: OS string string-like interface
- PR #1320: Amend 1192 (RangeInclusive) to use an enum.
- PR #1325: Add panic-safe slicing methods
- PR #1353: Add retain_mut to Vec and VecDeque
- PR #1359: RFC: Add CommandExt::{exec, before_exec}
- PR #1370: RFC: Transparently use verbatim paths on Windows
- PR #1379: Change thread local variables to only accept async-signal-safe types.
- PR #1393:
Expand
try!macro with additional case - PR #1394:
Add
try_somemacro equivalent totry! - PR #1398: Allocators, take III
- PR #1401: Amend 0809 to reduce the number of traits.
- PR #1415: RFC: Deprecate type aliases in std::os::*::raw
Implementation phase
- Issue #19986: Tracking issue for collections reform part 2 (RFC 509)
- Issue #21923: Audit raw pointer to reference conventions
- Issue #22477: Tracking issue for Add a generic string pattern matching API (RFC 528)
- Issue #23055:
Tracking issue for Replace
Vec::drainby a method that accepts a range parameter (RFC 574) - Issue #24263: discriminant_value intrinsic -- tracking issue for 639
- Issue #27517:
Add
ByNeedandPredicatetraits - Issue #28628: Tracking issue for forbidding wildcard deps on crates.io
- Issue #29453: Add Capacity/length methods for OsString
Stabilization phase
- FCP Issue #23284: Tracking issue for Path::relative_from stabilization
- FCP Issue #27709: Tracking issue for Ipv{4,6}Addr convenience methods
- FCP Issue #27712:
Tracking issue for
fs_modestabilization - FCP Issue #27713: Tracking issue for custom hashers in HashMap
- FCP Issue #27722:
Tracking issue for
path_prefixstabilization - FCP Issue #27728: Tracking issue for formatting with a radix
- FCP Issue #27729:
Tracking issue for
as_slicestabilization - FCP Issue #27735:
Tracking issue for
IntoCowstabilization - FCP Issue #27739:
Tracking issue for
Zero/One/iter_arithstabilization - FCP Issue #27750:
Tracking issue for
clone_from_slicestabilization - FCP Issue #27753:
Tracking issue for
num_bits_bytesstabilization - FCP Issue #27755:
Tracking issue for
wrappingstabilization - FCP Issue #27782: Tracking issue for DebugTuple::formatter
- FCP Issue #27791: Tracking issue for str escaping
- FCP Issue #27798: Tracking issue for sync::Semaphore
- FCP Issue #28796: Tracking issue for FnBox()
- FCP Issue #29157: Tracking issue for owned CString conversions
- FCP Issue #30423: Tracking issue for slice::sort_by_key
- Issue #27389: Tracking issue for changing the global, default allocator (RFC 1183)
- Issue #27700: Tracking issue for allocation APIs
- Issue #27703: Tracking issue for stabilizing randomness
- Issue #27705: Tracking issue for DNS in std::net
- Issue #27708:
Tracking issue for
as_unsafe_cellstabilization - Issue #27714:
Tracking issue for
str_utf16stabilization - Issue #27715: Tracking issue for Scoped TLS
- Issue #27716:
Tracking issue for
thread_local_statestabilization - Issue #27717: Tracking issue for static synchronization primitives
- Issue #27719:
Tracking issue for
catch_panicstabilization - Issue #27720: Tracking issue for OpenOptionsExt on Windows
- Issue #27721: Tracking issue for string patterns
- Issue #27726: Tracking issue for access to Formatter flags/options
- Issue #27730:
Tracking issue for
NonZero/Unique/Sharedstabilization - Issue #27731: Tracking issue for SIMD support
- Issue #27732: Tracking issue for DST coercions (coerce_unsized, unsize) stabilization
- Issue #27733:
Tracking issue for
borrow_statestabilization - Issue #27738: Tracking issue for reentrant mutexes
- Issue #27741:
Tracking issue for
step_bystabilization - Issue #27745: Tracking issue for type_id stabilization
- Issue #27746:
Tracking issue for
cell_extrasstabilization - Issue #27747:
Tracking issue for
slice_concat_extstabilization - Issue #27748:
Tracking issue for
wait_timeout_withstabilization - Issue #27749:
Tracking issue for
Reflectstabilization - Issue #27751:
Tracking issue for
rawstabilization - Issue #27752:
Tracking issue for
float_extrasstabilization - Issue #27754:
Tracking issue for
str_charstabilization - Issue #27778: Tracking issue for core::array
- Issue #27779: Tracking issue for placement new
- Issue #27780: Tracking issue for <*mut T, *const T>::{as_ref, as_mut_ref}
- Issue #27783: Tracking issue for location of facade crates
- Issue #27784: Tracking issue for char encoding methods
- Issue #27787: Tracking issue for sorted collection ranges
- Issue #27788: Tracking issue for VecDeque Extras
- Issue #27794: Tracking issue for extra linked list methods
- Issue #27800: Tracking issue for channel selection
- Issue #27802: Tracking issue for Read::chars
- Issue #27809: Tracking issue for make_ascii_{upper,lower}case
- Issue #27811: Tracking issue for CommandExt::session_leader
- Issue #27812: Tracking issue for crates that are compiler dependencies
- Issue #28147: Tracking issue for BinaryHeap::{push_pop, replace}
- Issue #28356: Tracking issue for Arc/Rc extras
- Issue #29553: Tracking issue for #[bench] and benchmarking support
- Issue #29791: Tracking issue for getting pthread_t from JoinHandle
- Issue #29866: Expand the std::time module