豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Match release stability for dated Rust toolchain releases#12986

Merged
JamieMagee merged 2 commits intomainfrom
jamiemagee/rust-toolchain-match-stability
Sep 3, 2025
Merged

Match release stability for dated Rust toolchain releases#12986
JamieMagee merged 2 commits intomainfrom
jamiemagee/rust-toolchain-match-stability

Conversation

@JamieMagee
Copy link
Copy Markdown
Member

@JamieMagee JamieMagee commented Aug 30, 2025

What are you trying to accomplish?

When comparing dated Rust toolchain releases, we need to ensure that the release stability matches i.e. nightly-2025-01-01 should only ever be compared against nightly-* releases, not stable-* or beta-*.

Closes #12950

Anything you want to highlight for special attention from reviewers?

How will you know you've accomplished your goal?

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@JamieMagee JamieMagee requested a review from a team as a code owner August 30, 2025 03:05
@JamieMagee JamieMagee force-pushed the jamiemagee/rust-toolchain-match-stability branch from 6a9e3d1 to b91e464 Compare August 30, 2025 03:19
markhallen
markhallen previously approved these changes Sep 2, 2025
@JamieMagee JamieMagee force-pushed the jamiemagee/rust-toolchain-match-stability branch from b91e464 to eae5e5d Compare September 2, 2025 17:44
Copy link
Copy Markdown
Contributor

@markhallen markhallen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice refactor

@JamieMagee JamieMagee force-pushed the jamiemagee/rust-toolchain-match-stability branch from 627250f to 32ae6f4 Compare September 3, 2025 15:37
@JamieMagee JamieMagee merged commit ab8d028 into main Sep 3, 2025
76 checks passed
@JamieMagee JamieMagee deleted the jamiemagee/rust-toolchain-match-stability branch September 3, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust_toolchain updater suggesting updates from nightly to stable

2 participants