Rollup of 8 pull requests#110772
Closed
matthiaskrgr wants to merge 33 commits intorust-lang:masterfrom
Closed
Conversation
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
Part 4: Finishing `check/mod.rs` file
This should be done in rust-lang#110653 but forgot.
Add LazyCell::into_inner This enables uses cases that need to extract the evaluated value and do something owned with it.
…tics-4, r=davidtwco Migrate `rustc_hir_analysis` to session diagnostic [Part 4] Part 4: Finishing `check/mod.rs` file r? `@compiler-errors`
…unsound-issues, r=jackh726 Add `known-bug` tests for 11 unsound issues r? `@jackh726` Should tests for other issues be in separate PRs? Thanks. Edit: Partially addresses rust-lang#105107. This PR adds `known-bug` tests for 11 unsound issues: - rust-lang#25860 - rust-lang#49206 - rust-lang#57893 - rust-lang#84366 - rust-lang#84533 - rust-lang#84591 - rust-lang#85099 - rust-lang#98117 - rust-lang#100041 - rust-lang#100051 - rust-lang#104005
…, r=cjgillot
Move around `{Idx, IndexVec, IndexSlice}` adjacent code
r? `@scottmcm`
…=jackh726 Add some tests around (lack of) object safety of associated types and consts See https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types/topic/.60where.20Self.3ASized.60.20on.20assoc.20types/near/351260928 for some discussion around why this isn't allowed. We didn't have any tests for these, so I decided to add them now, even if we don't end up doing anything about it.
Ignore src/bootstrap formatting commit in .git-blame-ignore-revs rust-lang@b39a1d6
Some cleanups to DataflowConstProp Mostly moving code around and short-circuiting useless cases.
…, r=ehuss bootstrap: update paths cargo-credential crate This should be done in rust-lang#110653 but forgot. Fixes rust-lang#110742 ## How to verify this patch Run `./x.py build cargo`. Previously it would fail with ```console error: manifest path `/projects/rust/src/tools/cargo/crates/credential/cargo-credential-1password/Cargo.toml` does not exist ```
Member
Author
|
@bors r+ rollup=never p=8 |
Collaborator
Collaborator
|
⌛ Testing commit 79efb26 with merge 4284533ea33fdf02f1b8dcd2b4ef03e2aa6006da... |
Collaborator
Collaborator
|
💔 Test failed - checks-actions |
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:
rustc_hir_analysisto session diagnostic [Part 4] #110325 (Migraterustc_hir_analysisto session diagnostic [Part 4])known-bugtests for 11 unsound issues #110480 (Addknown-bugtests for 11 unsound issues){Idx, IndexVec, IndexSlice}adjacent code #110539 (Move around{Idx, IndexVec, IndexSlice}adjacent code)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup