Skip to content

Commit c644c37

Browse files
committed
[inside-rust] Add compiler team triage meeting post for 2019-11-07
1 parent 7194cd0 commit c644c37

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: post
3+
title: "2019-11-07 Compiler Team Triage Meeting"
4+
author: "Wesley Wiser"
5+
description: "2019-11-07 Compiler Team Triage Meeting"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
The compiler team had our weekly triage meeting on 2019-11-07.
10+
You can find the [minutes](https://rust-lang.github.io/compiler-team/minutes/triage-meeting/2019-11-07/) on the [compiler-team](https://github.com/rust-lang/compiler-team) repository.
11+
Each week, we have general announcements from the team followed by check-ins from two of the compiler team working groups.
12+
13+
## Announcments
14+
15+
- [@pnkfelix] is moving to the US and will be working in the Eastern timezone.
16+
17+
- [@wesleywiser] has been working on the constant propagation pass and wants to [turn it on][const_prop_on] for debug & release builds to improve compilation time.
18+
19+
- Rust 1.39 has shipped with `async`/`await` support and other goodies.
20+
21+
## Working group sync
22+
23+
### [wg-polonius]
24+
25+
We ran out of time this week to have a check-in from this working group.
26+
27+
### [wg-rfc-2229]
28+
29+
This working group is currently on a pause.
30+
31+
[@pnkfelix]: https://github.com/pnkfelix
32+
[@wesleywiser]: https://github.com/wesleywiser
33+
[const_prop_on]: https://github.com/rust-lang/rust/pull/66074
34+
[wg-polonius]: https://rust-lang.github.io/compiler-team/working-groups/polonius/
35+
[wg-rfc-2229]: https://rust-lang.github.io/compiler-team/working-groups/rfc-2229/

0 commit comments

Comments
 (0)