Triage digest: Mon Dec 21 2015

Nominated (I-nominated) issues

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

Tracking issue for `str_utf16` stabilization (#27714)

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

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

Style changes to compiler messages (#29989)

Desugared x.index(y) is not equivalent to x[y] (#30127)

Re-add raw_pointer_derive lint as a no-op (#30346)

beta regression matching unit-like structs with .. (#30379)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

Assignments leave their place partially-destroyed if the destructor panics (#30380)

  • Added I-nominated. By @arielb1

str's trim_left and trim_right implicitly assume LTR text (#30459)

  • Added I-nominated. By @huonw

Beta-nominated issues

Small fixes for 1.6 docs (#30293, closed)

Remaining issues

Replace stack overflow checking with stack probes (#16012)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

    It’d be good to get some clarification from @alexcrichton (or someone) as to the current state of guard pages etc and what the precise risk is here. I tried following up on the links but there was a lot to read!

Cannot infer closure type with higher-ranked lifetimes inside Box::new (#20841)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

Trait bounds are not yet enforced in type definitions (#21903)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

    I think this might be not that hard to fix though!

Tracking issue for Path::relative_from stabilization (#23284)

  • Removed I-nominated. By @alexcrichton

Segfault in safe code on Rust nightly when running rustc --emit=asm,link (#26235)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

    Believed to be specific to --emit asm,link, which is a rather specific scenario. We believe the fix is https:.</https:>

Tracking issue for DNS in std::net (#27705)

  • Removed I-nominated. By @alexcrichton

Tracking issue for Ipv{4,6}Addr convenience methods (#27709)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `fs_mode` stabilization (#27712)

  • Removed I-nominated. By @alexcrichton

Tracking issue for custom hashers in HashMap (#27713)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `path_prefix` stabilization (#27722)

  • Removed I-nominated. By @alexcrichton

Tracking issue for formatting with a radix (#27728)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `as_slice` stabilization (#27729)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `IntoCow` stabilization (#27735)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `Zero`/`One`/`iter_arith` stabilization (#27739)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `clone_from_slice` stabilization (#27750)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `num_bits_bytes` stabilization (#27753)

  • Removed I-nominated. By @alexcrichton

Tracking issue for `wrapping` stabilization (#27755)

  • Removed I-nominated. By @alexcrichton

Tracking issue for DebugTuple::formatter (#27782)

  • Removed I-nominated. By @alexcrichton

Tracking issue for str escaping (#27791)

  • Removed I-nominated. By @alexcrichton

Tracking issue for sync::Semaphore (#27798)

  • Removed I-nominated. By @alexcrichton

Tracking issue for FnBox() (#28796)

  • Removed I-nominated. By @alexcrichton

Tracking issue for owned CString conversions (#29157)

  • Removed I-nominated. By @alexcrichton

ICE : ty_is_local invoked on unexpected type: [type error] (#29857)

  • Added P-high. By @nikomatsakis

    triage: P-high

Missing drop in FnOnce adapter for closures (#29946)

  • Added P-medium. By @dotdash
  • Added P-medium. By @nikomatsakis

    triage: P-medium

fs::metadata - Value too large for defined data type (#30050)

  • Removed I-nominated. By @alexcrichton

Regression in type parameter defaults in types and impls (#30123)

  • Added P-high. By @nikomatsakis

    triage: P-high

    It’s important to decide if this is now doing the correct thing.

Trait selection caching does not handle subtyping properly (#30225)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

".".parse() returns Ok(0.0) (#30344)

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

Tracking issue for slice::sort_by_key (#30423)

  • Removed I-nominated. By @alexcrichton

Permalink to this digest

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