Skip to content

implementation of -Z min-recursion-limit#153188

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Kivooeo:min-rec-limit
Mar 13, 2026
Merged

implementation of -Z min-recursion-limit#153188
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Kivooeo:min-rec-limit

Conversation

@Kivooeo
Copy link
Member

@Kivooeo Kivooeo commented Feb 27, 2026

impl of rust-lang/compiler-team#969, closes #153132

r? lcnr

@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 Feb 27, 2026
@rust-cloud-vms rust-cloud-vms bot force-pushed the min-rec-limit branch 2 times, most recently from 9b49e75 to cc20487 Compare February 27, 2026 15:50
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@Kivooeo
Copy link
Member Author

Kivooeo commented Feb 27, 2026

@rustbot ready

Copy link
Contributor

@lcnr lcnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me after nits

thank you for working on this and sorry for the slow review

View changes since this review

@rust-log-analyzer

This comment has been minimized.

@Kivooeo Kivooeo closed this Mar 12, 2026
@Kivooeo Kivooeo reopened this Mar 12, 2026
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 12, 2026
@rust-log-analyzer

This comment has been minimized.

@rustbot

This comment was marked as resolved.

@rustbot

This comment has been minimized.

@Kivooeo
Copy link
Member Author

Kivooeo commented Mar 12, 2026

@bors r=lcnr rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 12, 2026

📌 Commit 919fd6b has been approved by lcnr

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
implementation of `-Z min-recursion-limit`

impl of rust-lang/compiler-team#969, closes rust-lang#153132

r? lcnr
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 0459442 into rust-lang:main Mar 13, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 13, 2026
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

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.

Tracking issue for MCP 969: Add a --min-recursion-limit command line flag

5 participants