- Notifications
You must be signed in to change notification settings - Fork13.9k
rustc_target: introduce Vendor, ABI, Env, OS#148531
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
Some changes occurred in compiler/rustc_codegen_cranelift cc@bjorn3 These commits modifycompiler targets. Some changes occurred in compiler/rustc_codegen_ssa Some changes occurred in cfg and check-cfg configuration cc@Urgau The Miri subtree was changed cc @rust-lang/miri |
FWIW for a related change recently we had quite a bit of discussion:rust-lang/compiler-team#926. |
Improve type safety by using an enum rather than strings.
This PR was rebased onto a different master commit. Here's arange-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
Improve type safety by using an enum rather than strings.
Improve type safety by using an enum rather than strings.
Improve type safety by using an enum rather than strings.
Improve type safety by using an enum rather than strings.
I'm not really sure this is better since only a few vendors have special semantics. r?@nnethercote