Skip to content

1.0

Closed May 21, 2015 100% complete

This will be the first major release of Rust, where we offer some guaranteed level of support and backwards compatibility.

The significant criteria for this release are:

  • Language backwards compatibility - All major features are in, and in their final form. Generally, the only new language features added after this milestone must be backwards compatible,…

This will be the first major release of Rust, where we offer some guaranteed level of support and backwards compatibility.

The significant criteria for this release are:

  • Language backwards compatibility - All major features are in, and in their final form. Generally, the only new language features added after this milestone must be backwards compatible, or to fix soundness holes, though we do expect to have some leeway to make small incompatible fixes that have low impact on existing code bases.

  • Library stability - We have a system of measuring and ensuring the stability of API's, and a significant portion of the standard library is declared stable. Stable API's will not change. Large portions of the standard library need to be stable for 1.0, including primitive types, vectors, strings, option, numerics, collections, some I/O and concurrency.

  • User experience - The system is polished and the presentation is complete and professional. New users have a clear path to using and learning the system. This encompasses the web site, documentation, installation, and tooling.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.