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
116 lines (97 sloc) 5.32 KB

Subteam report: libs 2015-06-02

Highlights

The following RFCs are entering their final comment period:

  • FCP PR #1105: RFC: Policy on semver and API evolution
  • FCP PR #1119: Quick draft "Result::expect" rfc
  • FCP PR #1123: RFC: introduce split_at(mid: usize) on str
  • FCP PR #1034: RFC: Deprecate Iterator::size_hint and ExactSizeIterator for better named alternatives.
    • Extended from last week

The following features are entering their final comment period for stabilization:

Last week we had a few RFCs in final comment period; here's what happened:

There were also some important discuss threads for library policy, which are ongoing:

Dashboard

RFC phase

  • PR #770: io error handling design
  • PR #980: RFC for read_all
  • PR #1015: Add read_into_buf and get_buf to BufRead
  • PR #1036: Add Builder guidelines
  • PR #1055: RFC for redirecting stdio of child processes to open file handles
  • PR #1058: RFC for replacing slice::tail()/init() with new methods
  • PR #1084: RFC: Scoped threads, take 2
  • PR #1095: Add unsafe Option::unwrap_unchecked()
  • PR #1100: allow customization of the output of panic!() to stderr with 'panic handlers'
  • PR #1102: Rename connect to join
  • PR #1126: stabilize TcpStream::set_keepalive
  • PR #1130: Implement FromIterator for the unit type
  • FCP PR #1034: RFC: Deprecate Iterator::size_hint and ExactSizeIterator for better named alternatives.
  • FCP PR #1105: RFC: Policy on semver and API evolution
  • FCP PR #1119: Quick draft "Result::expect" rfc
  • FCP PR #1123: RFC: introduce split_at(mid: usize) on str

Implementation phase

High priority issues

Needs decision

You can’t perform that action at this time.