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
296 lines (276 sloc) 14.8 KB

Subteam report: libs 2015-10-23

Highlights

This week was an exciting week in the land of libraries as our triage meeting decided on the set of APIs that are going to be stable in 1.5 (coming out next week!). The list of tracking issues we triaged, along with decisions, are:

We didn't get a chance to circle around back to the last week's FCP RFCs, so they'll remain as such for another week. As a reminder, those RFCs are:

  • FCP PR #1291 RFC: Promote the libc crate from the nursery
  • FCP PR #1307 Add some additional utility methods to OsString and OsStr

At this time we'd also like to draw attention to the following RFCs:

  • PR #1288 - Improvements to the Time APIs, this RFC is likely to enter FCP soon.
  • PR #1323 - RFC: Amend recover with a PanicSafe bound, this is a continuation of RFC 1236 which proposed stabilizing panic::recover with just the 'static bound.

Dashboard

High priority issues

Issues needing a decision

RFC phase

  • FCP PR #1291: RFC: Promote the libc crate from the nursery
  • FCP PR #1307: Add some additional utility methods to OsString and OsStr
  • PR #1100: Add thread-local custom panic handlers to customize the behavior of thread panics
  • PR #1218: RFC: Checked integer conversions
  • PR #1252: Document and expand the open options
  • PR #1254: ordered ranges 2.0
  • PR #1258: Add macros to get the values of configuration flags
  • PR #1270: RFC: #[deprecated] for Everyone
  • PR #1288: Improvements to the Time APIs
  • PR #1299: std::sync::mpsc::SharedSender
  • PR #1309: OS string string-like interface
  • PR #1320: Amend 1192 (RangeInclusive) to use an enum.
  • PR #1323: RFC: Amend recover with a PanicSafe bound
  • PR #1325: Add panic-safe slicing methods
  • PR #1328: Allow a custom panic handler

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::drain by a method that accepts a range parameter (RFC 574)
  • Issue #24263: discriminant_value intrinsic -- tracking issue for 639
  • Issue #27517: Add ByNeed and Predicate traits
  • Issue #27585: Tracking issue for read_exact (RFC #980)
  • Issue #28628: Tracking issue for forbidding wildcard deps on crates.io

Stabilization phase

You can’t perform that action at this time.