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