Skip to content

Update target maintainer for x86_64-unknown-linux-none - #157111

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
rosymati:fix/linux-none-mantainer
May 30, 2026
Merged

Update target maintainer for x86_64-unknown-linux-none#157111
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
rosymati:fix/linux-none-mantainer

Conversation

@rosymati

Copy link
Copy Markdown
Contributor

The x86_64-unknown-linux-none target docs were pointing to my old username. I'm still the designated maintainer, this just updates to the correct url

@rustbot

Copy link
Copy Markdown
Collaborator

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

cc @Noratrieb

@rustbotrustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 29, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @mati865

rustbot has assigned @mati865.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ehuss, compiler
  • @ehuss, compiler expanded to 74 candidates
  • Random selection from 19 candidates

@joboet

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-borsBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 7d9aab6 has been approved by joboet

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened.

@rust-borsrust-borsBot 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 May 29, 2026
rust-borsBot pushed a commit that referenced this pull request May 29, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
rust-borsBot pushed a commit that referenced this pull request May 29, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
rust-borsBot pushed a commit that referenced this pull request May 29, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
rust-borsBot pushed a commit that referenced this pull request May 29, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
rust-borsBot pushed a commit that referenced this pull request May 29, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
rust-borsBot pushed a commit that referenced this pull request May 30, 2026
…uwer
Rollup of 16 pull requests
Successful merges:
- #149195 (resolve: Partially convert `ambiguous_glob_imports` lint into a hard error)
- #156960 (Some cleanups around passing extra lifetime params from the resolver to ast lowering)
- #156963 (definitions: remove `DefPathTable`, use `LocalDefId` instead of `DefIndex`)
- #157053 (Eagerly resolve delegations in late resolution)
- #157068 (NVPTX: Remove the unstable ptx linker flavor)
- #157076 (Various proc-macro related code cleanups)
- #157106 (add ABI check logic for wasm)
- #154835 (std::offload sharedmem)
- #157065 (Stabilize `Path::is_empty`)
- #157088 (Improve suggestions for malformed deprecated attribute)
- #157098 (Add the `clflushopt` x86 target feature)
- #157103 (Add reproducibly failing tests for parallel frontend)
- #157111 (Update target maintainer for x86_64-unknown-linux-none)
- #157116 (rustc_public: add `with_cx()` to `CompilerInterface`)
- #157119 (ast_lowering: Simplify `resolve_pin_drop_sugar_impl_item`)
- #157120 (Cleanups around attribute target checking)
Failed merges:
- #157100 (Some more per owner things)
@rust-bors
rust-borsBot merged commit 0164b8b into rust-lang:mainMay 30, 2026
12 checks passed
@rustbotrustbot added this to the 1.98.0 milestone May 30, 2026
rust-timer added a commit that referenced this pull request May 30, 2026
Rollup merge of #157111 - rosymati:fix/linux-none-mantainer, r=joboet
Update target maintainer for x86_64-unknown-linux-none
The x86_64-unknown-linux-none target docs were pointing to my old username. I'm still the designated maintainer, this just updates to the correct url
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

4 participants

@rosymati@rustbot@joboet@mati865