Expand description
Documentation generation for bootstrap.
This module implements generation for all bits and pieces of documentation for the Rust project. This notably includes suites like the rust book, the nomicon, rust by example, standalone documentation, etc.
Everything here is basically just a shim around calling either rustbook
or
rustdoc
.
Macrosยง
Structsยง
- Bootstrap
- Build
Helper - Cargo
- Cargo
Book - Clippy
- Clippy
Book - Compiletest
- Edition
Guide - Embedded
Book - Error
Index - Miri
- Nomicon
- Reference
- Documents the reference. It has to always be done using a stage 1+ compiler, because it references in-tree compiler/stdlib concepts.
- Releases
- RunMake
Support - Rust
ByExample - Rustbook
Src ๐ - Rustc
- Document the compiler for the given
target
using rustdoc frombuild_compiler
. - Rustc
Book - Builds the Rust compiler book.
- Rustdoc
- Rustdoc
Book - Rustfmt
- Shared
Assets - Shared
Assets Paths - Standalone
- Std
- Document the standard library using
build_compiler
. - Style
Guide - TheBook
- Tidy
- Unstable
Book - Unstable
Book Gen
Enumsยง
Constantsยง
- STD_
PUBLIC_ ๐CRATES - Name of the crates that are visible to consumers of the standard library. Documentation for internal crates is handled by the rustc step, so internal crates will show up there.
Functionsยง
- doc_std ๐
- Build the documentation for public standard library crates.
- invoke_
rustdoc ๐ - prepare_
doc_ compiler - Prepare a compiler that will be able to document something for
target
atstage
. - symlink_
dir_ ๐force