Skip to content

Commit

Permalink
Merge pull request #740 from rust-lang/update-wgs-status
Browse files Browse the repository at this point in the history
Update status for some WGs
  • Loading branch information
apiraino committed Apr 18, 2024
2 parents 190da0a + eb71fad commit ef9af5e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions content/working-groups/polymorphization/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Polymorphization Working Group
type: docs
---
# Polymorphization Working Group
![working group status: active][status]
![working group status: paused][status]

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

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

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

[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge

## What is the goal of this working group?
This working group aims to accomplish the following:

Expand Down
8 changes: 5 additions & 3 deletions content/working-groups/self-profile/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Self-Profile Working Group
type: docs
---
# Self-Profile Working Group
![working group status: active][status]
![working group status: retired][status]

[status]: https://img.shields.io/badge/status-retired-cacaca.svg?style=for-the-badge

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

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

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

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

[michaelwoerister]: https://github.com/michaelwoerister
[wesleywiser]: https://github.com/wesleywiser
[wesleywiser]: https://github.com/wesleywiser
4 changes: 2 additions & 2 deletions content/working-groups/traits/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Traits Working Group
type: docs
---
# Traits Working Group
![working group status: active][status]
![working group status: paused][status]

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

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

Expand Down

0 comments on commit ef9af5e

Please sign in to comment.