File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ title: Polymorphization Working Group
3
3
type : docs
4
4
---
5
5
# 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
7
9
8
10
This working group aims to implement an analysis to detect when functions could remain polymorphic
9
11
during code generation.
10
12
11
13
- ** Team:** [ wg-polymorphization on rust-lang/team] [ team ]
12
14
13
- [ status ] : https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge
14
-
15
15
## What is the goal of this working group?
16
16
This working group aims to accomplish the following:
17
17
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ title: Self-Profile Working Group
3
3
type : docs
4
4
---
5
5
# 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
7
9
8
10
This working group aims to improve the ` -Z self-profile ` ` rustc ` option which can aid in profiling the compiler during compilation.
9
11
@@ -20,7 +22,7 @@ This working group aims to accomplish the following:
20
22
- Implement additional tools to explore, visualize and understand the data contained in the output file.
21
23
22
24
## 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.
24
26
Progress is tracked in https://github.com/rust-lang/rust/issues/58967 .
25
27
26
28
## How can I get involved?
@@ -40,4 +42,4 @@ The Self-Profile WG doesn't currently have recurring, scheduled meetings.
40
42
However, anyone is welcome to attend any WG meetings.
41
43
42
44
[ michaelwoerister ] : https://github.com/michaelwoerister
43
- [ wesleywiser ] : https://github.com/wesleywiser
45
+ [ wesleywiser ] : https://github.com/wesleywiser
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ title: Traits Working Group
3
3
type : docs
4
4
---
5
5
# Traits Working Group
6
- ![ working group status: active ] [ status ]
6
+ ![ working group status: paused ] [ status ]
7
7
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
9
9
10
10
- ** Team:** [ wg-traits on rust-lang/team] ( https://github.com/rust-lang/team/blob/master/teams/wg-traits.toml )
11
11
You can’t perform that action at this time.
0 commit comments