Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why paused? This has been superseded by T-types.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah thanks, I'll set it to retired then


[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