You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* define lang-team champion role
* macros: scale back commitment to assigning a champion
* TC as champion for GPU Offload
* remove lang team ask from arm goal
* const-traits: assign nikomatsakis as champion
* rustc codegen: assign TC as lang-team champion
* field projection: not accepted, no bandwidth :(
* ergonomic RC: assign nikomatsakis as champion
move away from completing RFC for now
* eii: assign nikomatsakis as champion
* safe linking: assign nikomatsakis as champion
* unsafe fields: assign scottmcm as champion
* seamless Rust: assign tmandry as champion
* min generic const arguments: fix comma
* sve: davidtwco is an advisor, make him champion
* extend TEMPLATE with lang-team champion
* async: pare back, assign champions
* RTN, unsafe binders, AFIDT: nikomatsakis
* generators, impl trait aliases, pin ergonomics: tmandry
* Revert "macros: scale back commitment to assigning a champion"
This reverts commit edc3909.
* assign joshtriplett as champion for macros
and restore the RFC decision ask.
Doesn't seem undoable.
* remove stabilizaiton proposals for macros
too soon
---------
Co-authored-by: Niko Matsakis <nikomat@amazon.com>
Copy file name to clipboardExpand all lines: rust-project-goals.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"Deploy to production" = { short="Deploy", about="deploy code to production (e.g., on crates.io" }
10
10
"Standard reviews" = { short="r?", about="review PRs (PRs are not expected to be unduly large or complicated)" }
11
11
"Dedicated reviewer" = { short="Ded. r?", about="assign a specific person (or people) to review a series of PRs, appropriate for large or complex asks" }
12
-
"Lang-team champion" = { short="Champion", about="begin a [lang-team experiment](https://lang-team.rust-lang.org/how_to/experiment.html) authorizing experimental impl of lang changes before an RFC is written; limited to trusted contributors" }
12
+
"Lang-team champion" = { short="Champion", about="member of langteam or advisors who will champion the design within team" }
13
13
"Lang-team experiment" = { short="Experiment", about="begin a [lang-team experiment](https://lang-team.rust-lang.org/how_to/experiment.html) authorizing experimental impl of lang changes before an RFC is written; limited to trusted contributors" }
14
14
"Design meeting" = { short="Design mtg.", about="hold a synchronous meeting to review a proposal and provide feedback (no decision expected)" }
15
15
"RFC decision" = { short="RFC", about="review an RFC and deciding whether to accept" }
Copy file name to clipboardExpand all lines: src/2025h1/ergonomic-rc.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Users in higher-level domains are accustomed to the ergonomics of Python or Type
65
65
66
66
### The next 6 months
67
67
68
-
In 2024H2 we began work on an experimental implementation (not yet landed) and authored a corresponding RFC, which has received substantial feedback. In 2025H1 we will continue by (a) landing the experimental branch and (b) addressing feedback on the RFC, reading it with the lang-team, and reaching a decision.
68
+
In 2024H2 we began work on an experimental implementation (not yet landed) and authored a corresponding RFC, which has received substantial feedback. In 2025H1 we will focus on driving the experimental branch to completion.
69
69
70
70
### The "shiny future" we are working towards
71
71
@@ -88,9 +88,8 @@ We don't have consensus around a full set of "design axioms" for this design, bu
0 commit comments