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
201 lines (185 sloc) 9.85 KB

Subteam report: libs 2016-05-09

Highlights

This week we discussed a large number of outstanding issues and PRs. We also reached decisions on the following RFCs:

  • FCP PR #1480: RFC proposal for thread affinity
    • Closed in favor of building this support out of tree.
  • FCP PR #1521: Copy clone semantics
    • Merged
  • FCP PR #1542: Add TryFrom and TryInto traits
    • Merged
  • FCP PR #1547: as_millis function on std::time::Duration
    • Closed in favor of out of tree development.

No libs RFCs are currently in FCP.

Dashboard

High priority issues

Issues needing a decision

RFC phase

  • 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
  • PR #1596: RFC: Float-free libcore

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
  • Issue #33417: Tracking issue for TryFrom/TryInto traits

Stabilization phase

You can’t perform that action at this time.