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

Mark arm_shared intrinsics as stable on all target except ARM #1345

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Oct 25, 2022

Currently these are only marked as stable on aarch64, which makes them appear as unstable in the standard library docs generated on x86_64.

This is still somewhat misleading in the case of ARM since it makes the docs show some functions as stable when they aren't, but this is still better than the status quo.

@rust-highfive
Copy link

@Amanieu: no appropriate reviewer found, use r? to override

Currently these are only marked as stable on aarch64, which makes them
appear as unstable in the standard library docs generated on x86_64.

This is still somewhat misleading in the case of ARM since it makes the
docs show some functions as stable when they aren't, but this is still
better than the status quo.
@Amanieu Amanieu merged commit e0cee8f into rust-lang:master Oct 25, 2022
@Amanieu Amanieu deleted the fix-aarch64-docs branch October 25, 2022 19:18
@Amanieu Amanieu restored the fix-aarch64-docs branch March 23, 2023 22:51
Amanieu added a commit to Amanieu/stdarch that referenced this pull request Mar 23, 2023
This is a follow-up to rust-lang#1345 where these appeared as unstable in the
standard library docs because they are only stabilized for ARM. They
were missed in the original PR.
Amanieu added a commit that referenced this pull request Mar 24, 2023
This is a follow-up to #1345 where these appeared as unstable in the
standard library docs because they are only stabilized for ARM. They
were missed in the original PR.
Amanieu added a commit to Amanieu/stdarch that referenced this pull request Jun 28, 2023
This happens because the docs are built for x86_64, see rust-lang#1345.

Fixes rust-lang#1444
Amanieu added a commit that referenced this pull request Jun 28, 2023
This happens because the docs are built for x86_64, see #1345.

Fixes #1444
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.

2 participants