This is for the two weeks up to the end of last week (sorry for the delay)
Nominated (I-nominated) issues
Very confusing error on attempt to pass `path::Path` by value (#23286)
- Added I-nominated. By @aturon
Nominating. This seems like an important error to try to improve.
triage: I-nominated
Rust 1.0.0 tarball does not have proper permissions on directories. (#25479)
Add macro lifetime specifier (#25509)
Beta-nominated issues
Remaining issues
floating point to floating point casts have undefined behaviour (#15536)
- Removed P-medium. By @arielb1
- Added P-high. By @arielb1
`unstable feature` error needs to specify feature names for better usability. (#24125)
- Added P-medium. By @nikomatsakis
triage: P-medium
Process didn't exit successfully: ... (signal: 4) in tests (#25089)
- Added P-medium. By @nikomatsakis
triage: P-medium
match expression falling through? (#26251)
- Added P-high. By @nikomatsakis
triage: P-high
nightly rustc breaks stable code for some type inferences (#26279)
- Added P-high. By @nikomatsakis
triage: P-high
Segmentation fault on safe test panic (#26298)
- Added I-nominated. By @sfackler
Chain has an incorrect implementation of DoubleEndedIterator (#26316)
- Added P-low. By @Gankro
Rustc selects the wrong impl for trait objects when a trait is implemented multiple times with different parameters on the same struct (#26339)
- Added P-high. By @nikomatsakis
triage: P-high
Fix file!(), line!() and column!() macros (#26347)
- Added beta-nominated. Set milestone: this was a regression on nightly from stable I believe. By @alexcrichton
triage: beta-nominated (this was a regression on nightly from stable I believe)
Clarify cast rules (tracking issue for RFC 1052) (#26391)
- Added P-high. By @nikomatsakis
triage: P-high -- I'm giving this high priority since accepting casts that we ought not to is a backwards compatibility risk, though it is mitigated by the fact that afaik the illegal casts yield an ICE (but I haven't done exhaustive testing)
Tracking issue for Adjust default object bounds (RFC 1156) (#26438)
- Added P-high. By @aturon
Admin issues
- bad access: beta-nominated. By @eddyb on issue Allow nested generics for the last field of structs in unsizing. (#26038)
Found a case where stable compiles http://is.gd/BAToXc beta doesn't http://is.gd/pnxDTf and nightly compiles again http://is.gd/g3dEUF - this PR actually fixes a regression (@nrc warned me but I had forgotten).
triage: beta-nominated [match: triage: beta-nominated,beta-nominated,]
- bad access: beta-nominated. By @eddyb on issue Allow nested generics for the last field of structs in unsizing. (#26038)
triage: beta-nominated
Found a case where stable (1.0) compiles http://is.gd/BAToXc beta (1.1) doesn’t http://is.gd/pnxDTf and nightly (1.2) compiles again http://is.gd/g3dEUF - so this PR actually fixes a regression (@nrc warned me but I had forgotten). [match: triage: beta-nominated,beta-nominated,]