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
/
librustdoc
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-07
Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez
Yuki Okushi
-0
/
+7
2021-03-07
Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez
Yuki Okushi
-3
/
+2
2021-03-05
Add an unstable option to print all unversioned files
Joshua Nelson
-0
/
+7
2021-03-03
Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514
Yuki Okushi
-0
/
+4
2021-03-02
Clean up error reporting for deprecated passes
Joshua Nelson
-3
/
+2
2021-03-01
Remove unused `RenderInfo` struct
Joshua Nelson
-17
/
+1
2021-02-23
Add --generate-redirect-map option to replace HTML redirection file with a un...
Guillaume Gomez
-0
/
+4
2021-02-16
rustdoc: treat edition 2021 as unstable
Eric Huss
-12
/
+2
2021-01-30
Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...
Yuki Okushi
-9
/
+17
2021-01-30
rustdoc tweaking
bors
-1
/
+1
2021-01-28
rustdoc: Remove unnecessary optional
Camelid
-9
/
+17
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-1
/
+1
2021-01-24
Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514
Jonas Schievink
-0
/
+5
2021-01-23
Add option to control doctest run directory
Arpad Borsos
-0
/
+5
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-2
/
+2
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-4
/
+1
2020-12-07
Dogfood 'str_split_once() with librustdoc
Eric Arellano
-10
/
+5
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-70
/
+70
2020-11-15
Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis
Jonas Schievink
-4
/
+12
2020-11-12
Add --check option to rustdoc
Guillaume Gomez
-0
/
+6
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-4
/
+12
2020-10-28
rustdoc: Use Vec::into_iter() rather than drain()
Ian Jackson
-2
/
+2
2020-10-28
Add a comment about non-panicking of splitn().next().unwrap()
Ian Jackson
-0
/
+1
2020-10-28
rustdoc: Fix some nits
Ian Jackson
-1
/
+1
2020-10-28
rustdoc: Provide a --default-theme THEME option
Ian Jackson
-0
/
+11
2020-10-28
rustdoc: Provide a general --default-setting SETTING[=VALUE] option
Ian Jackson
-1
/
+15
2020-10-28
rustdoc: Provide a way to set the default settings from Rust code
Ian Jackson
-1
/
+5
2020-08-31
Fix strings indent
Guillaume Gomez
-4
/
+2
2020-08-25
Rename debugging_options -> debugging_opts to match rustc
Joshua Nelson
-8
/
+8
2020-07-30
Update driver to add json backend
Joseph Ryan
-2
/
+4
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-1
/
+1
2020-07-27
Move `Error` and `RenderInfo` out of `html` module
Joseph Ryan
-0
/
+17
2020-07-12
Clean up handling of style files in rustdoc
Jarek Samic
-2
/
+3
2020-07-02
Remove render-redirect-pages option in rustdoc
Guillaume Gomez
-4
/
+0
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-8
/
+6
2020-05-11
Fix clippy warnings
Matthias Krüger
-1
/
+1
2020-04-11
Depend on getopts from crates.io
Luca Barbieri
-0
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-9
/
+8
2020-03-02
Replace ToJson with serde
Guillaume Gomez
-5
/
+11
2020-03-02
Put back output-format option for show-coverage
Guillaume Gomez
-8
/
+51
2020-02-09
Make issue references consistent
Matthias Prechtl
-1
/
+4
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-2
/
+0
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-2
/
+1
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-17
/
+26
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-17
/
+26
2020-01-04
Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril
Dylan DPC
-6
/
+1
2020-01-03
rustdoc: Respect diagnostic debugging options
Vadim Petrochenkov
-6
/
+1
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-30
Support `-Z ui-testing=yes/no`
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-67
/
+62
[next]