|
1 | 1 | # Summary
|
2 | 2 |
|
3 | 3 | [About this guide](./about-this-guide.md)
|
| 4 | + |
| 5 | +[Getting started](./getting-started.md) |
| 6 | + |
| 7 | +[Reviewer checklist](./reviewer-checklist.md) |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +- [The feature lifecycle](./feature-lifecycle/summary.md) |
| 12 | + - [Landing new features](./feature-lifecycle/new-unstable-features.md) |
| 13 | + - [Using tracking issues](./feature-lifecycle/tracking-issues.md) |
| 14 | + - [Stabilizing features](./feature-lifecycle/stabilization.md) |
| 15 | + - [Deprecating features](./feature-lifecycle/deprecation.md) |
| 16 | + |
| 17 | +--- |
| 18 | + |
| 19 | +- [Code considerations](./code-considerations/summary.md) |
| 20 | + - [Design](./code-considerations/design/summary.md) |
| 21 | + - [Public APIs](./code-considerations/design/public-apis.md) |
| 22 | + - [Breaking changes](./code-considerations/breaking-changes/summary.md) |
| 23 | + - [Breakage from changing behavior](./code-considerations/breaking-changes/behavior.md) |
| 24 | + - [Breakage from new trait impls](./code-considerations/breaking-changes/new-trait-impls.md) |
| 25 | + - [`#[fundamental]` types](./code-considerations/breaking-changes/fundamental.md) |
| 26 | + - [Safety and soundness](./code-considerations/safety-and-soundness/summary.md) |
| 27 | + - [Generics and unsafe](./code-considerations/safety-and-soundness/generics-and-unsafe.md) |
| 28 | + - [Drop and `#[may_dangle]`](./code-considerations/safety-and-soundness/may-dangle.md) |
| 29 | + - [`std::mem` and exclusive references](./code-considerations/safety-and-soundness/mem-and-exclusive-refs.md) |
| 30 | + - [Using unstable language features](./code-considerations/using-unstable-lang/summary.md) |
| 31 | + - [Const generics](./code-considerations/using-unstable-lang/const-generics.md) |
| 32 | + - [Specialization](./code-considerations/using-unstable-lang/specialization.md) |
| 33 | + - [Performance](./code-considerations/performance/summary.md) |
| 34 | + - [When to `#[inline]`](./code-considerations/performance/inline.md) |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +- [Tools and bots](./tools-and-bots/summary.md) |
| 39 | + - [`@bors`](./tools-and-bots/bors.md) |
| 40 | + - [`@rust-timer`](./tools-and-bots/timer.md) |
| 41 | + - [`@craterbot`](./tools-and-bots/crater.md) |
0 commit comments