Skip to content

Commit 41f9f1b

Browse files
authored
Merge pull request #517 from nikomatsakis/master
announce compiler team design meetings 2020-02-14
2 parents af84fec + ac86382 commit 41f9f1b

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: post
3+
title: "Upcoming compiler-team design meetings"
4+
author: Niko Matsakis
5+
description: "Upcoming compiler-team design meetings"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
In our [planning meeting on February 14th][pm], the [compiler team] has scheduled our
10+
next batch of upcoming design meetings. You can find the exact times
11+
on the compiler team's [meeting calendar]:
12+
13+
* On Feb 28th ([calendar event][ce1], we will discuss our triage
14+
procedures and how we can make them more efficient. See
15+
[rust-lang/compiler-team#247] for more details.
16+
* On Mar 6th ([calendar event][ce2]), we will discuss plans to extract
17+
rustc's representation of types and trait solving into a standalone
18+
library. See [rust-lang/compiler-team#234] for more details.
19+
20+
[pm]: https://zulip-archive.rust-lang.org/131828tcompiler/33384planningmeeting20200214.html
21+
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer/
22+
[ce1]: https://calendar.google.com/event?action=TEMPLATE&tmeid=NXY1bWhwYm1tMzRydDNwaWc5dmJjdGNiM3QgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
23+
[ce2]: https://calendar.google.com/event?action=TEMPLATE&tmeid=MXBkOXZtcWxyaTk4bHFpN202bTE5bTg0OWsgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
24+
[rust-lang/compiler-team#247]: https://github.com/rust-lang/compiler-team/issues/247
25+
[rust-lang/compiler-team#234]: https://github.com/rust-lang/compiler-team/issues/234
26+
27+
### Did you know?
28+
29+
Most weeks, the compiler team has some sort of design meeting. These
30+
meetings take place on Zulip and are open to all. Every 4 weeks, we do
31+
a planning meeting to pick the next few meetings from the list of open
32+
proposals. You can find [more details about how the compiler-team
33+
steering meeting process here][details].
34+
35+
[details]: https://rust-lang.github.io/compiler-team/about/steering-meeting/
36+
[meeting calendar]: https://rust-lang.github.io/compiler-team/#meeting-calendar
37+
[compiler team]: https://www.rust-lang.org/governance/teams/compiler

0 commit comments

Comments
 (0)