Skip to content

Conversation

davidtwco
Copy link
Member

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

@rustbot
Copy link
Collaborator

rustbot commented Oct 2, 2025

Some changes occurred in src/doc/rustc/src/platform-support

cc @Noratrieb

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 2, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 2, 2025

r? @fee1-dead

rustbot has assigned @fee1-dead.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rust-log-analyzer

This comment has been minimized.

@davidtwco davidtwco force-pushed the add-arm-maintainers-to-targets branch from cf19522 to 5e40e7d Compare October 2, 2025 12:47
@rust-log-analyzer

This comment was marked as outdated.

@thejpster
Copy link
Contributor

Dodging Arm Big Endian I totally get, but no love for thumbv6m-none-eabi for the Arm Cortex-M0+?

@davidtwco
Copy link
Member Author

Dodging Arm Big Endian I totally get, but no love for thumbv6m-none-eabi for the Arm Cortex-M0+?

These are all the targets we're going to add ourselves to at the moment.

@davidtwco davidtwco force-pushed the add-arm-maintainers-to-targets branch from 5e40e7d to 7715c0d Compare October 2, 2025 14:42
Copy link
Member

@lqd lqd left a 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)

View changes since this review

@davidtwco
Copy link
Member Author

r? @lqd

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Oct 2, 2025

📌 Commit 7715c0d has been approved by davidtwco

It is now in the queue for this repository.

@rustbot rustbot assigned lqd and unassigned fee1-dead Oct 2, 2025
@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 2, 2025
@davidtwco
Copy link
Member Author

@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 2, 2025
@davidtwco
Copy link
Member Author

@bors r=lqd

@bors
Copy link
Collaborator

bors commented Oct 2, 2025

📌 Commit 7715c0d has been approved by lqd

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 2, 2025
bors added a commit that referenced this pull request Oct 3, 2025
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
@bors bors merged commit 87c7946 into rust-lang:master Oct 3, 2025
10 checks passed
@rustbot rustbot added this to the 1.92.0 milestone Oct 3, 2025
rust-timer added a commit that referenced this pull request Oct 3, 2025
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`
github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Oct 6, 2025
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
@davidtwco davidtwco deleted the add-arm-maintainers-to-targets branch October 6, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants