about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-13/+22
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-0/+1
2018-10-21Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez-3/+6
2018-10-21new version for bootstrapGuillaume Gomez-12/+17
2018-10-21Add index pageGuillaume Gomez-0/+1
2018-09-12clear_if_dirty in Builder::cargo with passed modeCollins Abitekaniza-10/+0
2018-08-24Added rustc_codegen_llvm to compiler documentation.David Wood-1/+1
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-1/+1
2018-07-28Don't format!() string literalsljedrz-2/+2
2018-07-26Refactor is_external_tool into source_typeTatsuyuki Ishi-2/+2
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-0/+1
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-2/+10
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-2/+4
2018-06-03refactor Mode enumCollins Abitekaniza-8/+8
2018-05-28Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichtonbors-6/+82
2018-05-22build the 2018 editionsteveklabnik-0/+6
2018-05-20Added rustdoc documentation step outputting into compiler documentation.David Wood-6/+82
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-0/+1
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-115/+103
2018-04-14Rollup merge of #49465 - ollie27:rustbuild_test_docs, r=steveklabnik,QuietMis...kennytm-1/+4
2018-04-09Add rustc book to the build systemsteveklabnik-0/+1
2018-04-05Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichtonkennytm-0/+1
2018-04-04Documenting private items in compiler docs.David Wood-0/+1
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-12/+12
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-15/+20
2018-04-03Stub out less codeMark Simulacrum-1/+0
2018-04-03Stub out various functions during testingMark Simulacrum-0/+1
2018-03-28Add docs for the test crate with the std docsOliver Middleton-1/+4
2018-03-22Remove std/test documentation from compiler docs.David Wood-12/+4
2018-03-22Only generate documentation for local rustc crates.David Wood-4/+31
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-29/+104
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-1/+1
2018-03-02Don't produce TOCs for doc markdown filessteveklabnik-0/+1
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-1/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-1/+1
2018-01-18Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-2/+2
2018-01-17Update Cargo and its dependenciesAlex Crichton-1/+1
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-2/+2
2018-01-15Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnikbors-1/+2
2018-01-13Adding RBE as a submodule #46194projektir-1/+2
2018-01-12End of rustdoc-js tool add into builderGuillaume Gomez-2/+2
2018-01-12Remove unused argument `rustc_cargo`.O01eg-1/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-1/+2
2017-11-29rustbuild: Fix a typo with the Cargo bookAlex Crichton-1/+1
2017-11-20Auto merge of #45998 - ollie27:doc_book_css, r=steveklabnikbors-16/+11
2017-11-15Fix broken CSS for book redirect pagesOliver Middleton-16/+11
2017-11-14link the cargo book into the bookshelfsteveklabnik-3/+6
2017-11-14Start shipping the Cargo booksteveklabnik-45/+43
2017-10-22Don't build docs for removed libcollections.leonardo.yvens-1/+1
2017-10-22Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrumbors-1/+1