Skip to content

Remove memoization leftovers from constant evaluation machine - #79840

Merged
bors merged 4 commits into
rust-lang:masterfrom
dvtkrlbs:issue-79667
Dec 17, 2020
Merged

Remove memoization leftovers from constant evaluation machine#79840
bors merged 4 commits into
rust-lang:masterfrom
dvtkrlbs:issue-79667

Conversation

@dvtkrlbs

@dvtkrlbsdvtkrlbs commented Dec 8, 2020

Copy link
Copy Markdown
Contributor

Closes#79667

@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @petrochenkov (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 8, 2020
@petrochenkov

Copy link
Copy Markdown
Contributor

r? @RalfJung

Comment threadcompiler/rustc_mir/src/const_eval/machine.rs
Comment threadcompiler/rustc_mir/src/const_eval/eval_queries.rs Outdated
Comment threadcompiler/rustc_mir/src/const_eval/eval_queries.rs Outdated
Comment threadcompiler/rustc_mir/src/const_eval/eval_queries.rs Outdated
Comment threadcompiler/rustc_mir/src/const_eval/eval_queries.rs Outdated
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

Thanks!

@bors

bors commented Dec 14, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit a03feaa 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 Dec 14, 2020
@bors

bors commented Dec 14, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a03feaa with merge 494c4050d20b3ddac02d7b8997cfe26c29c937d0...

@bors

bors commented Dec 14, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 14, 2020
@oli-obk

Copy link
Copy Markdown
Contributor

@bors retry

@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 Dec 15, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 15, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 15, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 15, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
This was referenced Dec 15, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 16, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 16, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Dec 16, 2020
Remove memoization leftovers from constant evaluation machine
Closesrust-lang#79667
@bors

bors commented Dec 17, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit a03feaa with merge 001bd77...

@bors

bors commented Dec 17, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing 001bd77 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Dec 17, 2020
@bors
bors merged commit 001bd77 into rust-lang:masterDec 17, 2020
@rustbotrustbot added this to the 1.50.0 milestone Dec 17, 2020
@dvtkrlbs
dvtkrlbs deleted the issue-79667 branch December 17, 2020 12:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.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.

CTFE: remove memoization leftovers

7 participants

@dvtkrlbs@rust-highfive@petrochenkov@oli-obk@bors@RalfJung@rustbot