Skip to content

Commit c59dbd1

Browse files
Merge pull request #342 from davidtwco/update-polymorphization-wg
Update details of polymorphization working group
2 parents c953218 + b513d64 commit c59dbd1

File tree

1 file changed

+5
-5
lines changed
  • content/working-groups/polymorphization

1 file changed

+5
-5
lines changed

content/working-groups/polymorphization/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: docs
88
This working group aims to implement an analysis to detect when functions could remain polymorphic
99
during code generation.
1010

11-
- **Leads:** [@nikomatsakis][nikomatsakis] and [@davidtwco][davidtwco]
11+
- **Leads/members:** See [rust-lang/team][team]
1212

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

@@ -23,11 +23,10 @@ This working group aims to accomplish the following:
2323
could create a copy for each distinct size of type (rather than each type).
2424

2525
# How can I get involved?
26-
The scope of this working group is quite limited and the project is part
27-
of [davidtwco][davidtwco]'s Master's Thesis, so there aren't many opportunities to get involved.
28-
If you have any questions, feel free to drop them in the Zulip stream.
26+
There isn't a massive amount of work to be done in parallel relating to polymorphization, but if
27+
you're interested in getting involved then feel free to pop into the Zulip stream.
2928

30-
- **Desired experience level:** N/A
29+
- **Desired experience level:** Some familiarity with the MIR and substitutions
3130
- **Relevant repositories:** [`rust-lang/rust`][repo]
3231
- **Zulip stream:** [`#t-compiler/wg-polymorphization`][zulip] on Zulip
3332

@@ -36,3 +35,4 @@ If you have any questions, feel free to drop them in the Zulip stream.
3635

3736
[nikomatsakis]: https://github.com/nikomatsakis
3837
[davidtwco]: https://github.com/davidtwco
38+
[team]: https://github.com/rust-lang/team/blob/master/teams/wg-polymorphization.toml

0 commit comments

Comments
 (0)