Uh oh!
There was an error while loading. Please reload this page.
Rollup of 10 pull requests - #110778
Conversation
This should be done in rust-lang#110653 but forgot.
There's vectors of both of these in `mir::Body`, so might as well track them.
…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
…r=Mark-Simulacrum pointer-auth-link-with-c: Fix cross compilation.
drop few unused crates, gate libc under unix for rustc_codegen_ssa Small cleanup.
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. Fixesrust-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 ```
Add size asserts for MIR `SourceScopeData` & `VarDebugInfo` There's vectors of both of these in `mir::Body`, so might as well track them. (I was pondering adding something to one or the other, so wanted this to see the memory impact.)
…=notriddle rustdoc: Add regression test for rust-lang#60522Fixesrust-lang#60522. r? `@notriddle`
JohnTitor
commented
Apr 24, 2023
@bors r+ p=10 rollup=never |
bors
commented
Apr 24, 2023
bors
commented
Apr 24, 2023
bors
commented
Apr 24, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Apr 24, 2023
📌 Perf builds for each rolled up PR: previous master: 253b727f46 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
rust-timer
commented
Apr 24, 2023
Finished benchmarking commit (521de43): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Successful merges:
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)SourceScopeData&VarDebugInfo#110750 (Add size asserts for MIRSourceScopeData&VarDebugInfo)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup