]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1324 - RalfJung:intrinsic-orga, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 12 Apr 2020 09:07:21 +0000 (09:07 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Apr 2020 09:07:21 +0000 (09:07 +0000)
commit85dff8b67adce34efe9c651f687e5445e3e3325b
tree81fbd3ac5dd4d3485236835ac93bd5df2e258629
parentc827d1fd9cd1f130c861bee3a39e82971381879f
parent2a3ce5d618d80a83ba0166e18b70a9ec69fd8f96
Auto merge of #1324 - RalfJung:intrinsic-orga, r=RalfJung

organize intrinsics in groups

Also remove `pref_align_of` as it was moved into rustc long ago, and `align_of_val` as it doesn't exist (the name is `min_align_of_val`, which we also already handle).