| 
1 |  | -# Autogenerated by `cargo run website-data` in https://github.com/rust-lang/team  | 
2 |  | -governance-team-wg-learning-name = Learning  | 
3 |  | -governance-team-wg-learning-description = Make the compiler easier to learn by ensuring that rustc-guide and api docs are 'complete'  | 
4 |  | -
  | 
5 |  | -governance-team-wg-net-name = Networking working group  | 
6 |  | -governance-team-wg-net-description = Focusing on the end-to-end experience for both sync and async networking code, in coordination with the growing ecosystem in this space.  | 
7 |  | -
  | 
8 |  | -governance-team-wg-security-response-name = Security Response WG  | 
9 |  | -governance-team-wg-security-response-description = Triaging and responding to incoming vulnerability reports  | 
 | 1 | +# Autogenerated by `cargo run dump-website` in https://github.com/rust-lang/team  | 
 | 2 | +governance-team-wg-nll-name = Non-Lexical Lifetimes (NLL) working group  | 
 | 3 | +governance-team-wg-nll-description = Implementing the new MIR-based borrow checker and non-lexical lifetimes in Rust  | 
10 | 4 | 
  | 
11 | 5 | governance-team-community-survey-name = Survey team  | 
12 |  | -governance-team-community-survey-description = Running, analysing, and presenting the community survey.  | 
 | 6 | +governance-team-community-survey-description = Running, analysing, and presenting the community survey  | 
13 | 7 | 
  | 
14 |  | -governance-team-wg-embedded-name = Embedded devices working group  | 
15 |  | -governance-team-wg-embedded-description = Focusing on the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms.  | 
 | 8 | +governance-team-ides-name = IDEs and editors team  | 
 | 9 | +governance-team-ides-description = Developing IDEs, editors, and other development tools such as Racer and the RLS  | 
16 | 10 | 
  | 
17 |  | -governance-team-community-name = Community team  | 
18 |  | -governance-team-community-description = Coordination and supporting events, content creation, running the RustBridge program, and conducting the survey.  | 
 | 11 | +governance-team-wg-rustfix-name = Rustfix working group  | 
 | 12 | +governance-team-wg-rustfix-description = Developing cargo-fix and serving as a point of contact for other teams  | 
19 | 13 | 
  | 
20 |  | -governance-team-mods-name = Moderation team  | 
21 |  | -governance-team-mods-description = helping uphold the code of conduct  | 
 | 14 | +governance-team-wg-security-response-name = Security Response WG  | 
 | 15 | +governance-team-wg-security-response-description = Triaging and responding to incoming vulnerability reports  | 
22 | 16 | 
  | 
23 |  | -governance-team-community-rustbridge-name = RustBridge team  | 
24 |  | -governance-team-community-rustbridge-description = An inclusive educational initiative focused on bringing underrepresented groups into Rust.  | 
 | 17 | +governance-team-clippy-name = Clippy team  | 
 | 18 | +governance-team-clippy-description = Designing and implementing the Clippy linter  | 
25 | 19 | 
  | 
26 |  | -governance-team-wg-nll-name = Non-Lexical Lifetimes (NLL)  | 
27 |  | -governance-team-wg-nll-description = Implementing the new MIR-based borrow check and non-lexical lifetimes  | 
 | 20 | +governance-team-miri-name = Miri  | 
 | 21 | +governance-team-miri-description = design and implementation of the Miri interpreter  | 
28 | 22 | 
  | 
29 |  | -governance-team-wg-triage-name = Triage Working Group  | 
30 |  | -governance-team-wg-triage-description = Triage repositories under rust-lang organisation  | 
 | 23 | +governance-team-wg-debugging-name = Debugging working group  | 
 | 24 | +governance-team-wg-debugging-description = Developing and managing Rust debugging tools  | 
31 | 25 | 
  | 
32 |  | -governance-team-core-observers-name = Core Team Observers  | 
33 |  | -governance-team-core-observers-description = observers on the core team  | 
 | 26 | +governance-team-compiler-name = Compiler team  | 
 | 27 | +governance-team-compiler-description = Developing and managing compiler internals and optimizations  | 
