Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc: Strict enforcement of glue function types. #3150

Merged

Conversation

elliottslaughter
Copy link
Contributor

Make all glue functions take values by alias to remove the need for
bitcasts at the top of every glue function. Use static type
information to produce the correct type for glue functions so that
LLVM can enforce the type system at call sites.

Make all glue functions take values by alias to remove the need for
bitcasts at the top of every glue function. Use static type
information to produce the correct type for glue functions so that
LLVM can enforce the type system at call sites.
@elliottslaughter elliottslaughter merged commit 166cb1b into rust-lang:incoming Aug 8, 2012
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
Remove deprecated cfg_attr from README
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Nov 4, 2023
make sure we catch UB in match place even with _ pattern

Fixes rust-lang/miri#2360
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Update Rust toolchain from nightly-2024-04-18 to nightly-2024-04-19
without any other source changes.
This is an automatically generated pull request. If any of the CI checks
fail, manual intervention is required. In such a case, review the
changes at https://github.com/rust-lang/rust from
rust-lang@becebb3
up to
rust-lang@e3181b0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant