The compiler team had our weekly triage meeting on 2019-10-17. You can find the minutes on the compiler-team repository. Each week, we have general announcements from the team followed by check-ins from two of the compiler team working groups.
Announcements
- 
Design meeting on debuginfo strategy tomorrow (2019-10-18) on Zulip.
 - 
The traits working group had a design meeting yesterday on lazy normalization.
 - 
@nikomatsakis has been looking into lazy normalization specifically for constants and hopes to have some notes to share soon.
 - 
The LLVM ICE-breakers working group is nearly ready to go live.
 - 
@spastorino has nearly finished interning
Placeprojections which is an incremental step to MIR 2.0. - 
@centril is continuing to work on splitting
libsyntaxapart which will decrease the amount of codelibrustcdepends on. 
Working group sync
wg-mir-opt
- 
@wesleywiser Moved promoted MIR out of
mir::Body#63580 - 
@wesleywiser Reimplemented the
ConstPropoptimization pass on top of the existing const eval code #64419 - 
@spastorino Converted
mir::Placeto no longer be a recursive data structure #63420 - 
There is ongoing work in both const prop and place refactorings.
 - 
We've figured out a plan for "weird" place projections like dereferences (virtual locals).
 
wg-meta
- 
The Inside Rust blog has launched.
 - 
The ICE-Breaker group has been formed!
 - 
The LLVM ICE-Breaker group is also being formed.