-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustbuild: Document many more parts of the build #33360
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
I'm also more than willing to add any other documentation for rustbuild, so if anything is unclear or not documented well, please let me know! |
@@ -32,7 +41,8 @@ pub fn collect(build: &mut Build) { | |||
} | |||
} | |||
|
|||
// FIXME: this is duplicating makefile logic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fixme is just no longer relevant/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah this is just gonna stick around until the makefiles go away, so no need to keep the FIXME
r=me |
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.
5c4c35b
to
f72bfe6
Compare
@bors: r=brson f72bf36 |
🙀 |
⌛ Testing commit f72bfe6 with merge ed3b03c... |
💔 Test failed - auto-linux-64-opt-rustbuild |
⌛ Testing commit f72bfe6 with merge 27edda2... |
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.
This commit expands the bootstrap build system's
README.md
as well as ensuringthat all API documentation is present and up-to-date. Additionally a new
config.toml.example
file is checked in with commented out versions of allpossible configuration values.