About this guide
Getting started
Reviewer checklist
1.
The feature lifecycle
1.1.
Landing new features
1.2.
Using tracking issues
1.3.
Stabilizing features
1.4.
Deprecating features
2.
Code considerations
2.1.
Design
2.1.1.
Public APIs
2.2.
Breaking changes
2.2.1.
Breakage from changing behavior
2.2.2.
Breakage from new trait impls
2.2.3.
#[fundamental] types
2.3.
Safety and soundness
2.3.1.
Generics and unsafe
2.3.2.
Drop and #[may_dangle]
2.3.3.
std::mem and exclusive references
2.4.
Using unstable language features
2.4.1.
Const generics
2.4.2.
Specialization
2.5.
Performance
2.5.1.
When to #[inline]
3.
Tools and bots
3.1.
@bors
3.2.
@rust-timer
3.3.
@craterbot
Light
Rust (default)
Coal
Navy
Ayu
Standard library developers Guide
The feature lifecycle
Status:
Stub