index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
doc.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-20
Add docs for the test crate with the std docs
Oliver Middleton
-1
/
+4
2018-03-22
Remove std/test documentation from compiler docs.
David Wood
-12
/
+4
2018-03-22
Only generate documentation for local rustc crates.
David Wood
-4
/
+31
2018-03-21
Add support to rustbuild for a 'rustc docs' component tarball
David Wood
-29
/
+104
2018-03-09
rustbuild: Fix MSBuild location of `llvm-config.exe`
Alex Crichton
-1
/
+1
2018-03-02
Don't produce TOCs for doc markdown files
steveklabnik
-0
/
+1
2018-02-11
Change Step to be invoked with a path when in default mode.
Mark Simulacrum
-1
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-1
/
+1
2018-01-18
Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-2
/
+2
2018-01-17
Update Cargo and its dependencies
Alex Crichton
-1
/
+1
2018-01-17
Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum
Guillaume Gomez
-2
/
+2
2018-01-15
Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnik
bors
-1
/
+2
2018-01-13
Adding RBE as a submodule #46194
projektir
-1
/
+2
2018-01-12
End of rustdoc-js tool add into builder
Guillaume Gomez
-2
/
+2
2018-01-12
Remove unused argument `rustc_cargo`.
O01eg
-1
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-1
/
+2
2017-11-29
rustbuild: Fix a typo with the Cargo book
Alex Crichton
-1
/
+1
2017-11-20
Auto merge of #45998 - ollie27:doc_book_css, r=steveklabnik
bors
-16
/
+11
2017-11-15
Fix broken CSS for book redirect pages
Oliver Middleton
-16
/
+11
2017-11-14
link the cargo book into the bookshelf
steveklabnik
-3
/
+6
2017-11-14
Start shipping the Cargo book
steveklabnik
-45
/
+43
2017-10-22
Don't build docs for removed libcollections.
leonardo.yvens
-1
/
+1
2017-10-22
Auto merge of #45433 - ollie27:rustbuild_nomicon, r=Mark-Simulacrum
bors
-1
/
+1
2017-10-21
rustbuild: Fix path for the nomicon
Oliver Middleton
-1
/
+1
2017-10-14
rustbuild: Don't try to build rustdoc API docs with compiler docs
Oliver Middleton
-5
/
+3
2017-08-29
rustbuild: Don't require cross-compiled error index
Alex Crichton
-5
/
+0
2017-08-16
Implement a temp redirect for cargo docs
Carol (Nichols || Goulding)
-0
/
+45
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-15
Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv
bors
-0
/
+1
2017-08-14
start building the rustdoc book
steveklabnik
-0
/
+1
2017-08-13
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Guillaume Gomez
-1
/
+1
2017-08-13
Build rustdoc only at the top stage
Mark Simulacrum
-6
/
+6
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-27
Correct a few run.host invocations where run.target is intended.
Mark Simulacrum
-2
/
+2
2017-07-27
Allow changing rustdoc which builds the book.
Mark Simulacrum
-10
/
+13
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-10
/
+2
2017-07-25
Bump master to 1.21.0
Alex Crichton
-8
/
+3
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-63
/
+33
2017-07-20
Add an optional condition to constrain defaults.
Mark Simulacrum
-83
/
+28
2017-07-20
Remove step.rs comments
Mark Simulacrum
-97
/
+0
2017-07-20
Change default documentation rules to correspond with previous state.
Mark Simulacrum
-2
/
+2
2017-07-20
Implement available paths list.
Mark Simulacrum
-32
/
+26
2017-07-20
Require should_run to be implemented.
Mark Simulacrum
-0
/
+11
2017-07-20
Make the book default.
Mark Simulacrum
-0
/
+1
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-84
/
+95
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+11
2017-07-20
Cleanups and fixes throughout
Mark Simulacrum
-0
/
+16
2017-07-20
Finish fixing warnings and errors. Bootstrap builds.
Mark Simulacrum
-10
/
+10
2017-07-20
Fixes warnings and errors introduced while moving code around
Mark Simulacrum
-26
/
+27
2017-07-20
Change code to work with the new system
Mark Simulacrum
-40
/
+284
[next]