Nominated (I-nominated) issues
Regression: overflow while adding drop-check rules (#29844)
- Added I-nominated. By @Manishearth
Vec::into_boxed_slice assumes len() == capacity() (#29847)
- Added I-nominated. By @Gankro
c_char has changed on ARM in 1.6 (#29867)
- Added I-nominated. By @alexcrichton
Beta-nominated issues
Fix hygiene regression in patterns (#29748, closed)
Remaining issues
Items with 'lexical' scope have poor scoping (#23880)
- Added P-medium. By @nikomatsakis
triage: P-medium
This has been sitting for a while and we don’t expect immediate action, though hopefully a refactoring of resolve would lead to this being fixed.
Mir: remove Panic terminator and instead just call suitable lang item (#29573)
- Added I-needs-decision. By @nikomatsakis
extern crate privacy is "public" without requiring "pub". (#29654)
- Added P-high. By @nikomatsakis
triage: P-high
- Removed P-high. By @nikomatsakis
Variables moved from in match guards are still accessible in other match arms. (#29723)
- Added P-high. By @nikomatsakis
triage: P-high
High because soundness but maybe we should downgrade to medium or otherwise try to solve via MIR.
OOM building Servo after Rustup - deep recursion in mir (#29740)
- Added P-high. Set milestone: servo blocker. By
@nikomatsakis
triage: P-high (servo blocker)
Arithmetic makes borrow checker overly restrictive (#29743)
- Added P-medium. By @nikomatsakis
triage: P-medium
Non-inline module is allowed inside other items (#29765)
- Added I-nominated. By @huonw
- Added P-medium. By @nikomatsakis
triage: P-medium
Backwards incompatible, but … kind of a curiousity.
Mir: Refactor calls to permit calls that cannot panic and to better accommodate calls that always panic (#29767)
- Added I-needs-decision. By @nikomatsakis
Mir: introduce overflow operations (#29769)
- Added I-needs-decision. By @nikomatsakis
rustc fails to produce lifetime and closure related compiler error. (#29793)
- Added I-nominated. By @huonw
- Added P-high. By @nikomatsakis
triage: P-high
Cyclic traits allow arbitrary traits to be synthesized (#29859)
- Added P-high. By @nikomatsakis
triage: P-high
Unconstrained lifetimes permitted in assoc. type as long as they are in a projection (#29861)
- Added P-high. By @nikomatsakis
triage: P-high
Fix failing rpass-valgrind test (#29896)
- Added P-high. By @nrc