Skip to content

Rollup of 5 pull requests - #124264

Closed
GuillaumeGomez wants to merge 18 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-l0i1t6q
Closed

Rollup of 5 pull requests#124264
GuillaumeGomez wants to merge 18 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-l0i1t6q

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

GuillaumeGomezand others added 18 commits April 19, 2024 23:13
MC/DC's reliance on the existing branch coverage types is making it much harder
to improve branch coverage.
This clears the way for larger changes to how branches are handled by the
coverage instrumentor, in order to support branch coverage for more language
constructs.
…-obk
[cleanup] [llvm backend] Prevent creating the same `Instance::mono` multiple times
Just a little thing I came across while going through the code.
r? ``@oli-obk``
…, r=oli-obk
Stop taking `ParamTy`/`ParamConst`/`EarlyParamRegion`/`AliasTy` by ref
It's unnecessary and is annoying when we have it by value.
coverage: Prepare for improved branch coverage
When trying to rebase my new branch coverage work (including rust-lang#124154) on top of the introduction of MC/DC coverage (rust-lang#123409), I found it a lot harder than anticipated. With the benefit of hindsight, the branch coverage code and MC/DC code have become more interdependent than I'm happy with.
This PR therefore disentangles them a bit, so that it will be easier for both areas of code to evolve independently without interference.
---
This PR also includes a few extra branch coverage tests that I had sitting around from my current branch coverage work. They mostly just demonstrate that certain language constructs listed in rust-lang#124118 currently don't have branch coverage support.
`@rustbot` label +A-code-coverage
…=oli-obk
Miri: detect wrong vtables in wide pointers
Fixesrust-lang/miri#3497.
Needed to catch the UB that rust-lang#123572 will start exploiting.
r? ``@oli-obk``
…read-ice, r=oli-obk
Improve ICE message for forbidden dep-graph reads.
The new message mentions the main context that the ICE might occur in and it mentions the query/dep-node that is being read.
cc rust-lang#123781, where this would have been helpful.
@rustbotrustbot added A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Apr 22, 2024
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=5 rollup=never

@bors

bors commented Apr 22, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 201d60e has been approved by GuillaumeGomez

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 22, 2024
@bors

bors commented Apr 22, 2024

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 201d60e with merge a7c8f57...

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 22, 2024
…llaumeGomez
Rollup of 5 pull requests
Successful merges:
- rust-lang#124178 ([cleanup] [llvm backend] Prevent creating the same `Instance::mono` multiple times)
- rust-lang#124183 (Stop taking `ParamTy`/`ParamConst`/`EarlyParamRegion`/`AliasTy` by ref)
- rust-lang#124217 (coverage: Prepare for improved branch coverage)
- rust-lang#124220 (Miri: detect wrong vtables in wide pointers)
- rust-lang#124252 (Improve ICE message for forbidden dep-graph reads.)
r? `@ghost`
`@rustbot` modify labels: rollup
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job x86_64-gnu-aux failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors

bors commented Apr 22, 2024

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 22, 2024
@GuillaumeGomez
GuillaumeGomez deleted the rollup-l0i1t6q branch April 22, 2024 18:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-query-systemArea: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@GuillaumeGomez@bors@rust-log-analyzer@rustbot@compiler-errors@RalfJung@michaelwoerister@Zalathar