Subteam report: compiler 2015-10-02
Highlights
Quiet week this week. The meeting consisted primarily of triage and minor bug fixes.
-- nmatsakis
Dashboard
RFC phase
Implementation phase
- Issue #5016: implement "dynamic drop" semantics using flags on the stack rather than zeroing
- Issue #12634: Replace various intrinsic wrappers with intrinsic reexports
- Issue #15023: Better temporary lifetimes (tracking issue for RFC 31)
- Issue #15287: Implement Pattern Guards with Bind-By-Move
- Issue #20561: Tracking issue for Consistent no-prelude attribute (RFC 501)
- Issue #27060: repr(packed) allows invalid unaligned loads
High priority issues
- Issue #26251: match expression falling through?
- Issue #26656: dropck can be bypassed via a trait object method
- Issue #27060: repr(packed) allows invalid unaligned loads
- Issue #28325: Rules governing references to private types in public APIs not enforced in impls
- Issue #28609: Lifetime bounds on structs do not entirely constrain impl fns