about summary refs log tree commit diff
path: root/src/bootstrap/doc.rs
AgeCommit message (Expand)AuthorLines
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
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-3/+24
2017-03-20fix whitespacesteveklabnik-1/+1
2017-03-20Fix up some issues.steveklabnik-1/+14
2017-03-20Render redirect pages.steveklabnik-0/+9
2017-03-20build book indexsteveklabnik-0/+49
2017-03-20build both editions of the booksteveklabnik-0/+5
2017-03-12rustbuild: Fix compiler docsOliver Middleton-6/+10
2017-03-10rustbuild: Build documentation for `proc_macro`Alex Crichton-9/+58
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-6/+3
2017-02-24Auto merge of #39851 - alexcrichton:verify-unstable, r=brsonbors-2/+2
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-2/+2
2017-02-21Start the port of the reference to mdBookSteve Klabnik-4/+0
2017-02-13Re-implement rustbook in terms of mdbookSteve Klabnik-0/+1
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-1/+2
2017-01-08Don't restrict docs in compiler-docs modeManish Goregaokar-9/+17
2017-01-07Auto merge of #38858 - ollie27:rustbuild_docs_std, r=alexcrichtonbors-1/+10