Nominated (I-nominated) issues

`Arc` should only require `Sync`, not `Send` (#20257)

Correctly handle dllimport on Windows/MSVC (#27438)

Explicit OIBIT impls hide the default impls (#27554)

Allow where clauses involving types which don't include a type parameter. (#27972)

Settle execution order uncertainty for `+=` (#28160)

Audit iterator specializations for side effects (#28810)

#28669 caused regression compiling pinyin crate on nightly (#28853)

Nightly regression: lifetime error with autoderef (#28854)

Beta-nominated issues

check upvars in closures that are in statics (#28131, closed)

Warn on `pub extern crate`. (#28486, closed)

Make function pointers implement traits for up to 12 parameters (#28560, closed)

use the infcx tables to check if a closure is Copy (#28626, closed)

Un-regress conflicting destructors (#28681, closed)

rustc: Don't lint about isize/usize in FFI (#28779, closed)

Remaining issues

Deref coercions do not work with blocks (#26978)

Generic type defaults should not be allowed if they don’t satisfy type constraints (#28024)

Open tracking issues for all language features (#28244)

Field access of block: discrepancy between parser-lalr and rustc (#28379)

Private trait's methods reachable through UFCS (#28514)

ICE: unexpected panic in InferCtxt (#28550)

Lifetime bounds on structs do not entirely constrain impl fns (#28609)

LLVM loop optimization can make safe programs crash (#28728)

Wrapping expr in curly braces changes the operator precedence (#28777)

Parsing inconsistencies (lambda, proc, return) (#28784)

Range expressions: discrepancies between rustc and parser-lalr (#28785)

Regression in type inference of casting in constants (#28801)

How to extract static reference from Option? (#28839)

Permalink to this digest