-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ABI checks: add support for tier2 arches #132842
base: master
Are you sure you want to change the base?
Conversation
Sorry, I'm going to hand this one off. r? compiler |
ee0505d
to
bd742a9
Compare
In terms of reviewers, I guess rolling the dice is unlikely to get an ABI person. ;) |
bd742a9
to
9cc9647
Compare
9cc9647
to
3ae72e3
Compare
30a21b5
to
9d3e137
Compare
1cc2c1a
to
ff485c9
Compare
ff485c9
to
db76ae2
Compare
db76ae2
to
9b0144b
Compare
9b0144b
to
8a98b79
Compare
☔ The latest upstream changes (presumably #132843) made this pull request unmergeable. Please resolve the merge conflicts. |
8a98b79
to
54ba4f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good as-is, just some notes for future reference if we want.
r=me with or without @bors delegate+ |
✌️ @veluca93, you can now approve this pull request! If @workingjubilee told you to " |
See rust-lang#131800 for the data collection behind this change. Also adds a test that exercise the "empty list of features" path.
54ba4f7
to
295cffc
Compare
Added all the suggested comments (in one form or the other :-)) |
…ngjubilee ABI checks: add support for tier2 arches See rust-lang#131800 for the data collection behind this change. r? RalfJung
…llaumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#132709 (optimize char::to_digit and assert radix is at least 2) - rust-lang#132842 (ABI checks: add support for tier2 arches) - rust-lang#132965 (allow CFGuard on windows-gnullvm) - rust-lang#132967 (fix REGISTRY_USERNAME to reuse cache between auto and pr jobs) - rust-lang#132971 (Handle infer vars in anon consts on stable) - rust-lang#132979 (use `--exact` on `--skip` to avoid unintended substring matches) r? `@ghost` `@rustbot` modify labels: rollup
See #131800 for the data collection behind this change.
r? RalfJung