-
Notifications
You must be signed in to change notification settings - Fork 13.8k
generate list of all variants with target_spec_enum
#144592
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
Conversation
|
These commits modify compiler targets. Some changes occurred in cfg and check-cfg configuration cc @Urgau |
this is basically the same as ef608f1 i like my macro a bit more |
☔ The latest upstream changes (presumably #145701) made this pull request unmergeable. Please resolve the merge conflicts. |
This helps us avoid the hardcoded lists elsewhere.
702c67c
to
4841d8c
Compare
This PR was rebased onto a different master commit. Here's a range-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. |
FromStr
for target spec data structurestarget_spec_enum
@rustbot ready |
@bors r+ rollup |
…oratrieb generate list of all variants with `target_spec_enum` This helps us avoid the hardcoded lists elsewhere. r? `@Noratrieb`
Rollup of 6 pull requests Successful merges: - #144592 (generate list of all variants with `target_spec_enum`) - #146762 (Fix and provide instructions for running test suite on Apple simulators) - #146766 (Add attributes for #[global_allocator] functions) - #146770 (fixes for numerous clippy warnings) - #146774 (Allow running `x <cmd> <path>` from a different directory) - #146800 (Fix unsupported `std::sys::thread` after move) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 5 pull requests Successful merges: - #144592 (generate list of all variants with `target_spec_enum`) - #146762 (Fix and provide instructions for running test suite on Apple simulators) - #146770 (fixes for numerous clippy warnings) - #146774 (Allow running `x <cmd> <path>` from a different directory) - #146800 (Fix unsupported `std::sys::thread` after move) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #144592 - fee1-dead-contrib:target_spec, r=Noratrieb generate list of all variants with `target_spec_enum` This helps us avoid the hardcoded lists elsewhere. r? ``@Noratrieb``
@bors r- already merged but still in the queue |
Rollup of 5 pull requests Successful merges: - rust-lang/rust#144592 (generate list of all variants with `target_spec_enum`) - rust-lang/rust#146762 (Fix and provide instructions for running test suite on Apple simulators) - rust-lang/rust#146770 (fixes for numerous clippy warnings) - rust-lang/rust#146774 (Allow running `x <cmd> <path>` from a different directory) - rust-lang/rust#146800 (Fix unsupported `std::sys::thread` after move) r? `@ghost` `@rustbot` modify labels: rollup
…oratrieb generate list of all variants with `target_spec_enum` This helps us avoid the hardcoded lists elsewhere. r? ``@Noratrieb``
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#144592 (generate list of all variants with `target_spec_enum`) - rust-lang#146762 (Fix and provide instructions for running test suite on Apple simulators) - rust-lang#146770 (fixes for numerous clippy warnings) - rust-lang#146774 (Allow running `x <cmd> <path>` from a different directory) - rust-lang#146800 (Fix unsupported `std::sys::thread` after move) r? `@ghost` `@rustbot` modify labels: rollup
This helps us avoid the hardcoded lists elsewhere.
r? @Noratrieb