-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Rollup of 5 pull requests #149704
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
Open
matthiaskrgr
wants to merge
12
commits into
rust-lang:main
Choose a base branch
from
matthiaskrgr:rollup-u4zhw99
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rollup of 5 pull requests #149704
+286
−156
Conversation
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
The `name()` function specifies that it returns absolute path of items, however it wasn't including the crate name for local items. This change fixes that. This was reported here: rust-lang/project-stable-mir#109
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=scottmcm Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized` This is a breaking change to the unstable `allocator_api` feature. Tracking issue rust-lang#32838. It implements the accepted api change proposal from rust-lang/libs-team#508. The code for the blanket implementation is the same as the one for `&A`, just with the `mut` added.
…ter, r=scottmcm add Option::into_flat_iter Tracking issue: rust-lang#148441 I only implemented `into_flat_iter` in this PR, but I'd be happy to add `flat_iter` / `flat_iter_mut` (equivalent to calling `as_ref` / `as_mut` first) if those are desired. See rust-lang/libs-team#626 for context.
…scottmcm stabilize `array_windows` Tracking issue: rust-lang#75027 Closes: rust-lang#75027 FCP completed: rust-lang#75027 (comment)
Fix `name()` functions for local defs in rustc_public This change fixes the behavior of the `name()` function for `CrateDef` and `Instance` which should return absolute path of items. For local items, the crate name was missing. This resolves: rust-lang/project-stable-mir#109
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`
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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.
Successful merges:
Allocatorfor&mut AwhereA: Allocator + ?Sized#146826 (ImplementAllocatorfor&mut AwhereA: Allocator + ?Sized)array_windows#148814 (stabilizearray_windows)name()functions for local defs in rustc_public #149401 (Fixname()functions for local defs in rustc_public)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup