summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
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
2017-10-21rustbuild: Fix path for the nomiconOliver Middleton-1/+1
2017-10-14rustbuild: Don't try to build rustdoc API docs with compiler docsOliver Middleton-5/+3
2017-08-29rustbuild: Don't require cross-compiled error indexAlex Crichton-5/+0
2017-08-16Implement a temp redirect for cargo docsCarol (Nichols || Goulding)-0/+45
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-15Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcvbors-0/+1
2017-08-14start building the rustdoc booksteveklabnik-0/+1
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-1/+1
2017-08-13Build rustdoc only at the top stageMark Simulacrum-6/+6
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-27Correct a few run.host invocations where run.target is intended.Mark Simulacrum-2/+2
2017-07-27Allow changing rustdoc which builds the book.Mark Simulacrum-10/+13
2017-07-27Build rustdoc on-demand.Mark Simulacrum-10/+2
2017-07-25Bump master to 1.21.0Alex Crichton-8/+3
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-63/+33
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-83/+28
2017-07-20Remove step.rs commentsMark Simulacrum-97/+0
2017-07-20Change default documentation rules to correspond with previous state.Mark Simulacrum-2/+2
2017-07-20Implement available paths list.Mark Simulacrum-32/+26
2017-07-20Require should_run to be implemented.Mark Simulacrum-0/+11
2017-07-20Make the book default.Mark Simulacrum-0/+1
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-84/+95
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+11
2017-07-20Cleanups and fixes throughoutMark Simulacrum-0/+16
2017-07-20Finish fixing warnings and errors. Bootstrap builds.Mark Simulacrum-10/+10
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-26/+27
2017-07-20Change code to work with the new systemMark Simulacrum-40/+284
2017-07-20Move code into Step trait implementations.Mark Simulacrum-267/+384
2017-07-20Move rule configs out of stepMark Simulacrum-0/+95
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-9/+9
2017-06-17Reintroduce deprecated `collections` crateMurarth-1/+1
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-3/+24
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1