Merged
Conversation
Collaborator
|
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
Collaborator
|
Failed to set assignee to
|
It's listed as Tier 2 in `armv8r-none-eabihf.md`, but Tier 3 in `arm-none-eabi.md`. Updated to reflect current state of Tier 2.
dd2275f to
803cfb9
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Member
|
r? me @bors r+ rollup |
Collaborator
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
Dec 6, 2025
Fix armv8r-none-eabihf tier It's listed as Tier 2 in `armv8r-none-eabihf.md`, but Tier 3 in `arm-none-eabi.md`. Updated to reflect current state of Tier 2. r? ``@thejpster``
bors
added a commit
that referenced
this pull request
Dec 6, 2025
Rollup of 5 pull requests Successful merges: - #146826 (Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized`) - #148487 (add Option::into_flat_iter) - #148814 (stabilize `array_windows`) - #149401 (Fix `name()` functions for local defs in rustc_public) - #149683 (Fix armv8r-none-eabihf tier) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Dec 6, 2025
Rollup merge of #149683 - korken89:fix-armv8r-tier, r=jieyouxu Fix armv8r-none-eabihf tier It's listed as Tier 2 in `armv8r-none-eabihf.md`, but Tier 3 in `arm-none-eabi.md`. Updated to reflect current state of Tier 2. r? `@thejpster`
github-actions bot
pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this pull request
Dec 13, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#146826 (Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized`) - rust-lang/rust#148487 (add Option::into_flat_iter) - rust-lang/rust#148814 (stabilize `array_windows`) - rust-lang/rust#149401 (Fix `name()` functions for local defs in rustc_public) - rust-lang/rust#149683 (Fix armv8r-none-eabihf tier) r? `@ghost` `@rustbot` modify labels: rollup
makai410
pushed a commit
to makai410/rustc_public
that referenced
this pull request
Dec 16, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#146826 (Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized`) - rust-lang/rust#148487 (add Option::into_flat_iter) - rust-lang/rust#148814 (stabilize `array_windows`) - rust-lang/rust#149401 (Fix `name()` functions for local defs in rustc_public) - rust-lang/rust#149683 (Fix armv8r-none-eabihf tier) r? `@ghost` `@rustbot` modify labels: rollup
makai410
pushed a commit
to makai410/rust
that referenced
this pull request
Dec 16, 2025
Fix armv8r-none-eabihf tier It's listed as Tier 2 in `armv8r-none-eabihf.md`, but Tier 3 in `arm-none-eabi.md`. Updated to reflect current state of Tier 2. r? `@thejpster`
makai410
pushed a commit
to makai410/rust
that referenced
this pull request
Dec 16, 2025
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#146826 (Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized`) - rust-lang#148487 (add Option::into_flat_iter) - rust-lang#148814 (stabilize `array_windows`) - rust-lang#149401 (Fix `name()` functions for local defs in rustc_public) - rust-lang#149683 (Fix armv8r-none-eabihf tier) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's listed as Tier 2 in
armv8r-none-eabihf.md, but Tier 3 inarm-none-eabi.md. Updated to reflect current state of Tier 2.r? @thejpster