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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
doc.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-24
Bootstrap: skip rustdoc fingerprint for building docs.
Eric Huss
-0
/
+3
2021-05-15
Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary...
Guillaume Gomez
-9
/
+22
2021-05-15
Don't generate more docs than necessary
Guillaume Gomez
-9
/
+22
2021-05-11
Enable `--show-type-layout` for the rustdoc API docs
Camelid
-0
/
+1
2021-05-11
Enable `--show-type-layout` for the rustc API docs
Camelid
-0
/
+1
2021-04-21
Rollup merge of #84393 - GuillaumeGomez:better-open-handling, r=jyn514
Mara Bos
-6
/
+10
2021-04-21
Correctly handle --open argument on doc command
Guillaume Gomez
-6
/
+10
2021-04-19
Remove comment about doc hack.
Eric Huss
-9
/
+0
2021-04-06
Bump bootstrap compiler
Eric Huss
-1
/
+1
2021-04-05
Document compiler/ with -Aprivate-intra-doc-links
Joshua Nelson
-0
/
+2
2021-04-04
Workaround increased cache clearing in Cargo
Mark Rousskov
-1
/
+10
2021-03-12
Add a `disable-minification` option for rustdoc
Michael Howell
-0
/
+12
2021-02-06
output rdj docs
Nixon Enraght-Moony
-0
/
+1
2021-01-31
rustbuild: Don't build compiler twice for error-index-generator.
Eric Huss
-8
/
+2
2020-12-30
Bump bootstrap compiler to 1.50 beta
Mark Rousskov
-4
/
+1
2020-12-28
Rollup merge of #80362 - jyn514:rustc-macros, r=ehuss
Dylan DPC
-6
/
+9
2020-12-24
Document rustc_macros on nightly-rustc
Joshua Nelson
-6
/
+9
2020-12-22
Include rustdoc in the compiler docs index.
Eric Huss
-0
/
+2
2020-12-12
Fix building compiler docs with stage 0
Joshua Nelson
-1
/
+4
2020-12-01
Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez
Mara Bos
-0
/
+1
2020-11-29
Add -Z normalize-docs and enable it for compiler docs
Joshua Nelson
-0
/
+1
2020-11-28
lint-docs: Add --validate flag to validate lint docs separately.
Eric Huss
-0
/
+5
2020-10-26
Support enable/disable sanitizers/profiler per target
12101111
-2
/
+6
2020-09-22
Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton
bors
-1
/
+3
2020-09-18
bootstrap: move the version number to a plaintext file
Pietro Albini
-2
/
+2
2020-09-16
Pass --target to lint docs
Mark Rousskov
-1
/
+3
2020-09-14
Fix generating rustc docs with non-default lib directory.
Eric Huss
-0
/
+4
2020-09-13
Link rustdoc lint docs to the rustdoc book.
Eric Huss
-3
/
+0
2020-09-13
Auto-generate lint documentation.
Eric Huss
-1
/
+66
2020-08-30
mv compiler to compiler/
mark
-0
/
+1
2020-08-22
bootstrap: fix a couple of clippy lint warnings
Matthias Krüger
-1
/
+1
2020-07-29
Fix opening docs for std crates with ./x.py doc --open library/*
Tomasz Miąsko
-1
/
+1
2020-07-28
Collect library features from library/
Mark Rousskov
-0
/
+1
2020-07-27
mv std libs to library/
mark
-6
/
+4
2020-07-19
Do not clobber RUSTDOCFLAGS
Mark Rousskov
-6
/
+4
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-15
/
+15
2020-07-14
Use local links in the alloc docs.
Eric Huss
-24
/
+15
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-2
/
+4
2020-07-07
Fix occasional bootstrap panic in docs.
Eric Huss
-1
/
+1
2020-07-06
Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison
Manish Goregaokar
-1
/
+0
2020-07-02
Remove render-redirect-pages option in rustdoc
Guillaume Gomez
-1
/
+0
2020-07-01
Tests for number of times rustdoc is built with x.py test and doc.
Eric Huss
-12
/
+13
2020-06-29
Compile rustdoc less often.
Eric Huss
-8
/
+6
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-2
/
+3
2020-06-14
Switch bootstrap metadata to --no-deps.
Eric Huss
-18
/
+2
2020-05-22
Report error from opener in bootstrap
David Tolnay
-4
/
+4
2020-05-21
Add flag to open docs: x.py doc --open
David Tolnay
-1
/
+58
2020-04-29
Add an index page for nightly rustc docs.
Eric Huss
-1
/
+5
2020-04-22
Build libstd with `-Cbitcode-in-rlib=yes`.
Nicholas Nethercote
-1
/
+1
2020-03-21
Add missing -Z unstable-options flag
Alex Tokarev
-1
/
+6
[next]