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
232 lines (215 sloc) 11.3 KB

Subteam report: libs 2016-05-23

This week we decided on API stabilizations for the 1.10 release:

We also discussed the policy around Rust compiler version support and rust-lang crates, which resulted in a new policy RFC.

Finally, this week saw a major RFC covering the regex crate, which will ultimately transition it to 1.0 and full rust-lang status.

Highlights

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
  • PR #1618: Ergonomic format_args!
  • PR #1619: Specify Rust compatibility of nursery crates
  • PR #1620: regex 1.0

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.