-
Notifications
You must be signed in to change notification settings - Fork 13.4k
RELEASES.md: Don't document unstable --test-build-wrapper
#133192
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rustbot has assigned @Mark-Simulacrum. Use |
fmease
approved these changes
Nov 19, 2024
r? fmease @bors r+ |
@bors rollup |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 19, 2024
Rollup of 9 pull requests Successful merges: - rust-lang#132758 (Improve `{BTreeMap,HashMap}::get_key_value` docs.) - rust-lang#133180 ([rustdoc] Fix items with generics not having their jump to def link generated) - rust-lang#133181 (Update books) - rust-lang#133182 (const_panic: inline in bootstrap builds to avoid f16/f128 crashes) - rust-lang#133185 (rustdoc-search: use smart binary search in bitmaps) - rust-lang#133186 (Document s390x-unknown-linux targets) - rust-lang#133187 (Add reference annotations for diagnostic attributes) - rust-lang#133191 (rustdoc book: Move `--test-builder(--wrapper)?` docs to unstable section.) - rust-lang#133192 (RELEASES.md: Don't document unstable `--test-build-wrapper`) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 19, 2024
Rollup merge of rust-lang#133192 - aDotInTheVoid:changelog-cleanup, r=fmease RELEASES.md: Don't document unstable `--test-build-wrapper` rust-lang#114651 added this as an unstable flag, so it doesn't make sense to go in the release notes. Discovered while working on rust-lang#133191.
bors-ferrocene bot
pushed a commit
to ferrocene/ferrocene
that referenced
this pull request
Jun 3, 2025
Documentation semantic diff: > Note: Generally, trivial typo fixes (eg "has" to "have" or "generalld" to "generally") are excluded. * **Index** * Added "Licensing and Copyright" pages * **Document list** * Version number changed * Document IDs changed * **Evaluation Plan** * No semantically meaningful differences * **Evaluation Report** * Added "Compiler arguments affecting the compilation outcome" * **Internal procedures** * Updated "Handling Backports" * Clarified *feature* development happens on `main` * Updated "Sphinx Extensions" * Added "Marking changes as upcoming" * Removed "Sphinx Needs Integration" * Updated "Digital Signatures" * Removed "Signing documents" * Added "Signing all documents" * Added "Signing a single document" * Added "Configuring the roles allowed to sign" * Added "Inspecting the signature contents" * Updated "Setting up a local development environment" * Updated "Required software" to show `uv` * Added "x86-64 Linux (glibc) (x86_64-unknown-linux-gnu)" * Added "Apple Silicon macOS (aarch64-apple-darwin)" * Added "x86-64 Windows (x86_64-pc-windows-msvc)" * Updated "Working with the CI" * Removed "Using the Python virtual environment" * Added "Using Python scripts and tools" * Updated "Reproducing CI jobs" * Added "Preserving build artifacts" * Added "Sharing miscellaneous directories with the container" * Added "Testing Other Targets" * Updated "Known Problems" * Clarify we ignore some problems with the target as an ignore reason and why * Updated "Release Process Overview" * Updated "Publishing a manual release" * Updated "Stable Release Process" * Updated "Determine the Ferrocene version number" * Updated "Branching from rolling into beta" * Updated "Remove upcoming notes in the `main` branch" * Updated "Subtree Pulls" * Updated "Performing the pull" * Updated "Upstream Pulls" * Updated "Checkout PR" * Added "Test Variants" * **Qualification Plan** * Updated "6.2 Build and Test Phase 1: Spot Testing" * Updated "9. Known Problems Tracking" to mention `Affected Branches` * Updated "2. Ferrocene Organization" * **Qualification Report** * Version number changed * Updated test numbers and ignore reasons for all targets * Added "6. Armv7E-M bare-metal (soft-float)" * Added "7. Armv7E-M bare-metal (hard-float)" * Added "Variant" column to all results. * This shows the variant used (eg edition 2021). Note that some tests can override the variant options. For example, some tests checking the transition from Rust edition 2015 to edition 2018 cannot be run with edition 2021. * **Release Notes** * Updated "Ferrocene 24.08.0" * Updated "Armv8-R AArch32 bare-metal (hard-float)" target name * rust-lang/rust#133192 removed `--test-builder-wrapper` from the changelog * Updated "Ferrocene 25.02.0" * Reflect updated name for RFC 3617 * Update syntax documenting `from_str_radix` * Added "Ferrocene 25.05.0" * **Safety Manual** * Version number changed * **Specification** * Changelog: * Updated to include changes from Rust 1.84 to Rust 1.86 * (Please see "FLS Changelog" page for remaining changes) * **User Manual** * Added "10. Armv7E-M bare-metal (soft-float)" * Added "11. Armv7E-M bare-metal (hard-float)" * Version number changed * Updated "9.1. Qualified targets" * Updated description * Added Armv7E-M targets * Updated "B. rustc Command-Line Interface" * Added impact for each flag
bors-ferrocene bot
added a commit
to ferrocene/ferrocene
that referenced
this pull request
Jun 3, 2025
1501: Sign Ferrocene 25.05 r=Hoverbear a=skade Documentation semantic diff: * **Index** * Added "Licensing and Copyright" pages * **Document list** * Version number changed * Document IDs changed * **Evaluation Plan** * No semantically meaningful differences * **Evaluation Report** * Added "Compiler arguments affecting the compilation outcome" * **Internal procedures** * Updated "Handling Backports" * Clarified *feature* development happens on `main` * Updated "Sphinx Extensions" * Added "Marking changes as upcoming" * Removed "Sphinx Needs Integration" * Updated "Digital Signatures" * Removed "Signing documents" * Added "Signing all documents" * Added "Signing a single document" * Added "Configuring the roles allowed to sign" * Added "Inspecting the signature contents" * Updated "Setting up a local development environment" * Updated "Required software" to show `uv` * Added "x86-64 Linux (glibc) (x86_64-unknown-linux-gnu)" * Added "Apple Silicon macOS (aarch64-apple-darwin)" * Added "x86-64 Windows (x86_64-pc-windows-msvc)" * Updated "Working with the CI" * Removed "Using the Python virtual environment" * Added "Using Python scripts and tools" * Updated "Reproducing CI jobs" * Added "Preserving build artifacts" * Added "Sharing miscellaneous directories with the container" * Added "Testing Other Targets" * Updated "Known Problems" * Clarify we ignore some problems with the target as an ignore reason and why * Updated "Release Process Overview" * Updated "Publishing a manual release" * Updated "Stable Release Process" * Updated "Determine the Ferrocene version number" * Updated "Branching from rolling into beta" * Updated "Remove upcoming notes in the `main` branch" * Updated "Subtree Pulls" * Updated "Performing the pull" * Updated "Upstream Pulls" * Updated "Checkout PR" * Added "Test Variants" * **Qualification Plan** * Updated "6.2 Build and Test Phase 1: Spot Testing" * Updated "9. Known Problems Tracking" to mention `Affected Branches` * Updated "2. Ferrocene Organization" * **Qualification Report** * Version number changed * Updated test numbers and ignore reasons for all targets * Added "6. Armv7E-M bare-metal (soft-float)" * Added "7. Armv7E-M bare-metal (hard-float)" * Added "Variant" column to all results. * This shows the variant used (eg edition 2021). Note that some tests can override the variant options. For example, some tests checking the transition from Rust edition 2015 to edition 2018 cannot be run with edition 2021. * **Release Notes** * Updated "Ferrocene 24.08.0" * Updated "Armv8-R AArch32 bare-metal (hard-float)" target name * rust-lang/rust#133192 removed `--test-builder-wrapper` from the changelog * Updated "Ferrocene 25.02.0" * Reflect updated name for RFC 3617 * Update syntax documenting `from_str_radix` * Added "Ferrocene 25.05.0" * **Safety Manual** * Version number changed * **Specification** * Changelog: * Updated to include changes from Rust 1.84 to Rust 1.86 * (Please see "FLS Changelog" page for remaining changes) * **User Manual** * Added "10. Armv7E-M bare-metal (soft-float)" * Added "11. Armv7E-M bare-metal (hard-float)" * Version number changed * Updated "9.1. Qualified targets" * Updated description * Added Armv7E-M targets * Updated "B. rustc Command-Line Interface" * Added impact for each flag Co-authored-by: Florian Gilcher <[email protected]>
bors-ferrocene bot
added a commit
to ferrocene/ferrocene
that referenced
this pull request
Jun 3, 2025
1501: Sign Ferrocene 25.05 r=Hoverbear a=skade Documentation semantic diff: * **Index** * Added "Licensing and Copyright" pages * **Document list** * Version number changed * Document IDs changed * **Evaluation Plan** * No semantically meaningful differences * **Evaluation Report** * Added "Compiler arguments affecting the compilation outcome" * **Internal procedures** * Updated "Handling Backports" * Clarified *feature* development happens on `main` * Updated "Sphinx Extensions" * Added "Marking changes as upcoming" * Removed "Sphinx Needs Integration" * Updated "Digital Signatures" * Removed "Signing documents" * Added "Signing all documents" * Added "Signing a single document" * Added "Configuring the roles allowed to sign" * Added "Inspecting the signature contents" * Updated "Setting up a local development environment" * Updated "Required software" to show `uv` * Added "x86-64 Linux (glibc) (x86_64-unknown-linux-gnu)" * Added "Apple Silicon macOS (aarch64-apple-darwin)" * Added "x86-64 Windows (x86_64-pc-windows-msvc)" * Updated "Working with the CI" * Removed "Using the Python virtual environment" * Added "Using Python scripts and tools" * Updated "Reproducing CI jobs" * Added "Preserving build artifacts" * Added "Sharing miscellaneous directories with the container" * Added "Testing Other Targets" * Updated "Known Problems" * Clarify we ignore some problems with the target as an ignore reason and why * Updated "Release Process Overview" * Updated "Publishing a manual release" * Updated "Stable Release Process" * Updated "Determine the Ferrocene version number" * Updated "Branching from rolling into beta" * Updated "Remove upcoming notes in the `main` branch" * Updated "Subtree Pulls" * Updated "Performing the pull" * Updated "Upstream Pulls" * Updated "Checkout PR" * Added "Test Variants" * **Qualification Plan** * Updated "6.2 Build and Test Phase 1: Spot Testing" * Updated "9. Known Problems Tracking" to mention `Affected Branches` * Updated "2. Ferrocene Organization" * **Qualification Report** * Version number changed * Updated test numbers and ignore reasons for all targets * Added "6. Armv7E-M bare-metal (soft-float)" * Added "7. Armv7E-M bare-metal (hard-float)" * Added "Variant" column to all results. * This shows the variant used (eg edition 2021). Note that some tests can override the variant options. For example, some tests checking the transition from Rust edition 2015 to edition 2018 cannot be run with edition 2021. * **Release Notes** * Updated "Ferrocene 24.08.0" * Updated "Armv8-R AArch32 bare-metal (hard-float)" target name * rust-lang/rust#133192 removed `--test-builder-wrapper` from the changelog * Updated "Ferrocene 25.02.0" * Reflect updated name for RFC 3617 * Update syntax documenting `from_str_radix` * Added "Ferrocene 25.05.0" * **Safety Manual** * Version number changed * **Specification** * Changelog: * Updated to include changes from Rust 1.84 to Rust 1.86 * (Please see "FLS Changelog" page for remaining changes) * **User Manual** * Added "10. Armv7E-M bare-metal (soft-float)" * Added "11. Armv7E-M bare-metal (hard-float)" * Version number changed * Updated "9.1. Qualified targets" * Updated description * Added Armv7E-M targets * Updated "B. rustc Command-Line Interface" * Added impact for each flag Co-authored-by: Florian Gilcher <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#114651 added this as an unstable flag, so it doesn't make sense to go in the release notes.
Discovered while working on #133191.