-
Notifications
You must be signed in to change notification settings - Fork 13.9k
add arm-maintainers to various targets #147268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add arm-maintainers to various targets #147268
Conversation
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
This comment has been minimized.
This comment has been minimized.
cf19522
to
5e40e7d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Dodging Arm Big Endian I totally get, but no love for |
These are all the targets we're going to add ourselves to at the moment. |
5e40e7d
to
7715c0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet. r=me when green (just for the hyperlinks checks)
@bors r- |
@bors r=lqd |
Rollup of 6 pull requests Successful merges: - #141839 (make rust-analyzer use a dedicated build directory) - #146166 (Implement range support in `//@ edition`) - #147259 (cg_llvm: Use helper methods for all calls to `LLVMMDNodeInContext2`) - #147263 (Disable triagebot auto stable-regression compiler backport nominations pending redesign) - #147268 (add arm-maintainers to various targets) - #147270 (Move doc_cfg-specific code into `cfg.rs`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #147268 - davidtwco:add-arm-maintainers-to-targets, r=lqd add arm-maintainers to various targets Add the ``@rust-lang/arm-maintainers`` team as maintainers to the following targets: - `aarch64-unknown-linux-gnu` - `aarch64-unknown-none`/`aarch64-unknown-none-softfloat` - `aarch64-unknown-uefi` - `armv7-unknown-linux-gnueabi`/`armv7-unknown-linux-gnueabihf` - `armv7a-none-eabi`/`armv7a-none-eabihf` - `armv7r-none-eabi`/`armv7r-none-abihf` - `armv8r-none-eabihf` - `thumbv7em-none-eabi`/`thumbv7em-none-eabihf` - `thumbv7m-none-eabi` - `thumbv8m.base-none-eabi` - `thumbv8m.main-none-eabi`/`thumbv8m.main-none-eabihf` cc `@thejpster`
Rollup of 6 pull requests Successful merges: - rust-lang/rust#141839 (make rust-analyzer use a dedicated build directory) - rust-lang/rust#146166 (Implement range support in `//@ edition`) - rust-lang/rust#147259 (cg_llvm: Use helper methods for all calls to `LLVMMDNodeInContext2`) - rust-lang/rust#147263 (Disable triagebot auto stable-regression compiler backport nominations pending redesign) - rust-lang/rust#147268 (add arm-maintainers to various targets) - rust-lang/rust#147270 (Move doc_cfg-specific code into `cfg.rs`) r? `@ghost` `@rustbot` modify labels: rollup
Add the
@rust-lang/arm-maintainers
team as maintainers to the following targets:aarch64-unknown-linux-gnu
aarch64-unknown-none
/aarch64-unknown-none-softfloat
aarch64-unknown-uefi
armv7-unknown-linux-gnueabi
/armv7-unknown-linux-gnueabihf
armv7a-none-eabi
/armv7a-none-eabihf
armv7r-none-eabi
/armv7r-none-abihf
armv8r-none-eabihf
thumbv7em-none-eabi
/thumbv7em-none-eabihf
thumbv7m-none-eabi
thumbv8m.base-none-eabi
thumbv8m.main-none-eabi
/thumbv8m.main-none-eabihf
cc @thejpster