diff --git a/posts/inside-rust/2020-03-13-upcoming-compiler-team-design-meetings.md b/posts/inside-rust/2020-03-13-upcoming-compiler-team-design-meetings.md new file mode 100644 index 000000000..199e8301b --- /dev/null +++ b/posts/inside-rust/2020-03-13-upcoming-compiler-team-design-meetings.md @@ -0,0 +1,32 @@ +--- +layout: post +title: "Upcoming compiler-team design meetings" +author: Niko Matsakis +description: "Upcoming compiler-team design meetings" +team: the compiler team +--- + +In our [planning meeting today], the [compiler team] has scheduled our +next batch of upcoming design meetings. You can find the exact times +on the compiler team's [meeting calendar]: + +* On April 3rd ([calendar event][ce1]), we will discuss + [rust-lang/compiler-team#257], which is a proposal to move the + "in-progress" rustc cranelift backend in tree. + +[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer/ +[ce1]: https://calendar.google.com/event?action=TEMPLATE&tmeid=NGxqdmpndjI3N3FsZTM0bnRyNDU2NHNoYjMgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com +[rust-lang/compiler-team#257]: https://github.com/rust-lang/compiler-team/issues/257 + +### Did you know? + +Most weeks, the compiler team has some sort of design meeting. These +meetings take place on Zulip and are open to all. Every 4 weeks, we do +a planning meeting to pick the next few meetings from the list of open +proposals. You can find [more details about how the compiler-team +steering meeting process here][details]. + +[details]: https://rust-lang.github.io/compiler-team/about/steering-meeting/ +[meeting calendar]: https://rust-lang.github.io/compiler-team/#meeting-calendar +[planning meeting today]: https://zulip-archive.rust-lang.org/131828tcompiler/40166planningmeeting20200313.html +[compiler team]: https://www.rust-lang.org/governance/teams/compiler