Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
222 lines (206 sloc) 11.3 KB

Subteam report: libs 2016-04-29

Highlights

This week the libs team discussed the set of issues that were going to move into their cycle-long final comment period for either stabilization or deprecation. The following issues will all be decided on at the end of the cycle, and please feel free to leave comments on them!

Dashboard

High priority issues

Issues needing a decision

RFC phase

  • FCP PR #1480: RFC proposal for thread affinity
  • FCP PR #1521: Copy clone semantics
  • FCP PR #1542: Add TryFrom and TryInto traits
  • FCP PR #1547: as_millis function on std::time::Duration
  • FCP PR #1596: RFC: Float-free libcore
  • PR #1218: RFC: Checked integer conversions
  • PR #1309: OS string string-like interface
  • PR #1325: Add panic-safe slicing methods
  • PR #1353: Add retain_mut to Vec and VecDeque
  • PR #1379: Change thread local variables to only accept async-signal-safe types.
  • PR #1502: libstd::sys, the great libstd refactor
  • PR #1533: Keyless Entry
  • PR #1534: RFC: Saturating and checking integer wrapper types
  • PR #1568: Stream wrappers standardization
  • PR #1574: More api documentation conventions
  • PR #1581: FusedIterator marker trait and iter::Fuse specialization
  • PR #1583: Add parse_generics! and parse_where! macros

Implementation phase

  • Issue #5016: implement "dynamic drop" semantics using flags on the stack rather than zeroing
  • Issue #19986: Tracking issue for collections reform part 2 (RFC 509)
  • Issue #32310: Tracking issue for {Vec,String}::splice
  • Issue #32311: Tracking issue for Range*::contains
  • Issue #32313: Tracking issue for Ipv6Addr octet methods
  • Issue #32630: Tracking issue for {VecDeque,LinkedList}::contains
  • Issue #32838: Allocator traits (tracking issue for RFC 1398)
  • Issue #32976: Tracking issue for adding more atomic integer types

Stabilization phase

You can’t perform that action at this time.