Release triage minutes 2016-09-22
Stable regressions
-
https://github.com/rust-lang/rust/issues/32382
- Lifetime bound error when using the indexing operator with an associated type containing a lifetime
- no change
-
https://github.com/rust-lang/rust/issues/33364
- ICE: OutputTypeParameterMismatch in failing to resolve associated type as tuple.
- asked for clarification of priority
-
https://github.com/rust-lang/rust/issues/36328
- Performance regression on Windows
- no change
-
https://github.com/rust-lang/rust/issues/34427
- [MIR] Stage1
libcore
crashes with SIGILL on ARM - closed fixed
- [MIR] Stage1
-
https://github.com/rust-lang/rust/issues/36381
- ICE: ‘rustc’ panicked at ‘assertion failed: concrete_substs.is_normalized_for_trans()’
- no change
-
https://github.com/rust-lang/rust/issues/36325
- ICE, possibly related to associated types of associated types?
- no change
Beta regressions
-
https://github.com/rust-lang/rust/issues/35408
- rustc built by MIR overflows its stack for crates with very deep ASTs.
- no longer a regression, still needs permanent fix
-
https://github.com/rust-lang/rust/issues/36259
- Process didn’t exit successfully: (exit code: 1) #36259
- asked for confirmation of fix
-
https://github.com/rust-lang/rust/issues/36283
- Performance regression in pattern matching #36283
Nightly regressions
-
https://github.com/rust-lang/rust/issues/36309
- codegen-units setting in Cargo.toml causes LLVM error with nightly-i686-pc-windows-msvc #36309
- asked for confirmation of fix
- regression: unit test
coretest::num::test_i32f64
fails on some targets #36518
I-nominated, T-compiler, T-libs -
https://github.com/rust-lang/rust/issues/36638
- Panic when using Self: Send constraint in impl parameter #36638
- assigned to eddyb
P-high
-
https://github.com/rust-lang/rust/issues/18937
- Methods in impls allowed more restrictive lifetime bounds than in the trait. #18937
- no change
-
https://github.com/rust-lang/rust/issues/36185
- lldb crash on stack frame with closure: DWARF DIE at 0x000a7888 (class closure) has a member variable 0x000a788e (__0) whose type is a forward declaration, not a complete definition #36185
- pinged mw for updates
Old bugs
-
https://github.com/rust-lang/rust/issues/13794
-
rustc --crate-type=dylib -o name
producesname.exe
on windows #13794 - T-compiler, T-tools, I-needs-decision
-
-
https://github.com/rust-lang/rust/issues/13442
- Line-based breakpoints in inline functions don’t show correct source #13442
- I-nominated, T-compiler, I-wrong
-
https://github.com/rust-lang/rust/issues/22310
- Public items re-exported publicly in the same crate could have inlined docs #22310
- I-wrong, T-tools