]> git.lizzy.rs Git - rust.git/commit
rustbuild: Document many more parts of the build
authorAlex Crichton <alex@alexcrichton.com>
Mon, 2 May 2016 22:16:15 +0000 (15:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 3 May 2016 22:15:27 +0000 (15:15 -0700)
commitf72bfe6661b35fd012fee100c673dafd1aec15f7
tree6ea314f4f4021214ade02b7d3bf28123d0d6ed8e
parentd80497e628945c3f11ff351030b4c62a8533e01e
rustbuild: Document many more parts of the build

This commit expands the bootstrap build system's `README.md` as well as ensuring
that all API documentation is present and up-to-date. Additionally a new
`config.toml.example` file is checked in with commented out versions of all
possible configuration values.
19 files changed:
src/bootstrap/README.md
src/bootstrap/build/cc.rs
src/bootstrap/build/channel.rs
src/bootstrap/build/check.rs
src/bootstrap/build/clean.rs
src/bootstrap/build/compile.rs
src/bootstrap/build/config.rs
src/bootstrap/build/dist.rs
src/bootstrap/build/doc.rs
src/bootstrap/build/flags.rs
src/bootstrap/build/mod.rs
src/bootstrap/build/native.rs
src/bootstrap/build/sanity.rs
src/bootstrap/build/step.rs
src/bootstrap/build/util.rs
src/bootstrap/config.toml.example [new file with mode: 0644]
src/bootstrap/lib.rs
src/bootstrap/main.rs
src/bootstrap/rustc.rs