Skip to content

Commit 96b5976

Browse files
davidtwcoDavid Wood
authored andcommitted
Update table for new mir-opt WG.
1 parent bc07a80 commit 96b5976

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Name | Status | Short
4949
---- | ------ | ----------------- | ------------
5050
[Async-await Implementation](working-groups/async-await/) | Active | Implementing async-await | [#t-compiler/wg-async-await][async-await_stream]
5151
[LLVM](working-groups/llvm/) | Incubating | Working with LLVM upstream to represent Rust in its development | [#t-compiler/wg-llvm][llvm_stream]
52+
[Self-Profile](working-groups/self-profile/) | Active | Improving the `-Z self-profile` feature | [#t-compiler/wg-self-profile][self-profile_stream]
53+
[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]
54+
[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]
55+
[Meta](working-groups/meta/) | Active | How compiler team organizes itself | [#t-compiler/wg-meta][meta_stream]
5256
[Non-Lexical Lifetimes (NLL)](working-groups/nll/) | Winding down | Implementing non-lexical lifetimes | [#t-compiler/wg-nll][nll_stream]
5357
[Traits](working-groups/traits/) | Active | Improving the trait-system design + implementation | [#t-compiler/wg-traits][traits_stream]
5458
[Parallel-rustc](working-groups/parallel-rustc/) | Active | Making parallel compilation the default for rustc | [#t-compiler/wg-parallel-rustc][parallel-rustc_stream]
5559
[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]
6060
[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

about/triage-meeting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ This section contains the scheduled check-ins for working groups:
1414

1515
- **2019-03-21:** [wg-nll], [wg-traits]
1616
- **2019-03-28:** [wg-parallel-rustc], [wg-pgo]
17-
- **2019-04-24:** [wg-rls-2.0], [wg-meta]
17+
- **2019-04-04:** [wg-rls-2.0], [wg-meta]
18+
- **2019-04-11:** [wg-mir-opt], [wg-async-await]
19+
- **2019-04-18:** [wg-llvm], [wg-self-profile]
20+
- **2019-04-25:** [wg-rfc-2229], [wg-rls-2.0]
21+
- **2019-05-02:** [wg-meta], [wg-nll]
1822

1923
Looking for a meeting that isn't listed above? Make a PR and extend the list to include that
2024
meeting.
@@ -36,3 +40,4 @@ This section lists check-ins from triage meetings before the check-in schedule w
3640
[wg-traits]: ../working-groups/traits
3741
[wg-parallel-rustc]: ../working-groups/parallel-rustc
3842
[wg-pgo]: ../working-groups/pgo
43+
[wg-mir-opt]: ../working-groups/mir-opt

0 commit comments

Comments
 (0)