Triage digest: Wed Nov 25 2015

Nominated (I-nominated) issues

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

  • Added I-nominated. By @arielb1

When DST struct's last field is misaligned, memory access generated are for the wrong address (#26403)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    (seems like something good to at least have categorized)

#28669 caused regression compiling pinyin crate on nightly (#28853)

  • Added I-nominated. By @arielb1

Regression: overflow while adding drop-check rules (#29844)

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

  • Added P-high. By @arielb1
  • Added I-nominated. By @arielb1
  • Removed P-high. By @arielb1

Missing drop in FnOnce adapter for closures (#29946)

  • Added I-nominated. By @Gankro

SIGTRAP in drop glue when slice literal initialization panics (#30018)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    probably good to have crashes like this categorized at least

  • Removed I-nominated. By @alexcrichton
  • Added I-nominated. By @sfackler

Style hierarchy (#30045)

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

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    Seems like a good thing to categorize on behalf of the libs team though. This will have ramifications on the std::os module (e.g. the stat structure exposed) which may be good to discuss.

Beta-nominated issues

Remaining issues

match expression falling through? (#26251)

  • Added P-medium. By @nrc

    triage: P-medium

    also mir, apparently

  • Removed P-medium. By @nrc

repr(packed) allows invalid unaligned loads (#27060)

  • Added P-medium. By @nrc

    triage: P-medium

    also waiting for mir

Inconsistent evaluation order for assignment operations (#27868)

  • Added P-medium. By @nrc

    triage: P-medium

    Also fixed by MIR (almost a dup of 28160, but not quite)/

Unsoundness in borrowck around deref and mutable refs (#29053)

  • Added P-medium. By @nrc
  • Removed P-high. By @nrc

Variables moved from in match guards are still accessible in other match arms. (#29723)

  • Added P-medium. By @nrc

    triage: P-medium

    Since we’re basically waiting for MIR to fix this, it’s not really P-high

Vec::into_boxed_slice assumes len() == capacity() (#29847)

  • Removed I-nominated. By @Gankro

CString::from_vec_unchecked may not need to be `unsafe` (#29918)

  • Added I-nominated. By @huonw

Vec's reallocation strategy needs settling (#29931)

  • Added P-high. By @Gankro

Beta regression with lifetime inference (#29979)

  • Added I-nominated. By @arielb1

Closure inference fails to infer that `move` is required when pattern matching (#30046)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

Permalink to this digest

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