Skip to content

Commit ef9af5e

Browse files
authored
Merge pull request #740 from rust-lang/update-wgs-status
Update status for some WGs
2 parents 190da0a + eb71fad commit ef9af5e

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

content/working-groups/polymorphization/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Polymorphization Working Group
33
type: docs
44
---
55
# Polymorphization Working Group
6-
![working group status: active][status]
6+
![working group status: paused][status]
7+
8+
[status]: https://img.shields.io/badge/status-paused-yellow.svg?style=for-the-badge
79

810
This working group aims to implement an analysis to detect when functions could remain polymorphic
911
during code generation.
1012

1113
- **Team:** [wg-polymorphization on rust-lang/team][team]
1214

13-
[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge
14-
1515
## What is the goal of this working group?
1616
This working group aims to accomplish the following:
1717

content/working-groups/self-profile/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: Self-Profile Working Group
33
type: docs
44
---
55
# Self-Profile Working Group
6-
![working group status: active][status]
6+
![working group status: retired][status]
7+
8+
[status]: https://img.shields.io/badge/status-retired-cacaca.svg?style=for-the-badge
79

810
This working group aims to improve the `-Z self-profile` `rustc` option which can aid in profiling the compiler during compilation.
911

@@ -20,7 +22,7 @@ This working group aims to accomplish the following:
2022
- Implement additional tools to explore, visualize and understand the data contained in the output file.
2123

2224
## What is the current status?
23-
The working group is working on creating a "minimum viable product" of the self-profiling feature.
25+
The working group is working on creating a "minimum viable product" of the self-profiling feature.
2426
Progress is tracked in https://github.com/rust-lang/rust/issues/58967.
2527

2628
## How can I get involved?
@@ -40,4 +42,4 @@ The Self-Profile WG doesn't currently have recurring, scheduled meetings.
4042
However, anyone is welcome to attend any WG meetings.
4143

4244
[michaelwoerister]: https://github.com/michaelwoerister
43-
[wesleywiser]: https://github.com/wesleywiser
45+
[wesleywiser]: https://github.com/wesleywiser

content/working-groups/traits/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Traits Working Group
33
type: docs
44
---
55
# Traits Working Group
6-
![working group status: active][status]
6+
![working group status: paused][status]
77

8-
[status]: https://img.shields.io/badge/status-active-green.svg?style=for-the-badge
8+
[status]: https://img.shields.io/badge/status-paused-yellow.svg?style=for-the-badge
99

1010
- **Team:** [wg-traits on rust-lang/team](https://github.com/rust-lang/team/blob/master/teams/wg-traits.toml)
1111

0 commit comments

Comments
 (0)