Skip to content

Commit 5087917

Browse files
authored
Merge pull request #216 from rust-lang/wesleywiser-patch-1
Add notes for compiler team triage meeting on 2019-11-07
2 parents 1ddf588 + 9eb1dfe commit 5087917

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+
title: 2019.11.07
3+
type: docs
4+
---
5+
6+
# 2019-11-07
7+
8+
## Announcments
9+
10+
- [@pnkfelix] is moving to the US and will be working in the Eastern timezone.
11+
12+
- [@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.
13+
14+
- Rust 1.39 has shipped with `async`/`await` support and other goodies.
15+
16+
## Backport nominations
17+
18+
- Do not ICE with a precision flag in formatting str and no format arguments" #66093
19+
- Approved for beta & stable backport.
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)