Skip to content

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 1 commit into from
Nov 19, 2024

Conversation

aDotInTheVoid
Copy link
Member

#114651 added this as an unstable flag, so it doesn't make sense to go in the release notes.

Discovered while working on #133191.

@rustbot
Copy link
Collaborator

rustbot commented Nov 18, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Nov 18, 2024
@fmease
Copy link
Member

fmease commented Nov 19, 2024

r? fmease @bors r+

@bors
Copy link
Collaborator

bors commented Nov 19, 2024

📌 Commit d20a310 has been approved by fmease

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 19, 2024
@fmease
Copy link
Member

fmease commented Nov 19, 2024

@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
@bors bors merged commit 56747f3 into rust-lang:master Nov 19, 2024
6 checks passed
@rustbot rustbot added this to the 1.84.0 milestone Nov 19, 2024
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.
@aDotInTheVoid aDotInTheVoid deleted the changelog-cleanup branch November 19, 2024 09:17
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants