Skip to content

Conversation

skade
Copy link
Contributor

@skade skade commented Jun 3, 2025

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

  • 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

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
Copy link
Member

@Hoverbear Hoverbear left a comment

Choose a reason for hiding this comment

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

bors merge

bors-ferrocene bot added a commit 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 <florian.gilcher@ferrous-systems.com>
@bors-ferrocene
Copy link
Contributor

bors-ferrocene bot commented Jun 3, 2025

Build failed:

  • full

@Hoverbear
Copy link
Member

bors try -- The AWS auth failed on a job.

bors-ferrocene bot added a commit that referenced this pull request Jun 3, 2025
@Hoverbear
Copy link
Member

bors cancel

@Hoverbear
Copy link
Member

bors merge -- The AWS auth failed on a job.

@bors-ferrocene
Copy link
Contributor

bors-ferrocene bot commented Jun 3, 2025

Build succeeded:

  • full

@bors-ferrocene bors-ferrocene bot merged commit 5f75ce4 into ferrocene:release/1.86 Jun 3, 2025
2 checks passed
@bors-ferrocene
Copy link
Contributor

bors-ferrocene bot commented Jun 3, 2025

try

Timed out.

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.

2 participants