Closed
Conversation
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
Contributor
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.
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