|
1 | 1 | # The Rustc Book
|
2 | 2 |
|
3 | 3 | - [What is rustc?](what-is-rustc.md)
|
4 |
| -- [Command-line arguments](command-line-arguments.md) |
| 4 | +- [Command-line Arguments](command-line-arguments.md) |
| 5 | + - [Codegen Options](codegen-options/index.md) |
5 | 6 | - [Lints](lints/index.md)
|
6 |
| - - [Lint levels](lints/levels.md) |
| 7 | + - [Lint Levels](lints/levels.md) |
7 | 8 | - [Lint Groups](lints/groups.md)
|
8 |
| - - [Lint listing](lints/listing/index.md) |
9 |
| - - [Allowed-by-default lints](lints/listing/allowed-by-default.md) |
10 |
| - - [Warn-by-default lints](lints/listing/warn-by-default.md) |
11 |
| - - [Deny-by-default lints](lints/listing/deny-by-default.md) |
12 |
| -- [Codegen options](codegen-options/index.md) |
| 9 | + - [Lint Listing](lints/listing/index.md) |
| 10 | + - [Allowed-by-default Lints](lints/listing/allowed-by-default.md) |
| 11 | + - [Warn-by-default Lints](lints/listing/warn-by-default.md) |
| 12 | + - [Deny-by-default Lints](lints/listing/deny-by-default.md) |
13 | 13 | - [JSON Output](json.md)
|
14 | 14 | - [Tests](tests/index.md)
|
15 | 15 | - [Platform Support](platform-support.md)
|
16 |
| - - [Template for target-specific documentation](platform-support/TEMPLATE.md) |
| 16 | + - [Target Tier Policy](target-tier-policy.md) |
| 17 | + - [Template for Target-specific Documentation](platform-support/TEMPLATE.md) |
17 | 18 | - [aarch64-apple-ios-sim](platform-support/aarch64-apple-ios-sim.md)
|
18 | 19 | - [armv7-unknown-linux-uclibceabi](platform-support/armv7-unknown-linux-uclibceabi.md)
|
19 | 20 | - [armv7-unknown-linux-uclibceabihf](platform-support/armv7-unknown-linux-uclibceabihf.md)
|
|
25 | 26 | - [*-unknown-openbsd](platform-support/openbsd.md)
|
26 | 27 | - [wasm64-unknown-unknown](platform-support/wasm64-unknown-unknown.md)
|
27 | 28 | - [x86_64-unknown-none](platform-support/x86_64-unknown-none.md)
|
28 |
| -- [Target Tier Policy](target-tier-policy.md) |
29 | 29 | - [Targets](targets/index.md)
|
30 | 30 | - [Built-in Targets](targets/built-in.md)
|
31 | 31 | - [Custom Targets](targets/custom.md)
|
32 | 32 | - [Known Issues](targets/known-issues.md)
|
33 | 33 | - [Profile-guided Optimization](profile-guided-optimization.md)
|
34 | 34 | - [Instrumentation-based Code Coverage](instrument-coverage.md)
|
35 |
| -- [Linker-plugin based LTO](linker-plugin-lto.md) |
| 35 | +- [Linker-plugin-based LTO](linker-plugin-lto.md) |
36 | 36 | - [Exploit Mitigations](exploit-mitigations.md)
|
37 | 37 | - [Contributing to `rustc`](contributing.md)
|
0 commit comments