Skip to content

Commit 8a106ff

Browse files
authored
Merge pull request #46 from JohnTitor/renaming
Address team renaming
2 parents 3ef33a6 + 5ac07dd commit 8a106ff

File tree

6 files changed

+29
-21
lines changed

6 files changed

+29
-21
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Traits Working Group
1+
# Types Team
22

3-
# Scope and purpose
3+
## Scope and purpose
44

5-
The **traits** working group is dedicated to improving the trait
6-
system implementation in rustc. This working group is a collaboration
5+
The **types** team is dedicated to improving the trait
6+
system implementation in rustc. This team is a collaboration
77
between the [lang team] and the compiler team. We have a number of inter-related
88
goals:
99

@@ -32,17 +32,16 @@ You'll find minutes from past meetings in [the minutes directory](minutes).
3232

3333
## Chat forum
3434

35-
On [the rust-lang Zulip][z], in [the `#wg-traits` stream][s].
35+
On [the rust-lang Zulip][z], in [the `#t-types` stream][s].
3636

3737
[z]: https://rust-lang.zulipchat.com/
38-
[s]: https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits
38+
[s]: https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types
3939

4040
## Dedicated repository
4141

42-
Documents related to the wg-traits working group are stored on a
43-
dedicated repository, [rust-lang/wg-traits]. This repository contains
42+
Documents related to the types team are stored on a
43+
dedicated repository, [rust-lang/types-team]. This repository contains
4444
meeting minutes, past sprints, as well as draft RFCs and other
4545
documents.
4646

47-
48-
47+
[rust-lang/types-team]: https://github.com/rust-lang/types-team

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ authors = ["Niko Matsakis"]
33
language = "en"
44
multilingual = false
55
src = "src"
6-
title = "The Traits Working Group"
6+
title = "The Types Team"

roadmap.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ items = [
7171
[[group]]
7272
name = "map-chalk-types-to-rustc-types"
7373
label = "Map chalk types to rustc types"
74-
href = "https://github.com/rust-lang/wg-traits/issues/16"
74+
href = "https://github.com/rust-lang/types-team/issues/16"
7575
items = [
7676
{ label = "Rename Projection to Alias", status="Complete" },
7777
{ label = "Make ty intern method take &self", href="https://github.com/rust-lang-nursery/chalk/issues/328", status="Complete" },
@@ -112,7 +112,7 @@ items = [
112112
[[group]]
113113
name = "rustc-integration-mvp"
114114
label = "Integrate chalk-solve into rustc"
115-
href = "https://github.com/rust-lang/wg-traits/issues/18"
115+
href = "https://github.com/rust-lang/types-team/issues/18"
116116
requires = [ "map-chalk-types-to-rustc-types", "chalk-const", "chalk-builtin", "chalk-outlives" ]
117117
items = [
118118
{ label="remove old chalk support", status="Complete", href="https://github.com/rust-lang/rust/pull/69247" },
@@ -150,4 +150,3 @@ requires = [ "rustc-integration-mvp", "rust-analyzer-integration", "chalk-debugg
150150
name = "gats"
151151
label = "Deploy GATs in Rust nightly"
152152
requires = [ "align-rustc-predicate" ]
153-

src/minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Minutes from various meetings are located in [the `minutes` directory
22
on the github repository][minutes].
33

4-
[minutes]: https://github.com/rust-lang/wg-traits/tree/master/minutes
4+
[minutes]: https://github.com/rust-lang/types-team/tree/master/minutes

src/roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ these issue lists on Github:
1212
We are working from a 6-week "sprint cycle". We're still working out
1313
the details of how we organize our sprints. For now, if you'd like to
1414
claim one of the above issues or get involved, though, drop by on [the
15-
rust-lang Zulip] in the `#wg-traits` stream and say hello!
15+
rust-lang Zulip] in the [`#t-types`] stream and say hello!
1616

1717
[the rust-lang Zulip]: https://rust-lang.zulipchat.com/
18+
[`#t-types`]: https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types
1819
[dr]: roadmap/skill-tree.html

src/welcome.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Welcome to the traits working group
1+
# Welcome to the types team
22

33
## Scope and purpose
44

5-
The **traits** working group is dedicated to improving the trait
6-
system implementation in rustc. This working group is a collaboration
5+
The **types** team is dedicated to improving the trait
6+
system implementation in rustc. This team is a collaboration
77
between the [lang team] and the compiler team. We have a number of inter-related
88
goals:
99

@@ -36,7 +36,16 @@ meetings.
3636

3737
## Chat forum
3838

39-
On [the rust-lang Zulip][z], in [the `#wg-traits` stream][s].
39+
On [the rust-lang Zulip][z], in [the `#t-types` stream][s].
4040

4141
[z]: https://rust-lang.zulipchat.com/
42-
[s]: https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits
42+
[s]: https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types
43+
44+
## Dedicated repository
45+
46+
Documents related to the types team are stored on a
47+
dedicated repository, [rust-lang/types-team]. This repository contains
48+
meeting minutes, past sprints, as well as draft RFCs and other
49+
documents.
50+
51+
[rust-lang/types-team]: https://github.com/rust-lang/types-team

0 commit comments

Comments
 (0)