Skip to content

[inside-rust] Add compiler team triage meeting post for 2019-11-07 #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions posts/inside-rust/2019-11-11-compiler-team-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: post
title: "2019-11-07 Compiler Team Triage Meeting"
author: "Wesley Wiser"
description: "2019-11-07 Compiler Team Triage Meeting"
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

The compiler team had our weekly triage meeting on 2019-11-07.
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.
Each week, we have general announcements from the team followed by check-ins from two of the compiler team working groups.

## Announcments

- [@pnkfelix] is moving to the US and will be working in the Eastern timezone.

- [@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.

- Rust 1.39 has shipped with `async`/`await` support and other goodies.

## Working group sync

### [wg-polonius]

We ran out of time this week to have a check-in from this working group.

### [wg-rfc-2229]

This working group is currently on a pause.

[@pnkfelix]: https://github.com/pnkfelix
[@wesleywiser]: https://github.com/wesleywiser
[const_prop_on]: https://github.com/rust-lang/rust/pull/66074
[wg-polonius]: https://rust-lang.github.io/compiler-team/working-groups/polonius/
[wg-rfc-2229]: https://rust-lang.github.io/compiler-team/working-groups/rfc-2229/