Skip to content

Releases: rust-lang/rust

Rust 1.96.0

Choose a tag to compare

@rustbot rustbot released this 28 May 17:50

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.95.0

Choose a tag to compare

@rustbot rustbot released this 16 Apr 18:19

Language

Compiler

Platform Support

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

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Rustdoc

Compatibility Notes

Read more

Rust 1.94.1

Choose a tag to compare

@rustbot rustbot released this 26 Mar 13:03

Rust 1.94.0

Choose a tag to compare

@rustbot rustbot released this 05 Mar 18:44

Language

Platform Support

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

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

  • Stabilize the config include key. The top-level include config key allows loading additional config files, enabling better organization, sharing, and management of Cargo configurations across projects and environments. docs #16284
  • Stabilize the pubtime field in registry index. This records when a crate version was published and enables time-based dependency resolution in the future. Note that crates.io will gradually backfill existing packages when a new version is published. Not all crates have pubtime yet. #16369 #16372
  • Cargo now parses TOML v1.1 for manifests and configuration files. Note that using these features in Cargo.toml will raise your development MSRV, but the published manifest remains compatible with older parsers. #16415
  • Make CARGO_BIN_EXE_<crate> available at runtime

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.93.1

Choose a tag to compare

@rustbot rustbot released this 12 Feb 20:26

Rust 1.93.0

Choose a tag to compare

@rustbot rustbot released this 22 Jan 13:51

Language

Compiler

Platform Support

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

Libraries

Stabilized APIs

Cargo

Rustdoc

Compatibility Notes

Rust 1.92.0

Choose a tag to compare

@rustbot rustbot released this 11 Dec 14:58

Language

Compiler

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes

Rust 1.91.1

Choose a tag to compare

@rustbot rustbot released this 10 Nov 19:02

Rust 1.91.0

Choose a tag to compare

@rustbot rustbot released this 30 Oct 18:29

Language

Compiler

Platform Support

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

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Read more

Rust 1.90.0

Choose a tag to compare

@rustbot rustbot released this 18 Sep 20:02

Language

Compiler

Platform Support

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

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Cargo

Rustdoc

Compatibility Notes