Skip to content

Commit 8a51277

Browse files
committed
announce upcoming compiler-team design meetings
1 parent e6dd268 commit 8a51277

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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 today], 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 Nov 29 ([calendar event][ce1]), we will discuss
14+
[rust-lang/compiler-team#213], a proposal to extend rustc's data
15+
structures to enable outside crates to experiment with building a
16+
Rust REPL.
17+
* On Dec 6 ([calendar event][ce2]), we will discuss
18+
[rust-lang/compiler-team#175], which is a plan to modify the
19+
`rustc_interface` trait to enable end-to-end query support in the
20+
compiler.
21+
* On Dec 13 ([calendar event][ce3]), we will discuss
22+
[rust-lang/compiler-team#222], which is a roadmap and strategy for
23+
eventually merging rustc, rust-analyzer, and the RLS into one
24+
coherent set of projects.
25+
* On Dec 20 ([calendar event][ce4]), we will discuss
26+
[rust-lang/compiler-team#209], which is a proposal to create a
27+
"major changes process" for the compiler, to augment these design
28+
meetings.
29+
30+
[ce1]: https://calendar.google.com/event?action=TEMPLATE&tmeid=MjM3aGsxdXY0dHBybXBxZ3ZxOGp1ZjdicjEgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
31+
[ce2]: https://calendar.google.com/event?action=TEMPLATE&tmeid=MTByaTZsZG1pZGI1Y2RqdGZ1cHV2djNncTEgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
32+
[ce3]: https://calendar.google.com/event?action=TEMPLATE&tmeid=MGxrb2p2cG9lNGFnYTIybWVtcGRoZzdjdmogNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com
33+
[ce4]: https://www.google.com/url?q=https://github.com/rust-lang/compiler-team/issues/209&sa=D&ust=1574870064787000&usg=AOvVaw1ep0jCGX9A8WsdRJwTLeTU
34+
[rust-lang/compiler-team#213]: https://github.com/rust-lang/compiler-team/issues/213
35+
[rust-lang/compiler-team#175]: https://github.com/rust-lang/compiler-team/issues/175
36+
[rust-lang/compiler-team#222]: https://github.com/rust-lang/compiler-team/issues/222
37+
[rust-lang/compiler-team#209]: https://github.com/rust-lang/compiler-team/issues/209
38+
39+
### Did you know?
40+
41+
Most weeks, the compiler team has some sort of design meeting. These
42+
meetings take place on Zulip and are open to all. Every 4 weeks, we do
43+
a planning meeting to pick the next few meetings from the list of open
44+
proposals. You can find [more details about how the compiler-team
45+
steering meeting process here][details].
46+
47+
[details]: https://rust-lang.github.io/compiler-team/about/steering-meeting/
48+
[meeting calendar]: https://rust-lang.github.io/compiler-team/#meeting-calendar
49+
[planning meeting today]: https://zulip-archive.rust-lang.org/131828tcompiler/03407planningmeeting20191122.html
50+
[compiler team]: https://www.rust-lang.org/governance/teams/compiler

0 commit comments

Comments
 (0)