Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
42 lines (28 sloc) 1.32 KB

Subteam report: compiler 2015-07-24

Dashboard

We decided to accept RFC #1191, on adding a HIR to the compiler.

In addition, RFC #1211 has entered into final comment period. This RFC describes a mid-level, simplified IR that will be constructed after type-checking but be used to drive advanced analysis and code generation.

-- nmatsakis

RFC phase

  • PR #594: RFC: Support Incremental Compilation
  • PR #1191: Add a HIR to the compiler
  • PR #1211: [RFC] Introduce a mid-level IR (MIR) in the compiler that will drive borrowck, trans

Implementation phase

High priority issues

  • Issue #23286: Very confusing error on attempt to pass path::Path by value
  • 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

Needs decision

You can’t perform that action at this time.