34 | 28 | 
  | 
35 |  | -governance-team-crates-io-name = Crates.io team  | 
36 |  | -governance-team-crates-io-description = Management of operations, development, and policies for crates.io.  | 
 | 29 | +governance-team-core-name = Core team  | 
 | 30 | +governance-team-core-description = Managing the overall direction of Rust, subteam leadership, and any cross-cutting issues  | 
37 | 31 | 
  | 
38 |  | -governance-team-wg-self-profile-name = Self-Profile  | 
39 |  | -governance-team-wg-self-profile-description = Improving the -Z self-profile feature  | 
 | 32 | +governance-team-wg-traits-name = Traits working group  | 
 | 33 | +governance-team-wg-traits-description = Revamping the rustc trait implementation to follow the Chalk approach  | 
40 | 34 | 
  | 
41 |  | -governance-team-clippy-name = Clippy  | 
42 |  | -governance-team-clippy-description = design and implementation of the Clippy linter  | 
 | 35 | +governance-team-wg-parallel-rustc-name = Parallel rustc working group  | 
 | 36 | +governance-team-wg-parallel-rustc-description = Making parallel compilation the default for rustc  | 
43 | 37 | 
  | 
44 |  | -governance-team-wg-rfc-2229-name = RFC 2229  | 
45 |  | -governance-team-wg-rfc-2229-description = Make a closure capture individual fields of the variable rather than the entire composite variable  | 
 | 38 | +governance-team-wg-cli-name = Command-line interfaces (CLI) working group  | 
 | 39 | +governance-team-wg-cli-description = Focusing on the end-to-end experience of writing terminal apps, both large and small, in Rust.  | 
46 | 40 | 
  | 
47 |  | -governance-team-rust-by-example-name = Rust by Example team  | 
48 |  | -governance-team-rust-by-example-description = maintaining and updating Rust By Example  | 
 | 41 | +governance-team-mods-discord-name = Discord moderators  | 
 | 42 | +governance-team-mods-discord-description = Moderating the Discord server  | 
49 | 43 | 
  | 
50 |  | -governance-team-wg-rls-2-name = RLS 2.0  | 
51 |  | -governance-team-wg-rls-2-description = Experimenting with a new compiler architecture tailored for IDEs  | 
 | 44 | +governance-team-wg-compiler-performance-name = Compiler performance working group  | 
 | 45 | +governance-team-wg-compiler-performance-description = Improving rustc compilation performance (build times)  | 
52 | 46 | 
  | 
53 |  | -governance-team-operations-name = Operations team  | 
54 |  | -governance-team-operations-description = Handling releases, bots, infra, and more.  | 
 | 47 | +governance-team-community-content-name = Content team  | 
 | 48 | +governance-team-community-content-description = Collecting and developing community content  | 
55 | 49 | 
  | 
56 |  | -governance-team-ides-name = IDEs and editors team  | 
57 |  | -governance-team-ides-description = IDEs, editors, and supporting tools such as Racer and the RLS  | 
 | 50 | +governance-team-wg-async-foundations-name = Async Foundations working group  | 
 | 51 | +governance-team-wg-async-foundations-description = Pursuing core language and library support for async-await  | 
58 | 52 | 
  | 
59 |  | -governance-team-wg-grammar-name = Grammar  | 
60 |  | -governance-team-wg-grammar-description = Working out a the official, formal grammar for Rust and validating it against existing implementations.  | 
 | 53 | +governance-team-wg-gamedev-name = Game development working group  | 
 | 54 | +governance-team-wg-gamedev-description = Focusing on making Rust the default choice for game development.  | 
61 | 55 | 
  | 
62 |  | -governance-team-wg-cli-name = Command-line interfaces (CLI) working group  | 
63 |  | -governance-team-wg-cli-description = Focusing on the end-to-end experience of writing CLI apps, both large and small, in Rust.  | 
 | 56 | +governance-team-wg-llvm-name = LLVM working group  | 
 | 57 | +governance-team-wg-llvm-description = Working with LLVM upstream to represent Rust in its development  | 
64 | 58 | 
  | 
65 |  | -governance-team-wg-bindgen-name = Bindgen working group  | 
66 |  | -governance-team-wg-bindgen-description = tools for generating FFI bindings  | 
 | 59 | +governance-team-community-rustbridge-name = RustBridge team  | 
 | 60 | +governance-team-community-rustbridge-description = Helping to bring underrepresented groups into Rust  | 
67 | 61 | 
  | 
68 |  | -governance-team-mods-discourse-name = Discourse moderators  | 
69 |  | -governance-team-mods-discourse-description = Moderating users.rust-lang.org and internals.rust-lang.org  | 
 | 62 | +governance-team-wg-grammar-name = Grammar working group  | 
 | 63 | +governance-team-wg-grammar-description = Working out the official, formal grammar for Rust and validating it against existing implementations  | 
70 | 64 | 
  | 
71 |  | -governance-team-wg-async-await-name = Async-await Implementation  | 
72 |  | -governance-team-wg-async-await-description = Implementing async-await  | 
 | 65 | +governance-team-lang-name = Language team  | 
 | 66 | +governance-team-lang-description = Designing and helping to implement new language features  | 
73 | 67 | 
  | 
74 |  | -governance-team-mods-discord-name = Discord moderators  | 
75 |  | -governance-team-mods-discord-description = Moderating the Discord server  | 
 | 68 | +governance-team-docs-rs-name = Docs.rs team  | 
 | 69 | +governance-team-docs-rs-description = Docs.rs, the documentation hosting service for crates  | 
76 | 70 | 
  | 
77 |  | -governance-team-wg-pgo-name = Profile-guided optimization  | 
 | 71 | +governance-team-wg-pgo-name = Profile-guided optimization working group  | 
78 | 72 | governance-team-wg-pgo-description = Implementing profile-guided optimization for rustc  | 
79 | 73 | 
  | 
80 |  | -governance-team-wg-secure-code-name = Secure Code WG  | 
 | 74 | +governance-team-rustdoc-name = Rustdoc team  | 
 | 75 | +governance-team-rustdoc-description = Developing and managing documentation tools, including Rustdoc and docs.rs  | 
 | 76 | +
  | 
 | 77 | +governance-team-wg-secure-code-name = Secure Code working group  | 
81 | 78 | governance-team-wg-secure-code-description = Making it easy to write secure code in Rust  | 
82 | 79 | 
  | 
83 |  | -governance-team-wg-net-async-name = Async foundations working group  | 
84 |  | -governance-team-wg-net-async-description = Our goal is to bring async/await onto a path to stabilization and to provide documentation for asynchronous programming.  | 
 | 80 | +governance-team-release-name = Release team  | 
 | 81 | +governance-team-release-description = Tracking regressions and stabilizations, and producing Rust releases  | 
85 | 82 | 
  | 
86 |  | -governance-team-infra-name = Infrastructure team  | 
87 |  | -governance-team-infra-description = infrastructure supporting the Rust project itself: CI, releases, bots, metrics  | 
 | 83 | +governance-team-wg-wasm-name = WebAssembly (WASM) working group  | 
 | 84 | +governance-team-wg-wasm-description = Improving on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly  | 
88 | 85 | 
  | 
89 |  | -governance-team-wg-mir-opt-name = MIR Optimizations  | 
90 |  | -governance-team-wg-mir-opt-description = Write MIR optimizations and refactor the MIR to be more optimizable.  | 
 | 86 | +governance-team-wg-learning-name = Learning working group  | 
 | 87 | +governance-team-wg-learning-description = Making the compiler easier to learn by ensuring that the compiler guide and API documentation are updated  | 
91 | 88 | 
  | 
92 | 89 | governance-team-libs-name = Library team  | 
93 |  | -governance-team-libs-description = the Rust standard library, rust-lang crates, conventions, and ecosystem support  | 
 | 90 | +governance-team-libs-description = Developing and managing the Rust standard library, official rust-lang crates, code conventions, and ecosystem support  | 
94 | 91 | 
  | 
95 |  | -governance-team-wg-parallel-rustc-name = Parallel rustc  | 
96 |  | -governance-team-wg-parallel-rustc-description = Making parallel compilation the default for rustc  | 
 | 92 | +governance-team-wg-triage-name = Triage working group  | 
 | 93 | +governance-team-wg-triage-description = Triaging repositories under the rust-lang organisation  | 
97 | 94 | 
  | 
98 |  | -governance-team-wg-wasm-name = WebAssembly (WASM) working group  | 
99 |  | -governance-team-wg-wasm-description = Focusing on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly.  | 
 | 95 | +governance-team-crates-io-name = Crates.io team  | 
 | 96 | +governance-team-crates-io-description = Managing operations, development, and official policies for crates.io  | 
100 | 97 | 
  | 
101 |  | -governance-team-rustdoc-name = Rustdoc team  | 
102 |  | -governance-team-rustdoc-description = Documentation tools including Rustdoc and docs.rs  | 
 | 98 | +governance-team-reference-name = Reference team  | 
 | 99 | +governance-team-reference-description = Developing and writing the Rust reference  | 
103 | 100 | 
  | 
104 |  | -governance-team-wg-governance-name = Governance Working Group  | 
105 |  | -governance-team-wg-governance-description = Working on improving Rust Governance  | 
 | 101 | +governance-team-wg-safe-transmute-name = safe-transmute project group  | 
 | 102 | +governance-team-wg-safe-transmute-description = A working-group project to extend the Rust language to support safe transmute between types  | 
106 | 103 | 
  | 
107 |  | -governance-team-wg-traits-name = Traits  | 
108 |  | -governance-team-wg-traits-description = Revamping the rustc trait implementation to follow the Chalk approach.  | 
 | 104 | +governance-team-core-observers-name = Core team observers  | 
 | 105 | +governance-team-core-observers-description = Observers on the core team  | 
109 | 106 | 
  | 
110 |  | -governance-team-wg-rustfmt-name = Rustfmt working group  | 
111 |  | -governance-team-wg-rustfmt-description = design and implementation of Rustfmt  | 
 | 107 | +governance-team-wg-ffi-unwind-name = ffi-unwind project group  | 
 | 108 | +governance-team-wg-ffi-unwind-description = A working-group project to extend the Rust language to support unwinding that crosses FFI boundaries  | 
112 | 109 | 
  | 
113 |  | -governance-team-compiler-name = Compiler team  | 
114 |  | -governance-team-compiler-description = compiler internals, optimizations  | 
 | 110 | +governance-team-community-events-name = Events team  | 
 | 111 | +governance-team-community-events-description = Supporting and organizing community events  | 
115 | 112 | 
  | 
116 |  | -governance-team-release-name = Release team  | 
117 |  | -governance-team-release-description = tracking regressions, stabilizations, and producing Rust releases  | 
 | 113 | +governance-team-devtools-name = Dev tools team  | 
 | 114 | +governance-team-devtools-description = Contributing to and creating the Rust development tools  | 
118 | 115 | 
  | 
119 |  | -governance-team-community-content-name = Content team  | 
120 |  | -governance-team-community-content-description = Helping support community content collection and development.  | 
 | 116 | +governance-team-wg-bindgen-name = Bindgen working group  | 
 | 117 | +governance-team-wg-bindgen-description = Developing tools for generating FFI bindings  | 
121 | 118 | 
  | 
122 | 119 | governance-team-docs-name = Documentation team  | 
123 |  | -governance-team-docs-description = ensuring Rust has fantastic documentation  | 
 | 120 | +governance-team-docs-description = Improving and moderating the quality of Rust's documentation  | 
124 | 121 | 
  | 
125 |  | -governance-team-wg-gamedev-name = Game development working group  | 
126 |  | -governance-team-wg-gamedev-description = Focusing on making Rust the default choice for game development.  | 
 | 122 | +governance-team-mods-name = Moderation team  | 
 | 123 | +governance-team-mods-description = Helping uphold the code of conduct and community standards  | 
127 | 124 | 
  | 
128 |  | -governance-team-wg-net-embedded-name = Embedded networking group  | 
129 |  | -governance-team-wg-net-embedded-description = Our goal is to support IoT development.  | 
 | 125 | +governance-team-wg-embedded-name = Embedded devices working group  | 
 | 126 | +governance-team-wg-embedded-description = Focusing on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms  | 
130 | 127 | 
  | 
131 |  | -governance-team-lang-name = Language team  | 
132 |  | -governance-team-lang-description = designing new language features  | 
 | 128 | +governance-team-cargo-name = Cargo team  | 
 | 129 | +governance-team-cargo-description = Designing and implementing the official Rust package manager, Cargo  | 
133 | 130 | 
  | 
134 |  | -governance-team-wg-unsafe-code-guidelines-name = Unsafe Code Guidelines (UCG)  | 
135 |  | -governance-team-wg-unsafe-code-guidelines-description = Working out the "Unsafe Code Guidelines", which define what kind of behavior unsafe code can and cannot do.  | 
 | 131 | +governance-team-operations-name = Operations team  | 
 | 132 | +governance-team-operations-description = Handling releases, bots, infra, and more  | 
136 | 133 | 
  | 
137 |  | -governance-team-alumni-name = Rust team alumni  | 
138 |  | -governance-team-alumni-description = enjoying a leisurely retirement  | 
 | 134 | +governance-team-wg-meta-name = Meta working group  | 
 | 135 | +governance-team-wg-meta-description = Organizing and managing the Rust compiler team  | 
139 | 136 | 
  | 
140 |  | -governance-team-cargo-name = Cargo team  | 
141 |  | -governance-team-cargo-description = design and implementation of Cargo  | 
 | 137 | +governance-team-mods-discourse-name = Discourse moderators  | 
 | 138 | +governance-team-mods-discourse-description = Moderating users.rust-lang.org and internals.rust-lang.org  | 
142 | 139 | 
  | 
143 |  | -governance-team-core-name = Core team  | 
144 |  | -governance-team-core-description = Direction of the project, subteam leadership, cross-cutting concerns.  | 
 | 140 | +governance-team-infra-name = Infrastructure team  | 
 | 141 | +governance-team-infra-description = Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics  | 
145 | 142 | 
  | 
146 |  | -governance-team-wg-rustup-name = Rustup working group  | 
147 |  | -governance-team-wg-rustup-description = design and implementation of Rustup  | 
 | 143 | +governance-team-wg-governance-name = Governance working group  | 
 | 144 | +governance-team-wg-governance-description = Managing and improving Rust team governance  | 
148 | 145 | 
  | 
149 |  | -governance-team-wg-polonius-name = Polonius  | 
150 |  | -governance-team-wg-polonius-description = Experimental work on a new borrow-checker implementation  | 
 | 146 | +governance-team-wg-unsafe-code-guidelines-name = Unsafe Code Guidelines (UCG) working group  | 
 | 147 | +governance-team-wg-unsafe-code-guidelines-description = Working out the "Unsafe Code Guidelines", which define what kind of behavior unsafe code can and cannot do  | 
151 | 148 | 
  | 
152 |  | -governance-team-compiler-contributors-name = Compiler team contributors  | 
153 |  | -governance-team-compiler-contributors-description = folks who contribute on a regular basis  | 
 | 149 | +governance-team-wg-rfc-2229-name = RFC 2229 working group  | 
 | 150 | +governance-team-wg-rfc-2229-description = Improving the behavior of closure-capture, and improving the documentation on closures  | 
154 | 151 | 
  | 
155 |  | -governance-team-wg-embedded-resources-name = Embedded devices working group -- resources team  | 
156 |  | -governance-team-wg-embedded-resources-description = Managing various resources owned by the embedded WG  | 
 | 152 | +governance-team-wg-mir-opt-name = MIR optimizations working group  | 
 | 153 | +governance-team-wg-mir-opt-description = Writing MIR optimizations and refactoring the MIR to be more optimizable  | 
157 | 154 | 
  | 
158 |  | -governance-team-wg-net-web-name = Web foundations working group  | 
159 |  | -governance-team-wg-net-web-description = Our goal is to improve web programming in Rust.  | 
 | 155 | +governance-team-rust-by-example-name = Rust by Example team  | 
 | 156 | +governance-team-rust-by-example-description = Maintaining and updating an official Rust book, Rust By Example  | 
160 | 157 | 
  | 
161 |  | -governance-team-community-events-name = Events team  | 
162 |  | -governance-team-community-events-description = Supporting community events with knowledge and resources.  | 
 | 158 | +governance-team-community-name = Community team  | 
 | 159 | +governance-team-community-description = Coordinating and supporting events, content creation, and the RustBridge program, as well as conducting community surveys  | 
163 | 160 | 
  | 
164 |  | -governance-team-reference-name = Reference team  | 
165 |  | -governance-team-reference-description = working on the Rust reference  | 
 | 161 | +governance-team-wg-rustup-name = Rustup working group  | 
 | 162 | +governance-team-wg-rustup-description = Designing and implementing rustup  | 
166 | 163 | 
  | 
167 |  | -governance-team-wg-localization-name = Localization WG  | 
168 |  | -governance-team-wg-localization-description = Working towards  | 
 | 164 | +governance-team-wg-rustfmt-name = Rustfmt working group  | 
 | 165 | +governance-team-wg-rustfmt-description = Designing and implementing rustfmt, a formatting tool for Rust code  | 
169 | 166 | 
  | 
170 |  | -governance-team-devtools-name = Dev tools team  | 
171 |  | -governance-team-devtools-description = Rust developer tools  | 
 | 167 | +governance-team-compiler-contributors-name = Compiler team contributors  | 
 | 168 | +governance-team-compiler-contributors-description = Folks who contribute to the Rust compiler on a regular basis  | 
172 | 169 | 
  | 
173 |  | -governance-team-wg-rustfix-name = Rustfix working group  | 
174 |  | -governance-team-wg-rustfix-description = Improve cargo-fix and be a point of contact for other teams  | 
 | 170 | +governance-team-community-localization-name = Localization team  | 
 | 171 | +governance-team-community-localization-description = Working on localization of compiler, documentation and websites  | 
175 | 172 | 
  | 
176 |  | -governance-team-wg-debugging-name = Debugging working group  | 
177 |  | -governance-team-wg-debugging-description = debugging tools and foundations  | 
 | 173 | +governance-team-alumni-name = Rust team alumni  | 
 | 174 | +governance-team-alumni-description = Enjoying a leisurely retirement  | 
178 | 175 | 
  | 
179 |  | -governance-team-wg-llvm-name = LLVM  | 
180 |  | -governance-team-wg-llvm-description = Working with LLVM upstream to represent Rust in its development  | 
 | 176 | +governance-team-wg-self-profile-name = Self-profile working group  | 
 | 177 | +governance-team-wg-self-profile-description = Improving the -Z self-profile feature of the Rust compiler  | 
181 | 178 | 
  | 
182 |  | -governance-team-wg-meta-name = Meta  | 
183 |  | -governance-team-wg-meta-description = How compiler team organizes itself  | 
 | 179 | +governance-team-wg-embedded-resources-name = Embedded resources working group  | 
 | 180 | +governance-team-wg-embedded-resources-description = Managing various resources owned by the embedded working group  | 
 | 181 | +
  | 
 | 182 | +governance-team-wg-rls-2-name = RLS 2.0 working group  | 
 | 183 | +governance-team-wg-rls-2-description = Experimenting with a new compiler architecture tailored for IDEs  | 
184 | 184 | 
  | 
185 |  | -governance-team-wg-compiler-performance-name = Compiler Performance  | 
186 |  | -governance-team-wg-compiler-performance-description = Improving rustc compilation performance (build times).  | 
 | 185 | +governance-team-wg-polonius-name = Polonius working group  | 
 | 186 | +governance-team-wg-polonius-description = Working on an experimental new borrow-checker implementation  | 
187 | 187 | 
  | 
0 commit comments