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-04-04
Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid
Dylan DPC
-1
/
+0
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-1
/
+5
2021-04-03
Remove unneeded INITIAL_IDS const
Guillaume Gomez
-1
/
+0
2021-03-31
Give a better error when --theme is not a CSS file
Joshua Nelson
-1
/
+3
2021-03-31
Rename CrateSpecific -> InvocationSpecific
Joshua Nelson
-3
/
+3
2021-03-25
Add unstable option to only emit shared/crate-specific files
Joshua Nelson
-0
/
+43
2021-03-08
Make doctests collect and emit the unused externs
est31
-1
/
+5
2021-03-08
Make parse_json return JsonConfig
est31
-1
/
+1
2021-03-08
Gate the printing on --json=unused-externs
est31
-1
/
+1
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
[prev]
[next]