Skip to content

Commit 864a9ba

Browse files
Make target maintainers more easily pingable
Put them all on the same line with just their GitHub handles to make it very easy to copy and paste (with ctrl-shift-v!!!) the names. We have no use for email, so I removed all the emails, we don't care about people's full names either. Co-authored-by: Thalia Archibald <[email protected]>
1 parent 49e5e4e commit 864a9ba

File tree

89 files changed

+176
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+176
-165
lines changed

src/doc/rustc/src/platform-support/TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ One-sentence description of the target (e.g. CPU, OS)
66

77
## Target maintainers
88

9-
- Some Person, https://github.com/...
9+
[@Ghost](https://github.com/Ghost)
10+
[@octocat](https://github.com/octocat)
1011

1112
## Requirements
1213

src/doc/rustc/src/platform-support/aarch64-nintendo-switch-freestanding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Nintendo Switch with pure-Rust toolchain.
66

7-
## Designated Developers
7+
## Target Maintainers
88

9-
* [@leo60228](https://github.com/leo60228)
10-
* [@jam1garner](https://github.com/jam1garner)
9+
[@leo60228](https://github.com/leo60228)
10+
[@jam1garner](https://github.com/jam1garner)
1111

1212
## Requirements
1313

src/doc/rustc/src/platform-support/aarch64-unknown-teeos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ TEEOS is open source in progress. [MORE about](https://gitee.com/opentrustee-gro
2020

2121
## Target maintainers
2222

23-
- Petrochenkov Vadim
24-
- Sword-Destiny
23+
[@petrochenkov](https://github.com/petrochenkov)
24+
[@Sword-Destiny](https://github.com/Sword-Destiny)
2525

2626
## Setup
2727
We use OpenHarmony SDK for TEEOS.

src/doc/rustc/src/platform-support/aix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Rust for AIX operating system, currently only 64-bit PowerPC is supported.
66

77
## Target maintainers
88

9-
- David Tenty `[email protected]`, https://github.com/daltenty
10-
- Chris Cambly, `[email protected]`, https://github.com/gilamn5tr
9+
[@daltenty](https://github.com/daltenty)
10+
[@gilamn5tr](https://github.com/gilamn5tr)
1111

1212
## Requirements
1313

src/doc/rustc/src/platform-support/amdgcn-amd-amdhsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AMD GPU target for compute/HSA (Heterogeneous System Architecture).
66

77
## Target maintainers
88

9-
- [@Flakebi](https://github.com/Flakebi)
9+
[@Flakebi](https://github.com/Flakebi)
1010

1111
## Requirements
1212

src/doc/rustc/src/platform-support/android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
## Target maintainers
1010

11-
- Chris Wailes ([@chriswailes](https://github.com/chriswailes))
12-
- Matthew Maurer ([@maurer](https://github.com/maurer))
13-
- Martin Geisler ([@mgeisler](https://github.com/mgeisler))
11+
[@chriswailes](https://github.com/chriswailes)
12+
[@maurer](https://github.com/maurer)
13+
[@mgeisler](https://github.com/mgeisler)
1414

1515
## Requirements
1616

src/doc/rustc/src/platform-support/apple-darwin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Apple macOS targets.
99

1010
## Target maintainers
1111

12-
- [@thomcc](https://github.com/thomcc)
13-
- [@madsmtm](https://github.com/madsmtm)
12+
[@thomcc](https://github.com/thomcc)
13+
[@madsmtm](https://github.com/madsmtm)
1414

1515
## Requirements
1616

src/doc/rustc/src/platform-support/apple-ios-macabi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Apple Mac Catalyst targets.
99

1010
## Target maintainers
1111

12-
- [@badboy](https://github.com/badboy)
13-
- [@BlackHoleFox](https://github.com/BlackHoleFox)
14-
- [@madsmtm](https://github.com/madsmtm)
12+
[@badboy](https://github.com/badboy)
13+
[@BlackHoleFox](https://github.com/BlackHoleFox)
14+
[@madsmtm](https://github.com/madsmtm)
1515

1616
## Requirements
1717

src/doc/rustc/src/platform-support/apple-ios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Apple iOS / iPadOS targets.
1515

1616
## Target maintainers
1717

18-
- [@badboy](https://github.com/badboy)
19-
- [@deg4uss3r](https://github.com/deg4uss3r)
20-
- [@madsmtm](https://github.com/madsmtm)
18+
[@badboy](https://github.com/badboy)
19+
[@deg4uss3r](https://github.com/deg4uss3r)
20+
[@madsmtm](https://github.com/madsmtm)
2121

2222
## Requirements
2323

src/doc/rustc/src/platform-support/apple-tvos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Apple tvOS targets.
1010

1111
## Target maintainers
1212

13-
- [@thomcc](https://github.com/thomcc)
14-
- [@madsmtm](https://github.com/madsmtm)
13+
[@thomcc](https://github.com/thomcc)
14+
[@madsmtm](https://github.com/madsmtm)
1515

1616
## Requirements
1717

0 commit comments

Comments
 (0)