Ferrocene 26.08 upcoming

Caution

This version of Ferrocene has not been released yet. The contents of this page might change before the release, and they should not be relied upon.

This page contains the changes to be introduced in the upcoming Ferrocene release.

New features

  • The flip-link tool is now quality managed. See the User Manual for documentation.

  • Three new targets are now supported and qualified for safety critical use:

    • Armv8-A QNX® SDP 8.0+ (aarch64-unknown-qnx)

    • Armv7-R bare-metal (hard-float) (armv7r-none-eabihf)

    • x86-64 QNX® SDP 8.0+ (x86_64-pc-qnx)

Rust changes

This release includes the following changes introduced by the upstream Rust project. Note that this changelog is maintained by upstream. The target support changes described here describe Rust’s support levels, and have no correlation to the targets and platforms supported by Ferrocene.

Rust 1.96.0

Language

Compiler

Libraries

Stabilized APIs

Cargo

Rustdoc

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools.

Rust 1.96.1

Rust 1.97.0

Language

Platform Support

Refer to Rust’s platform support page for more information on Rust’s tiered platform support.

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes