@@ -78,44 +78,44 @@ expected to arise over time.)
78
78
<tr >
79
79
<td><b>WG-compiler-errors</b></td>
80
80
<td>Make Rust's error messages even friendlier.</td>
81
- <td><a href="">Learn more</a></td>
82
- <td><a href="">Chat</a></td>
81
+ <td><a href="https://paper.dropbox.com/doc/Compiler-errors-FSZdfXAGo3uMQ1wuDcZcy ">Learn more</a></td>
82
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-errors ">Chat</a></td>
83
83
</tr >
84
84
<tr >
85
85
<td><b>WG-compiler-front</b></td>
86
86
<td>Dip your toes in with parsing and syntax sugar.</td>
87
- <td><a href="">Learn more</a></td>
88
- <td><a href="">Chat</a></td>
87
+ <td><a href="https://paper.dropbox.com/doc/Parser-and-Name-Resolution-Front-end-b0SZiNroIE1HK3lHKm8k7 ">Learn more</a></td>
88
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-front ">Chat</a></td>
89
89
</tr >
90
90
<tr >
91
91
<td><b>WG-compiler-middle</b></td>
92
92
<td>Implement features that involve typechecking.</td>
93
- <td><a href="">Learn more</a></td>
94
- <td><a href="">Chat</a></td>
93
+ <td><a href="https://paper.dropbox.com/doc/Middle-Type-checker-XEPTHIWvzlvqkSC3cluTr ">Learn more</a></td>
94
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-middle ">Chat</a></td>
95
95
</tr >
96
96
<tr >
97
97
<td><b>WG-compiler-traits</b></td>
98
98
<td>Want generic associated types? You know what to do.</td>
99
- <td><a href="">Learn more</a></td>
100
- <td><a href="">Chat</a></td>
99
+ <td><a href="https://paper.dropbox.com/doc/Trait-system-LCgNlSbM5cPOyEyWdoqzW ">Learn more</a></td>
100
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-traits ">Chat</a></td>
101
101
</tr >
102
102
<tr >
103
103
<td><b>WG-compiler-incr</b></td>
104
104
<td>Finish incremental compilation; receive undying love.</td>
105
- <td><a href="">Learn more</a></td>
106
- <td><a href="">Chat</a></td>
105
+ <td><a href="https://paper.dropbox.com/doc/Incremental-Compilation-GtIsqsyiXfiyzOh99xp9R ">Learn more</a></td>
106
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-incr ">Chat</a></td>
107
107
</tr >
108
108
<tr >
109
109
<td><b>WG-compiler-nll</b></td>
110
110
<td>Delve into the bowels of borrowck to slay the beast: NLL!</td>
111
- <td><a href="">Learn more</a></td>
112
- <td><a href="">Chat</a></td>
111
+ <td><a href="https://paper.dropbox.com/doc/Non-Lexical-Lifetimes-u5uc6VxJic67K2ynmTiFV ">Learn more</a></td>
112
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-nll ">Chat</a></td>
113
113
</tr >
114
114
<tr >
115
115
<td><b>WG-compiler-const</b></td>
116
116
<td>Const generics. Enough said.</td>
117
- <td><a href="">Learn more</a></td>
118
- <td><a href="">Chat</a></td>
117
+ <td><a href="https://paper.dropbox.com/doc/Const-system-hNGg3H7sqnHb6nf39zpwl ">Learn more</a></td>
118
+ <td><a href="https://gitter.im/rust-impl-period/WG-compiler-const ">Chat</a></td>
119
119
</tr >
120
120
</table >
121
121
@@ -125,38 +125,38 @@ expected to arise over time.)
125
125
<tr >
126
126
<td><b>WG-libs-blitz</b></td>
127
127
<td>Help finish off the Blitz before all the issues are gone!</td>
128
- <td><a href="">Learn more</a></td>
129
- <td><a href="">Chat</a></td>
128
+ <td><a href="https://paper.dropbox.com/doc/libz-blitz-ymXpoWVNDwVDigdrJ5o49 ">Learn more</a></td>
129
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-blitz ">Chat</a></td>
130
130
</tr >
131
131
<tr >
132
132
<td><b>WG-libs-cookbook</b></td>
133
133
<td>Work on bite-sized examples to get folks cooking with Rust.</td>
134
- <td><a href="">Learn more</a></td>
135
- <td><a href="">Chat</a></td>
134
+ <td><a href="https://paper.dropbox.com/doc/Rust-cookbook-DFaopl45jyZGWKI6iFDwD ">Learn more</a></td>
135
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-cookbook ">Chat</a></td>
136
136
</tr >
137
137
<tr >
138
138
<td><b>WG-libs-guidelines</b></td>
139
139
<td>Take the wisdom from the Blitz and pass it on.</td>
140
- <td><a href="">Learn more</a></td>
141
- <td><a href="">Chat</a></td>
140
+ <td><a href="https://paper.dropbox.com/doc/API-Guidelines-bDAAOER4WHdxJ1XtEAFYs ">Learn more</a></td>
141
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-guidelines ">Chat</a></td>
142
142
</tr >
143
143
<tr >
144
144
<td><b>WG-libs-simd</b></td>
145
- <td>We want stable SIMD, and we need your help. </td>
146
- <td><a href="">Learn more</a></td>
147
- <td><a href="">Chat</a></td>
145
+ <td>Provide access to hardware parallelism in Rust! </td>
146
+ <td><a href="https://paper.dropbox.com/doc/simd-9H0xb83w1TD8Tc1yEG75M ">Learn more</a></td>
147
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-simd ">Chat</a></td>
148
148
</tr >
149
149
<tr >
150
150
<td><b>WG-libs-openssl</b></td>
151
151
<td>Want better docs for openssl? So do we.</td>
152
- <td><a href="">Learn more</a></td>
153
- <td><a href="">Chat</a></td>
152
+ <td><a href="https://paper.dropbox.com/doc/OpenSSL-crate-FRMKrV0PjCVqFSBHfmNS5 ">Learn more</a></td>
153
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-openssl ">Chat</a></td>
154
154
</tr >
155
155
<tr >
156
156
<td><b>WG-libs-rand</b></td>
157
- <td></td>
158
- <td><a href="">Learn more</a></td>
159
- <td><a href="">Chat</a></td>
157
+ <td>Craft a stable, core crate for randomness. </td>
158
+ <td><a href="https://github.com/rust-lang/rfcs/pull/2152 ">Learn more</a></td>
159
+ <td><a href="https://gitter.im/rust-impl-period/WG-libs-rand ">Chat</a></td>
160
160
</tr >
161
161
</table >
162
162
@@ -166,20 +166,20 @@ expected to arise over time.)
166
166
<tr >
167
167
<td><b>WG-docs-rustdoc</b></td>
168
168
<td>Help make docs beautiful for everyone!</td>
169
- <td><a href="">Learn more</a></td>
170
- <td><a href="">Chat</a></td>
169
+ <td><a href="https://paper.dropbox.com/doc/Rustdoc-issue-roundup-ZSIIXNDGEPozTM9axn0BO ">Learn more</a></td>
170
+ <td><a href="https://gitter.im/rust-impl-period/WG-docs-rustdoc ">Chat</a></td>
171
171
</tr >
172
172
<tr >
173
173
<td><b>WG-docs-rustdoc2</b></td>
174
174
<td>Get in on a bottom-up revamp of rustdoc!</td>
175
- <td><a href="">Learn more</a></td>
176
- <td><a href="">Chat</a></td>
175
+ <td><a href="https://paper.dropbox.com/doc/WG-rustdoc2-3lxugWOmvpXC2eMaAQK04 ">Learn more</a></td>
176
+ <td><a href="https://gitter.im/rust-impl-period/WG-docs-rustdoc2 ">Chat</a></td>
177
177
</tr >
178
178
<tr >
179
179
<td><b>WG-docs-rbe</b></td>
180
180
<td>Teach others Rust in the browser.</td>
181
- <td><a href="">Learn more</a></td>
182
- <td><a href="">Chat</a></td>
181
+ <td><a href="https://paper.dropbox.com/doc/WG-rbe-Tgd0wu70N6zSmACkNL3TI ">Learn more</a></td>
182
+ <td><a href="https://gitter.im/rust-impl-period/WG-docs-rbe ">Chat</a></td>
183
183
</tr >
184
184
</table >
185
185
@@ -188,45 +188,51 @@ expected to arise over time.)
188
188
<table >
189
189
<tr >
190
190
<td><b>WG-dev-tools-rls</b></td>
191
- <td></td>
192
- <td><a href="">Learn more</a></td>
193
- <td><a href="">Chat</a></td>
191
+ <td>Help make Rust's IDE experience first class. </td>
192
+ <td><a href="https://paper.dropbox.com/doc/Rust-Language-Server-RLS-XQbsngZNog9pkt0AfcMo7 ">Learn more</a></td>
193
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-rls ">Chat</a></td>
194
194
</tr >
195
195
<tr >
196
196
<td><b>WG-dev-tools-vscode</b></td>
197
- <td></td>
198
- <td><a href="">Learn more</a></td>
199
- <td><a href="">Chat</a></td>
197
+ <td>Improve Rust's IDE experience for VSCode. </td>
198
+ <td><a href="https://paper.dropbox.com/doc/Rust-support-in-Visual-Studio-Code-RZ34qWGwy04Xwc82NFi78 ">Learn more</a></td>
199
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-vscode ">Chat</a></td>
200
200
</tr >
201
201
<tr >
202
- <td><b>WG-dev-tools-rustfmt </b></td>
203
- <td></td>
204
- <td><a href="">Learn more</a></td>
205
- <td><a href="">Chat</a></td>
202
+ <td><b>WG-dev-tools-clients </b></td>
203
+ <td>Implement new RLS clients: Atom, Sublime, Visual Studio... </td>
204
+ <td><a href="https://paper.dropbox.com/doc/New-RLS-clients-VrtQKnZR4r3uLD1VBypRI ">Learn more</a></td>
205
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-clients ">Chat</a></td>
206
206
</tr >
207
207
<tr >
208
208
<td><b>WG-dev-tools-IntelliJ</b></td>
209
- <td></td>
210
- <td><a href="">Learn more</a></td>
211
- <td><a href="">Chat</a></td>
209
+ <td>Polish up an already-rich Rust IDE experience.</td>
210
+ <td><a href="https://paper.dropbox.com/doc/Intellij-Rust-IYJGtI7uAjdqr2igv4Y7r">Learn more</a></td>
211
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-IntelliJ">Chat</a></td>
212
+ </tr >
213
+ <tr >
214
+ <td><b>WG-dev-tools-rustfmt</b></td>
215
+ <td>Make Rust's code the prettiest!</td>
216
+ <td><a href="https://paper.dropbox.com/doc/rustfmt-7yTxFPEHtV6jktqZ2pRj1">Learn more</a></td>
217
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-rustfmt">Chat</a></td>
212
218
</tr >
213
219
<tr >
214
220
<td><b>WG-dev-tools-rustup</b></td>
215
- <td></td>
221
+ <td>Make Rust's first impression even better! </td>
216
222
<td><a href="">Learn more</a></td>
217
- <td><a href="">Chat</a></td>
223
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-rustup ">Chat</a></td>
218
224
</tr >
219
225
<tr >
220
226
<td><b>WG-dev-tools-clippy</b></td>
221
- <td></td>
222
- <td><a href="">Learn more</a></td>
223
- <td><a href="">Chat</a></td>
227
+ <td>It looks like you're trying to write a linter. Want help? </td>
228
+ <td><a href="https://paper.dropbox.com/doc/Clippy-integration-and-improvements-gebwGlwNOoy6UGLspGO4T ">Learn more</a></td>
229
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-clippy ">Chat</a></td>
224
230
</tr >
225
231
<tr >
226
232
<td><b>WG-dev-tools-bindgen</b></td>
227
233
<td>Make FFI'ing to C and C++ easy, automatic, and robust!</td>
228
- <td><a href="">Learn more</a></td>
229
- <td><a href="">Chat</a></td>
234
+ <td><a href="https://paper.dropbox.com/doc/bindgen-xTXplHlfqJpnDvPhMqmfW ">Learn more</a></td>
235
+ <td><a href="https://gitter.im/rust-impl-period/WG-dev-tools-bindgen ">Chat</a></td>
230
236
</tr >
231
237
</table >
232
238
@@ -237,25 +243,25 @@ expected to arise over time.)
237
243
<td><b>WG-cargo-native</b></td>
238
244
<td>Let's make native dependencies as painless as we can.</td>
239
245
<td><a href="">Learn more</a></td>
240
- <td><a href="">Chat</a></td>
246
+ <td><a href="https://gitter.im/rust-impl-period/WG-cargo-native ">Chat</a></td>
241
247
</tr >
242
248
<tr >
243
249
<td><b>WG-cargo-registries</b></td>
244
250
<td>Going beyond crates.io to support custom registries.</td>
245
- <td><a href="">Learn more</a></td>
246
- <td><a href="">Chat</a></td>
251
+ <td><a href="https://paper.dropbox.com/doc/Cargo-Multiple-Registries-IrW9bRuZ1rdc4o9UPdQM9 ">Learn more</a></td>
252
+ <td><a href="https://gitter.im/rust-impl-period/WG-cargo-registries ">Chat</a></td>
247
253
</tr >
248
254
<tr >
249
255
<td><b>WG-cargo-pub-deps</b></td>
250
- <td></td>
256
+ <td>Teach Cargo which of your dependencies may affect your users. </td>
251
257
<td><a href="">Learn more</a></td>
252
- <td><a href="">Chat</a></td>
258
+ <td><a href="https://gitter.im/rust-impl-period/WG-cargo-pub-deps ">Chat</a></td>
253
259
</tr >
254
260
<tr >
255
261
<td><b>WG-cargo-integration</b></td>
256
262
<td>How easy can we make it to use Cargo with your build system?</td>
257
- <td><a href="">Learn more</a></td>
258
- <td><a href="">Chat</a></td>
263
+ <td><a href="https://paper.dropbox.com/doc/Cargo-build-system-integration-1sqRG8uyCqxv9EfoS8cco ">Learn more</a></td>
264
+ <td><a href="https://gitter.im/rust-impl-period/WG-cargo-integration ">Chat</a></td>
259
265
</tr >
260
266
</table >
261
267
@@ -265,38 +271,38 @@ expected to arise over time.)
265
271
<tr >
266
272
<td><b>WG-infra-crates.io</b></td>
267
273
<td>Try your hand at a production Rust web app!</td>
268
- <td><a href="">Learn more</a></td>
269
- <td><a href="">Chat</a></td>
274
+ <td><a href="https://paper.dropbox.com/doc/Crates.io-g8NWnnNIeTq8DaqjGoZLr ">Learn more</a></td>
275
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-crates.io ">Chat</a></td>
270
276
</tr >
271
277
<tr >
272
278
<td><b>WG-infra-perf</b></td>
273
279
<td>Let's make sure Rust gets faster.</td>
274
- <td><a href="">Learn more</a></td>
275
- <td><a href="">Chat</a></td>
280
+ <td><a href="https://paper.dropbox.com/doc/Perf.rlo-dp5rp6tSg7bOMmQwLygp4 ">Learn more</a></td>
281
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-perf ">Chat</a></td>
276
282
</tr >
277
283
<tr >
278
284
<td><b>WG-infra-crater</b></td>
279
- <td></td>
280
- <td><a href="">Learn more</a></td>
281
- <td><a href="">Chat</a></td>
285
+ <td>Regularly testing the compiler against the Rust ecosystem. </td>
286
+ <td><a href="https://paper.dropbox.com/doc/Crater-D7DpG48tMhhHhrUm8kyhY ">Learn more</a></td>
287
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-crater ">Chat</a></td>
282
288
</tr >
283
289
<tr >
284
290
<td><b>WG-infra-secure</b></td>
285
291
<td>Help us implement best practices for Rust's infrastructure!</td>
286
- <td><a href="">Learn more</a></td>
287
- <td><a href="">Chat</a></td>
292
+ <td><a href="https://paper.dropbox.com/doc/Securing-Infrastructure-xq5FfLQs1hkxwgxDsHi2Z ">Learn more</a></td>
293
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-secure ">Chat</a></td>
288
294
</tr >
289
295
<tr >
290
296
<td><b>WG-infra-host</b></td>
291
- <td></td>
292
- <td><a href="">Learn more</a></td>
293
- <td><a href="">Chat</a></td>
297
+ <td>Managing the services that keep the Rust machine running. </td>
298
+ <td><a href="https://paper.dropbox.com/doc/Host-WiqosInW7SpUblFVGKeOo ">Learn more</a></td>
299
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-host ">Chat</a></td>
294
300
</tr >
295
301
<tr >
296
302
<td><b>WG-infra-rustbuild</b></td>
297
303
<td>Streamline the compiler build process.</td>
298
- <td><a href="">Learn more</a></td>
299
- <td><a href="">Chat</a></td>
304
+ <td><a href="https://paper.dropbox.com/doc/Rustbuild-Cz96pk6FBtP54JClTCDNd ">Learn more</a></td>
305
+ <td><a href="https://gitter.im/rust-impl-period/WG-infra-rustbuild ">Chat</a></td>
300
306
</tr >
301
307
</table >
302
308
@@ -306,7 +312,7 @@ expected to arise over time.)
306
312
<tr >
307
313
<td><b>WG-core-site</b></td>
308
314
<td>The web site is getting overhauled; help shape the new content!</td>
309
- <td><a href="">Learn more</a></td>
310
- <td><a href="">Chat</a></td>
315
+ <td><a href="https://paper.dropbox.com/doc/rust-lang.org-content-improvement-uGns2d39DFgT0X9FQg0yD ">Learn more</a></td>
316
+ <td><a href="https://gitter.im/rust-impl-period/WG-core-site ">Chat</a></td>
311
317
</tr >
312
318
</table >
0 commit comments