Triage digest: Mon Jan 18 2016

Nominated (I-nominated) issues

Add fn skip(n: uint) with a default implementation to Reader (#13989)

PtrExt::offset taking an isize argument is not ideal (#22104)

Finalze behavior for uncaught panics in child threads (#23078)

std::io::Take should have into_inner() method (#23755)

Rc and Arc should be marked #[fundamental] (#24317)

Tracking Issue for RFC 213: Default Type Parameter Fallback (#27336)

Tracking issue for `braced_empty_structs` (RFC 218) (#29720)

Type inference(?) regression, rand fails to build on nightly 2016-01-04 (#30713)

Implement From for (T, ..) and From for [T; ..] (#30736)

Nightly does not work on some Debian Wheezy because gcc doesn't support gold. (#30783)

Linking with gold does not search /usr/local/lib (#30784)

Undocumented panics in std::process on unix for strings with interior nuls (#30858)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

BufWriter is not panic-safe (#30888)

  • Added I-nominated. By @huonw

Beta-nominated issues

Add an impl for Box from String. (#30509, closed)

rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive (#30878, closed)

Move some #[no_std] info to stable book. (#30903, closed)

Remaining issues

"help" messages in compiler output is ignored (#21195)

  • Removed I-nominated. By @nikomatsakis

Comparison operators have higher precedence than range operator `..` (#22877)

  • Removed I-nominated. By @pnkfelix
  • Added P-medium. By @pnkfelix

    triage: P-medium

Duplicate inherent static methods can be defined in separate `impl` blocks (#22889)

  • Added P-high. By @nikomatsakis

    triage: P-high

Projections, lifetimes, and WF tracking issue (RFC 1214) (#27579)

  • Added P-high. By @nikomatsakis

Type ascription syntax can subtly change the behaviour of macros (#30531)

  • Removed I-nominated. By @nikomatsakis

Code no longer builds because of RFC 1214 (#30829)

  • Added P-high. By @nikomatsakis

    triage: P-high

Permalink to this digest

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.