Skip to content

Some more simple per-owner resolver changes#157379

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
oli-obk:more-per-owner
Jun 3, 2026
Merged

Some more simple per-owner resolver changes#157379
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
oli-obk:more-per-owner

Conversation

@oli-obk
Copy link
Copy Markdown
Contributor

@oli-obk oli-obk commented Jun 3, 2026

Fairly straight forward ones. The remaining data structures are either more involved or blocked on other changes waiting to happen.

I especially like how the import res map stops being a map, as there can only be one import res per owner (each import is its own owner)

r? @petrochenkov

@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. labels Jun 3, 2026
@petrochenkov
Copy link
Copy Markdown
Contributor

@bors r+

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Jun 3, 2026

📌 Commit 3fbaefd has been approved by petrochenkov

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 5. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot 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 Jun 3, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jun 3, 2026
…nkov

Some more simple per-owner resolver changes

Fairly straight forward ones. The remaining data structures are either more involved or blocked on other changes waiting to happen.

I especially like how the import res map stops being a map, as there can only be one import res per owner (each import is its own owner)

r? @petrochenkov
rust-bors Bot pushed a commit that referenced this pull request Jun 3, 2026
Rollup of 12 pull requests

Successful merges:

 - #157085 (powerpc: warn against incorrect values for ABI-relevant target features)
 - #157170 (Use `impl` restrictions in `std`, `core`)
 - #157217 ([tiny] remove unecessary `.into()` calls)
 - #157262 (rustdoc: IXCRE: Preserve sizedness bounds on type params belonging to the parent item)
 - #157379 (Some more simple per-owner resolver changes)
 - #157381 (librustdoc: fix CSS border issue to support Firefox high contrast mode)
 - #155512 (interpreter: improve comments and error message in mir_assign_valid_types)
 - #157254 (Correct description of panic.rs)
 - #157290 (interpret: fix mir::UnOp layout computation)
 - #157332 (Rewrite target checking for `#[sanitize]`)
 - #157351 (Avoid leaking the query-job collection warning into the panic query stack)
 - #157389 (Add @clarfonthey to libs review rotation)
@rust-bors rust-bors Bot merged commit fc36bf2 into rust-lang:main Jun 3, 2026
12 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 3, 2026
rust-timer added a commit that referenced this pull request Jun 3, 2026
Rollup merge of #157379 - oli-obk:more-per-owner, r=petrochenkov

Some more simple per-owner resolver changes

Fairly straight forward ones. The remaining data structures are either more involved or blocked on other changes waiting to happen.

I especially like how the import res map stops being a map, as there can only be one import res per owner (each import is its own owner)

r? @petrochenkov
pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Jun 4, 2026
Rollup of 12 pull requests

Successful merges:

 - rust-lang/rust#157085 (powerpc: warn against incorrect values for ABI-relevant target features)
 - rust-lang/rust#157170 (Use `impl` restrictions in `std`, `core`)
 - rust-lang/rust#157217 ([tiny] remove unecessary `.into()` calls)
 - rust-lang/rust#157262 (rustdoc: IXCRE: Preserve sizedness bounds on type params belonging to the parent item)
 - rust-lang/rust#157379 (Some more simple per-owner resolver changes)
 - rust-lang/rust#157381 (librustdoc: fix CSS border issue to support Firefox high contrast mode)
 - rust-lang/rust#155512 (interpreter: improve comments and error message in mir_assign_valid_types)
 - rust-lang/rust#157254 (Correct description of panic.rs)
 - rust-lang/rust#157290 (interpret: fix mir::UnOp layout computation)
 - rust-lang/rust#157332 (Rewrite target checking for `#[sanitize]`)
 - rust-lang/rust#157351 (Avoid leaking the query-job collection warning into the panic query stack)
 - rust-lang/rust#157389 (Add @clarfonthey to libs review rotation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants