Skip to content

move stack size check to const_eval machine - #75338

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-eval-stack-size-check
Aug 11, 2020
Merged

move stack size check to const_eval machine#75338
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:const-eval-stack-size-check

Conversation

@RalfJung

Copy link
Copy Markdown
Member

This is consistent with how we enforce the step limit. In particular, we do not want this limit checked for Miri-the-tool.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @oli-obk

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 9, 2020
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Aug 10, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit aec6df9 has been approved by oli-obk

@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 Aug 10, 2020
@JohnTitorJohnTitor mentioned this pull request Aug 11, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 11, 2020
Rollup of 10 pull requests
Successful merges:
- rust-lang#74744 (Update RELEASES.md for 1.46.0)
- rust-lang#75085 (Transmute big endian `s6_addr` and `[u16; 8]`)
- rust-lang#75226 (Miri: Renamed "undef" to "uninit")
- rust-lang#75333 (polymorphize: constrain unevaluated const handling)
- rust-lang#75338 (move stack size check to const_eval machine)
- rust-lang#75347 (Rustdoc: Fix natural ordering to look at all numbers.)
- rust-lang#75352 (Tweak conditions for E0026 and E0769)
- rust-lang#75353 (Tiny cleanup, remove unnecessary `unwrap`)
- rust-lang#75359 (unused_delims: trim expr)
- rust-lang#75360 (Add sample fix for E0749)
Failed merges:
r? @ghost
@bors
bors merged commit f50f1c7 into rust-lang:masterAug 11, 2020
@RalfJung
RalfJung deleted the const-eval-stack-size-check branch August 13, 2020 07:18
@cuvipercuviper added this to the 1.47.0 milestone May 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@RalfJung@rust-highfive@oli-obk@bors@cuviper