Skip to content

Commit fb0d685

Browse files
committed
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.
1 parent 217693a commit fb0d685

File tree

89 files changed

+158
-156
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

+158
-156
lines changed

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

+2-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Nintendo Switch with pure-Rust toolchain.
66

77
## Designated Developers
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

+2-2
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ 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) [@gilamn5tr](https://github.com/gilamn5tr)
1110

1211
## Requirements
1312

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

+1-1
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

+3-3
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

+2-2
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

+3-3
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

+3-3
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

+2-2
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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Apple visionOS / xrOS targets.
99

1010
## Target maintainers
1111

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

1515
## Requirements
1616

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Apple watchOS targets.
1212

1313
## Target maintainers
1414

15-
- [@deg4uss3r](https://github.com/deg4uss3r)
16-
- [@vladimir-ea](https://github.com/vladimir-ea)
17-
- [@leohowell](https://github.com/leohowell)
18-
- [@madsmtm](https://github.com/madsmtm)
15+
[@deg4uss3r](https://github.com/deg4uss3r)
16+
[@vladimir-ea](https://github.com/vladimir-ea)
17+
[@leohowell](https://github.com/leohowell)
18+
[@madsmtm](https://github.com/madsmtm)
1919

2020
## Requirements
2121

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARM64e macOS (11.0+, Big Sur+)
66

77
## Target maintainers
88

9-
- Artyom Tetyukhin ([@arttet](https://github.com/arttet))
9+
[@arttet](https://github.com/arttet)
1010

1111
## Requirements
1212

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARM64e iOS (14.0+)
66

77
## Target maintainers
88

9-
- Artyom Tetyukhin ([@arttet](https://github.com/arttet))
9+
[@arttet](https://github.com/arttet)
1010

1111
## Requirements
1212

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARM64e tvOS (10.0+)
66

77
## Target maintainers
88

9-
- Artyom Tetyukhin ([@arttet](https://github.com/arttet))
9+
[@arttet](https://github.com/arttet)
1010

1111
## Requirements
1212

src/doc/rustc/src/platform-support/arm64ec-pc-windows-msvc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ applications on AArch64 Windows 11. See <https://learn.microsoft.com/en-us/windo
77

88
## Target maintainers
99

10-
- [@dpaoliello](https://github.com/dpaoliello)
10+
[@dpaoliello](https://github.com/dpaoliello)
1111

1212
## Requirements
1313

src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ BE8 architecture retains the same little-endian ordered code-stream used by conv
1010
BE8 architecture is the default big-endian architecture for Arm since [Armv6](https://developer.arm.com/documentation/101754/0616/armlink-Reference/armlink-Command-line-Options/--be8?lang=en). It's predecessor, used for Armv4 and Armv5 devices was [BE32](https://developer.arm.com/documentation/dui0474/j/linker-command-line-options/--be32). On Armv6 architecture, endianness can be configured via [system registers](https://developer.arm.com/documentation/ddi0290/g/unaligned-and-mixed-endian-data-access-support/mixed-endian-access-support/interaction-between-the-bus-protocol-and-the-core-endianness). However, BE32 was withdrawn for [Armv7](https://developer.arm.com/documentation/ddi0406/cb/Appendixes/Deprecated-and-Obsolete-Features/Obsolete-features/Support-for-BE-32-endianness-model) onwards.
1111

1212
## Target Maintainers
13-
* [@WorksButNotTested](https://github.com/WorksButNotTested)
13+
14+
[@WorksButNotTested](https://github.com/WorksButNotTested)
1415

1516
## Requirements
1617
The target is cross-compiled. This target supports `std` in the normal way (indeed only nominal changes are required from the standard Arm configuration).

src/doc/rustc/src/platform-support/armv4t-none-eabi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ overall performance.
1111

1212
## Target Maintainers
1313

14-
* [@Lokathor](https://github.com/lokathor)
15-
* [@corwinkuiper](https://github.com/corwinkuiper)
14+
[@Lokathor](https://github.com/lokathor)
15+
[@corwinkuiper](https://github.com/corwinkuiper)
1616

1717
## Testing
1818

src/doc/rustc/src/platform-support/armv5te-none-eabi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [`arm-none-eabi`](arm-none-eabi.md) for information applicable to all
1313

1414
## Target Maintainers
1515

16-
* [@QuinnPainter](https://github.com/QuinnPainter)
16+
[@QuinnPainter](https://github.com/QuinnPainter)
1717

1818
## Testing
1919

src/doc/rustc/src/platform-support/armv6k-nintendo-3ds.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ from nor used with any official Nintendo SDK.
1313
This target is maintained by members of the [@rust3ds](https://github.com/rust3ds)
1414
organization:
1515

16-
- [@Meziu](https://github.com/Meziu)
17-
- [@AzureMarker](https://github.com/AzureMarker)
18-
- [@ian-h-chamberlain](https://github.com/ian-h-chamberlain)
16+
[@Meziu](https://github.com/Meziu)
17+
[@AzureMarker](https://github.com/AzureMarker)
18+
[@ian-h-chamberlain](https://github.com/ian-h-chamberlain)
1919

2020
## Requirements
2121

src/doc/rustc/src/platform-support/armv7-rtems-eabihf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARM targets for the [RTEMS realtime operating system](https://www.rtems.org) us
66

77
## Target maintainers
88

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

1111
## Requirements
1212

src/doc/rustc/src/platform-support/armv7-sony-vita-newlibeabihf.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ from nor used with any official Sony SDK.
99

1010
## Target maintainers
1111

12-
* [@nikarh](https://github.com/nikarh)
13-
* [@pheki](https://github.com/pheki)
14-
* [@ZetaNumbers](https://github.com/ZetaNumbers)
12+
[@nikarh](https://github.com/nikarh)
13+
[@pheki](https://github.com/pheki)
14+
[@ZetaNumbers](https://github.com/ZetaNumbers)
1515

1616
## Requirements
1717

src/doc/rustc/src/platform-support/armv7-unknown-linux-uclibceabi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This target supports Armv7-A softfloat CPUs and uses the uclibc-ng standard libr
66

77
## Target maintainers
88

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

1111
## Requirements
1212

src/doc/rustc/src/platform-support/armv7-unknown-linux-uclibceabihf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This tier supports the Armv7-A processor running a Linux kernel and uClibc-ng st
66

77
## Designated Developers
88

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

1111
## Requirements
1212

src/doc/rustc/src/platform-support/armv7r-none-eabi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See [`arm-none-eabi`](arm-none-eabi.md) for information applicable to all
1616

1717
## Target maintainers
1818

19-
- [Chris Copeland](https://github.com/chrisnc), `[email protected]`
19+
[Chris Copeland](https://github.com/chrisnc), `[email protected]`
2020

2121
## Requirements
2222

src/doc/rustc/src/platform-support/armv8r-none-eabihf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See [`arm-none-eabi`](arm-none-eabi.md) for information applicable to all
1616

1717
## Target maintainers
1818

19-
- [Chris Copeland](https://github.com/chrisnc), `[email protected]`
19+
[Chris Copeland](https://github.com/chrisnc), `[email protected]`
2020

2121
## Requirements
2222

src/doc/rustc/src/platform-support/avr-none.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Series of microcontrollers from Atmel: ATmega8, ATmega328p etc.
66

77
## Target maintainers
88

9-
- [Patryk Wychowaniec](https://github.com/Patryk27) <[email protected]>
9+
[Patryk Wychowaniec](https://github.com/Patryk27)
1010

1111
## Requirements
1212

src/doc/rustc/src/platform-support/csky-unknown-linux-gnuabiv2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ other links:
2222

2323
## Target maintainers
2424

25-
* [@Dirreke](https://github.com/Dirreke)
25+
[@Dirreke](https://github.com/Dirreke)
2626

2727
## Requirements
2828

src/doc/rustc/src/platform-support/esp-idf.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Targets for the [ESP-IDF](https://github.com/espressif/esp-idf) development fram
66

77
## Target maintainers
88

9-
- Ivan Markov [@ivmarkov](https://github.com/ivmarkov)
10-
- Scott Mabin [@MabezDev](https://github.com/MabezDev)
11-
- Sergio Gasquez [@SergioGasquez](https://github.com/SergioGasquez)
9+
[@ivmarkov](https://github.com/ivmarkov)
10+
[@MabezDev](https://github.com/MabezDev)
11+
[@SergioGasquez](https://github.com/SergioGasquez)
1212

1313
## Requirements
1414

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
## Target maintainers
88

9-
- Alan Somers `[email protected]`, https://github.com/asomers
10-
- Mikael Urankar `[email protected]`, https://github.com/MikaelUrankar
9+
[@asomers](https://github.com/asomers)
10+
[@MikaelUrankar](https://github.com/MikaelUrankar)
1111

1212
## Requirements
1313

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updatable, and performant.
77

88
## Target maintainers
99

10-
See [`fuchsia.toml`] in the `team` repository for current target maintainers.
10+
[@erickt](https://github.com/erickt) [@Nashenas88](https://github.com/Nashenas88)
1111

1212
[`fuchsia.toml`]: https://github.com/rust-lang/team/blob/master/teams/fuchsia.toml
1313

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Target triplets available so far:
1414

1515
## Target maintainers
1616

17-
- Stefan Lankes ([@stlankes](https://github.com/stlankes))
18-
- Martin Kröning ([@mkroening](https://github.com/mkroening))
17+
[@stlankes](https://github.com/stlankes)
18+
[@mkroening](https://github.com/mkroening)
1919

2020
## Requirements
2121

src/doc/rustc/src/platform-support/hexagon-unknown-linux-musl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DSP architecture.
1111

1212
## Target maintainers
1313

14-
- [Brian Cain](https://github.com/androm3da), `[email protected]`
14+
[Brian Cain](https://github.com/androm3da)
1515

1616
## Requirements
1717
The target is cross-compiled. This target supports `std`. By default, code

src/doc/rustc/src/platform-support/hexagon-unknown-none-elf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rust for baremetal Hexagon DSPs.
1010

1111
## Target maintainers
1212

13-
- [Brian Cain](https://github.com/androm3da), `[email protected]`
13+
[Brian Cain](https://github.com/androm3da)
1414

1515
## Requirements
1616

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Target maintainers
88

9-
- Samuel Thibault, `[email protected]`, https://github.com/sthibaul/
9+
[@sthibaul](https://github.com/sthibaul)
1010

1111
## Requirements
1212

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Apple macOS on 32-bit x86.
44

55
## Target maintainers
66

7-
- [@thomcc](https://github.com/thomcc)
8-
- [@madsmtm](https://github.com/madsmtm)
7+
[@thomcc](https://github.com/thomcc)
8+
[@madsmtm](https://github.com/madsmtm)
99

1010
## Requirements
1111

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ including advanced system debugging, next generation filesystem, networking, and
77

88
## Target maintainers
99

10-
- Joshua M. Clulow ([@jclulow](https://github.com/jclulow))
11-
- Patrick Mooney ([@pfmooney](https://github.com/pfmooney))
10+
[@jclulow](https://github.com/jclulow)
11+
[@pfmooney](https://github.com/pfmooney)
1212

1313
## Requirements
1414

src/doc/rustc/src/platform-support/kmc-solid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The target names follow this format: `$ARCH-kmc-solid_$KERNEL-$ABI`, where `$ARC
1616

1717
## Designated Developers
1818

19-
- [@kawadakk](https://github.com/kawadakk)
19+
[@kawadakk](https://github.com/kawadakk)
2020

2121
## Requirements
2222

0 commit comments

Comments
 (0)