rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.11k stars 12.69k forks source link

Stabilisation of ARM AES intrinsics missing from 1.72 release notes #130717

Open ctz opened 1 month ago

ctz commented 1 month ago

Location

Both:

Summary

If you go to https://doc.rust-lang.org/core/arch/aarch64/fn.vaesdq_u8.html that reports it was stabilised in 1.72. However, it is not mentioned in:

Naturally I'm not expecting these to be altered post-hoc, but I feel there might be a process improvement here for ensuring stdarch changes are reflected in the release notes?

workingjubilee commented 1 month ago

Naturally I'm not expecting these to be altered post-hoc, but I feel there might be a process improvement here for ensuring stdarch changes are reflected in the release notes?

Hm. We've already implemented several improvements for release notes since 1.72, it's not clear that a missed relnote from 9 releases ago has much bearing on our process now. Maybe it does, maybe it doesn't.

Anyways, we actually do alter (some) of these post-hoc. Specifically: Please PR whatever release note changes you desire to RELEASES.md (it may or may not get propagated elsewhere)

Mark-Simulacrum commented 1 month ago

I suspect stdarch stabilization continues to be a gap in our tooling. We don't typically monitor any external repos for stabilization, probably stdarch needs to be special :(