Skip to content

Miscellaneous tweaks#153691

Merged
rust-bors[bot] merged 5 commits intorust-lang:mainfrom
nnethercote:misc-tweaks
Mar 13, 2026
Merged

Miscellaneous tweaks#153691
rust-bors[bot] merged 5 commits intorust-lang:mainfrom
nnethercote:misc-tweaks

Conversation

@nnethercote
Copy link
Contributor

A hodge-podge of small changes that didn't fit anywhere else.

r? @yaahc

These two types fit the pattern because they have no generics.
The `DerefMut` impl for `Providers` was removed in rust-lang#151096.
`tcx` is the usual name for `TyCtxt` parameters.
@rustbot
Copy link
Collaborator

rustbot commented Mar 11, 2026

The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes.

cc @BoxyUwU, @tshepang

@rustbot rustbot added the A-rustc-dev-guide Area: rustc-dev-guide label Mar 11, 2026
@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. labels Mar 11, 2026
@rustbot
Copy link
Collaborator

rustbot commented Mar 11, 2026

⚠️ Warning ⚠️

  • There are issue links (such as #123) in the commit messages of the following commits.
    Please move them to the PR description, to avoid spamming the issues with references to the commit, and so this bot can automatically canonicalize them to avoid issues with subtree.

@yaahc
Copy link
Member

yaahc commented Mar 12, 2026

lgtm

@bors r+

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 12, 2026

📌 Commit 1287ccc has been approved by yaahc

It is now in the queue for this repository.

@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 Mar 12, 2026
Zalathar added a commit to Zalathar/rust that referenced this pull request Mar 13, 2026
Miscellaneous tweaks

A hodge-podge of small changes that didn't fit anywhere else.

r? @yaahc
rust-bors bot pushed a commit that referenced this pull request Mar 13, 2026
Rollup of 5 pull requests

Successful merges:

 - #152258 (fixed VecDeque::splice() not filling the buffer correctly when resizing the buffer on start = end range)
 - #153691 (Miscellaneous tweaks)
 - #153766 (`try_execute_query` tweaks)
 - #153188 (implementation of `-Z min-recursion-limit`)
 - #153428 (Avoid duplicated query modifier comments.)
@rust-bors rust-bors bot merged commit 19f7c94 into rust-lang:main Mar 13, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 13, 2026
@nnethercote nnethercote deleted the misc-tweaks branch March 13, 2026 08:21
github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Mar 16, 2026
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#152258 (fixed VecDeque::splice() not filling the buffer correctly when resizing the buffer on start = end range)
 - rust-lang/rust#153691 (Miscellaneous tweaks)
 - rust-lang/rust#153766 (`try_execute_query` tweaks)
 - rust-lang/rust#153188 (implementation of `-Z min-recursion-limit`)
 - rust-lang/rust#153428 (Avoid duplicated query modifier comments.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rustc-dev-guide Area: rustc-dev-guide 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.

3 participants