Triage digest: Thu Jul 21 2016

Nominated (I-nominated) issues

"as uint" works on bare constructors of non-C-like enums (#18154)

Type ambiguity not reported when it may exist? (#21878)

Very confusing error on attempt to pass `path::Path` by value (#23286)

Explicit OIBIT impls hide the default impls (#27554)

Tracking issue for Read::chars (#27802)

Can't provide non-overlapping impls with *any* type parameters, if a blanket impl exists (#30191)

  • Added I-nominated. By @arielb1

Pattern guard can consume value that is being matched (#31287)

Tracking issue for `?` operator and `catch` expressions (RFC 243, `question_mark` feature) (#31436)

  • Added I-nominated. By @aturon

Tracking issue for accepting unstable flags in stable compilers (#31847)

Escape fewer Unicode codepoints in `Debug` impl of `str` (#34485)

Regression: linking errors since latest nightly (#34754)

Add method `String::insert_str` (#34771)

add soon-to-be-stable wrapper for discriminant_value intrinsic (#34785)

== fails to match types on associated type with two PartialEq bounds (#34792)

`rust-call` call ABI is not feature gated in all points of declaration (#34900)

  • Added I-nominated. By @pnkfelix

`rust-call` call ABI is not feature gated at call-sites (#34901)

  • Added I-nominated. By @pnkfelix

Properly feature gate all unstable ABIs (#34904)

debuginfo/function-prologue-stepping-no-stack-check fails on armv7 hf (#34915)

  • Added I-nominated. By @eddyb

Beta-nominated issues

tyencode: Make sure that projection bounds are handled in stable order. (#34805, closed)

Remaining issues

Private trait's methods reachable through a public subtrait (#28514)

  • Removed P-medium. By @aturon
  • Removed I-nominated. By @aturon

[MIR] double drop with slice patterns (#34708)

  • Removed I-nominated. By @aturon

ICE: Encountered early bound region when generalizing: ReEarlyBound(TypeSpace, 0, 'a) (#34780)

  • Added I-nominated. By @alexcrichton

    triage: I-nominated

    (just in case this is a regression)

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

warning: broken MIR: expected: &str, found: *const str (#34784)

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

Last night's nightly ICEs on regex crate (#34839)

  • Added I-nominated. By @alexcrichton

Add fs::read_to_string (#34857)

  • Added I-nominated. By @brson
  • Added P-low. By @brson
  • Removed I-nominated. By @brson

Permalink to this digest

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