Skip to content

Remove implementation of min_align_of intrinsic - #88933

Merged
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:remove-min-align-of
Sep 16, 2021
Merged

Remove implementation of min_align_of intrinsic#88933
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:remove-min-align-of

Conversation

@tmiasko

@tmiaskotmiasko commented Sep 14, 2021

Copy link
Copy Markdown
Contributor

Since #88839min_align_of is lowered to AlignOf operator.

Since 88839 `min_align_of` is lowered to AlignOf operator.
@rust-highfive

Copy link
Copy Markdown
Contributor

Some changes occured to the CTFE / Miri engine

cc @rust-lang/miri

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nagisa

(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 Sep 14, 2021
@oli-obk

Copy link
Copy Markdown
Contributor

r? @oli-obk

@bors r+ rollup

@bors

bors commented Sep 14, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit f9b8191 has been approved by oli-obk

@rust-highfiverust-highfive assigned oli-obk and unassigned nagisaSep 14, 2021
@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 Sep 14, 2021
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 14, 2021
Remove implementation of `min_align_of` intrinsic
Since rust-lang#88839 `min_align_of` is lowered to AlignOf operator.
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 14, 2021
Remove implementation of `min_align_of` intrinsic
Since rust-lang#88839 `min_align_of` is lowered to AlignOf operator.
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 14, 2021
Remove implementation of `min_align_of` intrinsic
Since rust-lang#88839 `min_align_of` is lowered to AlignOf operator.
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 14, 2021
Remove implementation of `min_align_of` intrinsic
Since rust-lang#88839 `min_align_of` is lowered to AlignOf operator.
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 15, 2021
Remove implementation of `min_align_of` intrinsic
Since rust-lang#88839 `min_align_of` is lowered to AlignOf operator.
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 16, 2021
…arth
Rollup of 8 pull requests
Successful merges:
- rust-lang#87320 (Introduce -Z remap-cwd-prefix switch)
- rust-lang#88690 (Accept `m!{ .. }.method()` and `m!{ .. }?` statements. )
- rust-lang#88775 (Revert anon union parsing)
- rust-lang#88841 (feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`)
- rust-lang#88907 (Highlight the `const fn` if error happened because of a bound on the impl block)
- rust-lang#88915 (`Wrapping<T>` has the same layout and ABI as `T`)
- rust-lang#88933 (Remove implementation of `min_align_of` intrinsic)
- rust-lang#88951 (Update books)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit d11ee80 into rust-lang:masterSep 16, 2021
@rustbotrustbot added this to the 1.57.0 milestone Sep 16, 2021
@tmiasko
tmiasko deleted the remove-min-align-of branch September 16, 2021 05:11
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.

6 participants

@tmiasko@rust-highfive@oli-obk@bors@nagisa@rustbot