Skip to content
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

Rollup of 5 pull requests #119170

Merged
merged 12 commits into from
Dec 21, 2023
Merged

Rollup of 5 pull requests #119170

merged 12 commits into from
Dec 21, 2023

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

aDotInTheVoid and others added 12 commits December 20, 2023 00:07
Change how we classify item kind for DefKind::Ctor
…piler-errors

Fix crash due to `CrateItem::kind()` not handling constructors

Also add a method to get the instance instantiation arguments, and include that information in the instance debug.
…piler-errors

Add method to get instance instantiation arguments

Add a method to get the instance instantiation arguments, and include that information in the instance debug.
…truct, r=compiler-errors

Give `VariantData::Struct`  named fields, to clairfy `recovered`.

Implements rust-lang#119121 (comment). Supersedes rust-lang#119121

This way, it's clear what the bool fields means, instead of having to find where it's generated. Changes both ast and hir.

r? `@compiler-errors`
E0761: module directory has .rs suffix

`rustc --explain E0761` example seems wrong.
…errors

resolve: Stop feeding visibilities for import list stems

Fixes rust-lang#119126
@rustbot rustbot added 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Dec 20, 2023
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Contributor

bors commented Dec 20, 2023

📌 Commit c36bb5d has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors 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 Dec 20, 2023
@bors
Copy link
Contributor

bors commented Dec 21, 2023

⌛ Testing commit c36bb5d with merge 3694a6b...

@bors
Copy link
Contributor

bors commented Dec 21, 2023

☀️ Test successful - checks-actions
Approved by: matthiaskrgr
Pushing 3694a6b to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 21, 2023
@bors bors merged commit 3694a6b into rust-lang:master Dec 21, 2023
12 checks passed
@rustbot rustbot added this to the 1.76.0 milestone Dec 21, 2023
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#119135 Fix crash due to CrateItem::kind() not handling construct… de64ea06dbc422e88928b2ed15905e7316e2e015 (link)
#119141 Add method to get instance instantiation arguments 3a603afc826ac314ce2c37fcb22230d2f7821b21 (link)
#119145 Give VariantData::Struct named fields, to clairfy `recov… 229b285c80e1e64ae975fcb322b1ff3519fcc7d1 (link)
#119167 E0761: module directory has .rs suffix 4872c74bfd8243fee3cdae378fb104c87b49143d (link)
#119168 resolve: Stop feeding visibilities for import list stems cf572964f6a81b34176c7b1582f94c350affd261 (link)

previous master: 5ac4c8a63e

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (3694a6b): comparison URL.

Overall result: ❌✅ regressions and improvements - no action needed

@rustbot label: -perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
0.2% [0.2%, 0.2%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-1.1% [-1.1%, -1.1%] 1
All ❌✅ (primary) - - 0

Max RSS (memory usage)

This benchmark run did not return any relevant results for this metric.

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-0.0% [-0.0%, -0.0%] 1
All ❌✅ (primary) - - 0

Bootstrap: 672.809s -> 673.469s (0.10%)
Artifact size: 312.78 MiB -> 312.82 MiB (0.01%)

@matthiaskrgr matthiaskrgr deleted the rollup-nllgdf2 branch March 16, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc 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