Skip to content

Commit 240c27f

Browse files
davidtwcoDavid Wood
authored andcommitted
Simplify table.
1 parent d3a531d commit 240c27f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ tasks all focused around one area and have designated channels for help and advi
4545
active working groups are listed below:
4646

4747

48-
Name | Leads | Short Description | Start Date | Status | Zulip Stream | Regular meetings | Labels |
49-
---- | ----- | ----------------- | ---------- | ------ | ------------ | -------- | ------ |
50-
[Async-await Implementation](working-groups/async-await/) | [@nikomatsakis][nikomatsakis] and [@cramertj][cramertj] | Implementing async-await | February 2019 | Active | [#t-compiler/wg-async-await][async-await_stream] | N/A | A-async-await |
51-
[LLVM](working-groups/llvm/) | Preliminarily [@nagisa][nagisa] | Working with LLVM upstream to represent Rust in its development | N/A | Incubating | N/A | N/A | A-LLVM |
52-
[Non-lexical lifetimes (NLL)](working-groups/nll/) | [@nikomatsakis][nikomatsakis] and [@pnkfelix][pnkfelix] | Implementing non-lexical lifetimes | June 2017 | Winding down | [#t-compiler/wg-nll][nll_stream] | [Weekly, in Zulip][] (optional) | A-NLL, NLL-* |
53-
[Traits](working-groups/traits/) | [@nikomatsakis][nikomatsakis] | Improving the trait-system design + implementation | February 2019 | Active | [#t-compiler/wg-traits][traits_stream] | [Weekly, in Zulip][] (optional) | A-traits |
54-
[Parallel-rustc](working-groups/parallel-rustc/) | [@Zoxc][Zoxc] and [@michaelwoerister][michaelwoerister] | Making parallel compilation the default for rustc | February 2019 | Active | [#t-compiler/wg-parallel-rustc][parallel-rustc_stream] | N/A | A-parallel-queries |
55-
[Profile-Guided Optimization](working-groups/pgo/) | [@michaelwoerister][michaelwoerister] | Implementing profile-guided optimization for rustc | February 2019 | Active | [#t-compiler/wg-profile-guided-optimization][pgo_stream] | N/A | N/A |
56-
[mir-opt](working-groups/mir-opt/) | [@oli-obk][oli-obk] | Write MIR optimizations and refactor the MIR to be more optimizable | March 2019 | Active | [#t-compiler/wg-mir-opt][mir-opt-stream] | N/A | N/A |
57-
[RLS 2.0](working-groups/rls-2.0/) | [@matklad][matklad] | Experimenting with a new compiler architecture tailored for IDEs | February 2019 | Active | [#t-compiler/wg-rls2.0][rls20_stream] | N/A | N/A |
58-
[Meta](working-groups/meta/) | [@nikomatsakis][nikomatsakis], [@davidtwco][davidtwco] and [@spastorino][spastorino] | How compiler team organizes itself | February 2019 | Active | [#t-compiler/wg-meta][meta_stream] | N/A | N/A |
59-
[Self-Profile](working-groups/self-profile/) | [@michaelwoerister][michaelwoerister] and [@wesleywiser][wesleywiser] | Improving the `-Z self-profile` feature | March 2019 | Active | [#t-compiler/wg-self-profile][self-profile_stream] | N/A | N/A
60-
[RFC 2229](working-groups/rfc-2229/) | [@blitzerr][blitzerr] and [@nikomatsakis][nikomatsakis] | Make a closure capture individual fields of the variable rather than the entire composite variable | March 2019 | Active | [#t-compiler/wg-rfc-2229][rfc-2229-stream] | N/A | N/A |
48+
Name | Status | Short Description | Zulip Stream
49+
---- | ------ | ----------------- | ------------
50+
[Async-await Implementation](working-groups/async-await/) | Active | Implementing async-await | [#t-compiler/wg-async-await][async-await_stream]
51+
[LLVM](working-groups/llvm/) | Incubating | Working with LLVM upstream to represent Rust in its development | N/A
52+
[Non-lexical lifetimes (NLL)](working-groups/nll/) | Winding down | Implementing non-lexical lifetimes | [#t-compiler/wg-nll][nll_stream]
53+
[Traits](working-groups/traits/) | Active | Improving the trait-system design + implementation | [#t-compiler/wg-traits][traits_stream]
54+
[Parallel-rustc](working-groups/parallel-rustc/) | Active | Making parallel compilation the default for rustc | [#t-compiler/wg-parallel-rustc][parallel-rustc_stream]
55+
[Profile-Guided Optimization](working-groups/pgo/) | Active | Implementing profile-guided optimization for rustc | [#t-compiler/wg-profile-guided-optimization][pgo_stream]
56+
[RLS 2.0](working-groups/rls-2.0/) | Active | Experimenting with a new compiler architecture tailored for IDEs | [#t-compiler/wg-rls2.0][rls20_stream]
57+
[Meta](working-groups/meta/) | Active | How compiler team organizes itself | [#t-compiler/wg-meta][meta_stream]
58+
[Self-Profile](working-groups/self-profile/) | Active | Improving the `-Z self-profile` feature | [#t-compiler/wg-self-profile][self-profile_stream]
59+
[RFC 2229](working-groups/rfc-2229/) | Active | Make a closure capture individual fields of the variable rather than the entire composite variable | [#t-compiler/wg-rfc-2229][rfc-2229-stream]
60+
[MIR Optimizations](working-groups/mir-opt/) | Active | Write MIR optimizations and refactor the MIR to be more optimizable. | [#t-compiler/wg-mir-opt][mir-opt-stream]
6161

6262
[nikomatsakis]: https://github.com/nikomatsakis
6363
[cramertj]: https://github.com/cramertj

0 commit comments

Comments
 (0)