Triage digest: Wed Sep 23 2015

Nominated (I-nominated) issues

Deref coercions do not work with blocks (#26978)

  • Added I-nominated. By @nrc

    triage: I-nominated

Correctly handle dllimport on Windows/MSVC (#27438)

  • Added I-nominated. By @brson

Tracking issue for libcore stabilization (#27701)

  • Added I-nominated. By @alexcrichton

Tracking issue for f32/f64 support in libcore (#27702)

  • Added I-nominated. By @alexcrichton

Tracking issue for std::fs::canonicalize (#27706)

  • Added I-nominated. By @alexcrichton

Tracking issue for `as_unsafe_cell` stabilization (#27708)

  • Added I-nominated. By @alexcrichton

Tracking issue for access to Formatter flags/options (#27726)

  • Added I-nominated. By @alexcrichton

Tracking issue for `borrow_state` stabilization (#27733)

  • Added I-nominated. By @alexcrichton

Tracking issue for `iter_order` stabilization (#27737)

  • Added I-nominated. By @sfackler

Tracking issue for `step_by` stabilization (#27741)

  • Added I-nominated. By @alexcrichton

Tracking issue for slice_splits (#27742)

  • Added I-nominated. By @alexcrichton

Tracking issue for Condvar::wait_timeout (#27772)

  • Added I-nominated. By @sfackler

Tracking issue for slice::{ref_slice, mut_ref_slice} (#27774)

  • Added I-nominated. By @alexcrichton

Tracking issue for iter::range_inclusive (#27777)

  • Added I-nominated. By @alexcrichton

Tracking issue for char::from_u32_unchecked (#27781)

  • Added I-nominated. By @alexcrichton

Tracking issue for VecDeque Extras (#27788)

  • Added I-nominated. By @sfackler

Tracking issue for str::slice_mut_unchecked (#27793)

  • Added I-nominated. By @alexcrichton

Tracking issue for unix::FileTypeExt (#27796)

  • Added I-nominated. By @alexcrichton

Tracking issue for std::dynamic_lib (#27810)

  • Added I-nominated. By @sfackler

Allow where clauses involving types which don't include a type parameter. (#27972)

Generic type defaults should not be allowed if they don’t satisfy type constraints (#28024)

Tracking issue for BinaryHeap (#28147)

  • Added I-nominated. By @sfackler

Settle execution order uncertainty for `+=` (#28160)

Open tracking issues for all language features (#28244)

Private trait's methods reachable through UFCS (#28514)

  • Added I-nominated. By @alexcrichton

    I would personally expect a privacy error to be generated. I'm also a little surprised about how resolution allows using a method without importing the trait as well, but that may perhaps be intended behavior.

    cc @rust-lang/lang, @nrc

    triage: I-nominated

Beta-nominated issues

Fixed regression in associated item resolution (#28395, closed)

Warn on `pub extern crate`. (#28486, closed)

VecDeque: Use power of two capacity even for zero sized types (#28494, closed)

Remaining issues

Two different versions of a crate interacting leads to unhelpful error messages (#22750)

  • Added P-medium. By @nikomatsakis

    triage: P-medium -- we think that the most important cases here have been covered. If this issue continues to arise frequently on IRC, we could bump up the priority to high.

Primitive binops are translated wrong when the LHS is mutated (#27054)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

no_debug and omit_gdb_pretty_printer_sections attributes exist and are ungated (#28091)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

functions implement Copy but not Clone (#28229)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

    We’re still working out the preferred way to solve this problem. I tagged T-lang because of the interaction w/ specialization.

Rules governing references to private types in public APIs not enforced in impls (#28325)

  • Added P-high. By @nikomatsakis

    triage: P-high

Type alias can be used to bypass privacy check (#28450)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    cc @nrc, @rust-lang/lang

  • Added P-high. By @nikomatsakis

    triage: P-high -- backwards compat

`BTreeSet` causes general protection fault with zero-sized key-value pairs and jemalloc (#28493)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    Seems pretty serious and something we may want to fix soon!

  • Removed I-nominated. By @alexcrichton

Nonparametric dropck (tracking issue for RFC 1238) (#28498)

  • 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.