|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Rust Compiler June 2022 Steering Cycle |
| 4 | +author: Felix Klock |
| 5 | +description: "The compiler team's June 2022 steering cycle" |
| 6 | +team: The Compiler Team <https://www.rust-lang.org/governance/teams/compiler> |
| 7 | +--- |
| 8 | +On [Friday, June 3rd][jun-03-zulip-archive], the Rust Compiler team had a planning meeting for the June 2022 steering cycle. |
| 9 | + |
| 10 | +[jun-03-zulip-archive]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bplanning.20meeting.5D.202022-06-03/near/284883023 |
| 11 | + |
| 12 | +### T-compiler June Steering Schedule |
| 13 | + |
| 14 | +| Date | Meeting Id | Meeting Topic |
| 15 | +|----------------|-----------------------|---------------- |
| 16 | +| [2022-06-10][] | [compiler-team#516][] | path sanitisation changes [rfc#3127][] |
| 17 | +| [2022-06-17][] | [compiler-team#517][] | 2022 Q2 P-high review |
| 18 | +| [2022-06-24][] | [compiler-team#484][] | Compiler Feature Backlog Bonanza |
| 19 | +| [2022-07-01][] | none | (planning for July cycle) |
| 20 | + |
| 21 | +[2022-06-10]: https://calendar.google.com/calendar/event?eid=Nm8xbGtqbHBzMjdpcTRjcHAybmw4a3Y0ZjEgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&ctz=GMT-04:00 |
| 22 | +[2022-06-17]: https://www.google.com/calendar/event?eid=NHY4Y3VmdXZqcWJxOWgzOXVyZWM5a3JjaWUgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&ctz=GMT-04:00 |
| 23 | +[2022-06-24]: https://calendar.google.com/calendar/event?eid=MmE2azQyb2ViODQ4NWwxMWViMzJka2g0cjIgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&ctz=GMT-04:00 |
| 24 | +[2022-07-01]: https://calendar.google.com/calendar/event?eid=MDJyYnJ1cGFtdWR1c2lnNjFmcHJ2b3JlODFfMjAyMjA3MDFUMTQwMDAwWiA2dTVycnRjZTZscnR2MDdwZmkzZGFtZ2p1c0Bn&ctz=GMT-04:00 |
| 25 | + |
| 26 | +[compiler-team#484]: https://github.com/rust-lang/compiler-team/issues/484 |
| 27 | +[compiler-team#516]: https://github.com/rust-lang/compiler-team/issues/516 |
| 28 | +[compiler-team#517]: https://github.com/rust-lang/compiler-team/issues/517 |
| 29 | + |
| 30 | +[rfc#3127]: https://github.com/rust-lang/rfcs/issues/3127 |
| 31 | + |
| 32 | +### Details |
| 33 | + |
| 34 | +Every fourth Friday, the Rust compiler team decides how |
| 35 | +it is going to use its scheduled steering and design meeting time over the next |
| 36 | +three Fridays. |
| 37 | + |
| 38 | +On Friday, 10 June, we will review [RFC PR #3127][rfc#3127], which proposes |
| 39 | +new rustc and Cargo options to allow path sanitisation by default. |
| 40 | + |
| 41 | +On Friday, 17 June, we will be doing a quarterly [review of the open P-high issues][compiler-team#517]. |
| 42 | +pnkfelix will do some ahead of time work triaging |
| 43 | +some of the issues, and potentially prepare a meeting document summarizing the |
| 44 | +remainder, to maximize the quality of our synchronous in-meeting time. |
| 45 | + |
| 46 | +On Friday, 24 June, we will be having a ["backlog bonanza"][compiler-team#484], in a |
| 47 | +similar vein to that done by T-lang, to review the list of unimplemented or |
| 48 | +partially-implemented features. pnkfelix and Jack Huey will prepare a document |
| 49 | +to drive the meeting. |
| 50 | + |
| 51 | +On Friday, 1 July, we will hold our planning meeting for the next steering cycle in July. |
| 52 | + |
| 53 | +Each meeting will run from 2pm to 3pm GMT, and will take place on the |
| 54 | +[T-compiler/meetings zulip stream][zulip]. |
| 55 | + |
| 56 | +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings |
0 commit comments