]>
Commit | Line | Data |
---|---|---|
83c7162d XL |
1 | # The Rustc Book |
2 | ||
3 | - [What is rustc?](what-is-rustc.md) | |
4 | - [Command-line arguments](command-line-arguments.md) | |
5 | - [Lints](lints/index.md) | |
6 | - [Lint levels](lints/levels.md) | |
7 | - [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) | |
e74abb32 | 13 | - [JSON Output](json.md) |
6a06907d | 14 | - [Tests](tests/index.md) |
3dfed10e | 15 | - [Platform Support](platform-support.md) |
cdc7bbd5 | 16 | - [Target Tier Policy](target-tier-policy.md) |
83c7162d XL |
17 | - [Targets](targets/index.md) |
18 | - [Built-in Targets](targets/built-in.md) | |
19 | - [Custom Targets](targets/custom.md) | |
e74abb32 | 20 | - [Known Issues](targets/known-issues.md) |
dc9dc135 | 21 | - [Profile-guided Optimization](profile-guided-optimization.md) |
9fa01778 | 22 | - [Linker-plugin based LTO](linker-plugin-lto.md) |
fc512014 | 23 | - [Exploit Mitigations](exploit-mitigations.md) |
9fa01778 | 24 | - [Contributing to `rustc`](contributing.md) |