Release triage minutes 2016-11-03
Stable regressions
-
https://github.com/rust-lang/rust/issues/36325
- ICE, possibly related to associated types of associated types? #36325
- closed!
-
https://github.com/rust-lang/rust/issues/36481
- Exposure of HashMap iteration order allows for O(n²) blowup. #36481
- pr ready
-
https://github.com/rust-lang/rust/issues/37534
- Compiler crashes when trying to use std::ops::Sized #37534
- eddyb will suggest fix and tag for mentoring
-
https://github.com/rust-lang/rust/issues/36799
- Compilation of a crate using a large static map fails on latest i686-pc-windows-gnu Beta #36799
- I-crash, A-mir, ongoing activity, no solutions
Beta regressions
-
https://github.com/rust-lang/rust/issues/36774
- Debuginfo generation is broken with LLVM 3.8 #36774
- still problems, no solutions
-
https://github.com/rust-lang/rust/issues/36673
- Significant compile-speed regression in nightly #36673
- seems fixed, waiting for confirmation
- investigating whether fix is in beta
-
https://github.com/rust-lang/rust/issues/37559
- f32::powi(_,0) broken on raspberry pi (beta and nightly) #37559
- new bug, I-nominated, pinged japaric
Nightly regression
-
https://github.com/rust-lang/rust/issues/37105
- Coredump when using latest nightly rustc #37105
- still trying to reproduce
P-high
-
https://github.com/rust-lang/rust/issues/18937
- Methods in impls allowed more restrictive lifetime bounds than in the trait. #18937
- PR enqueued
-
https://github.com/rust-lang/rust/issues/37311
- Compiler hangs after ‘write metadata stage’ #37311
- regression-stable-to-stable
P-medium
-
https://github.com/rust-lang/rust/issues/32401
- Should modules with path attribute become directory owners automatically? #32401
- I-papercut, A-parser, E-easy, E-help-wanted
-
https://github.com/rust-lang/rust/issues/32822
- binary_search methods should use Borrow #32822
- E-help-wanted