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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-01
Address review comments.
Nixon Enraght-Moony
-0
/
+1
2020-11-25
fixes a word typo in librustdoc
Nelson J Morais
-1
/
+1
2020-11-13
Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514
Guillaume Gomez
-0
/
+5
2020-11-12
Add --check option to rustdoc
Guillaume Gomez
-0
/
+5
2020-11-06
Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514
bors
-0
/
+1
2020-11-04
Added Rustdoc book sections for linting and embedding more examples
Andrew Gauger
-0
/
+1
2020-10-28
rustdoc: Fix some nits
Ian Jackson
-2
/
+2
2020-10-28
rustdoc: Provide a --default-theme THEME option
Ian Jackson
-0
/
+10
2020-10-28
rustdoc: Provide a general --default-setting SETTING[=VALUE] option
Ian Jackson
-0
/
+10
2020-10-20
Remove unused type from librustdoc
Guillaume Gomez
-9
/
+0
2020-10-08
Allow generic parameters in intra-doc links
Camelid
-0
/
+2
2020-09-15
Add a comment why rustdoc loads crates from the sysroot
Joshua Nelson
-1
/
+5
2020-09-14
Add a comment why `extern crate` is necessary for rustdoc
Joshua Nelson
-2
/
+6
2020-08-31
Fix strings indent
Guillaume Gomez
-11
/
+11
2020-08-27
Rename rustdoc/test -> rustdoc/doctest
Aleksey Kladov
-2
/
+2
2020-08-25
Rename debugging_options -> debugging_opts to match rustc
Joshua Nelson
-2
/
+2
2020-08-23
Use underscores instead of spaces
Joshua Nelson
-2
/
+2
2020-08-23
Time how long it takes to render HTML
Joshua Nelson
-5
/
+5
2020-08-22
stabilize ptr_offset_from
Ralf Jung
-1
/
+0
2020-08-19
Allow reusing the code in `collect_trait_impls`
Joshua Nelson
-0
/
+1
2020-08-05
Auto merge of #75124 - nnethercote:clean-up-rustdoc-main, r=oli-obk
bors
-60
/
+51
2020-08-05
Be smarter about error handling in `run()`.
Nicholas Nethercote
-4
/
+2
2020-08-05
Remove `setup_callbacks_and_run_in_default_thread_pool_with_globals()`.
Nicholas Nethercote
-1
/
+3
2020-08-05
Avoid an unnecessary thread creation at rustdoc startup.
Nicholas Nethercote
-55
/
+46
2020-08-04
Remove log alias from librustdoc
Ivan Tham
-1
/
+1
2020-08-02
Fix logging for rustdoc
Joshua Nelson
-1
/
+1
2020-07-31
Make rustdoc share the logger initialization routine with rustc.
Oliver Scherer
-2
/
+2
2020-07-30
Update driver to add json backend
Joseph Ryan
-14
/
+30
2020-07-29
Refactor DocFS to fix error handling bugs
Joseph Ryan
-3
/
+8
2020-07-27
More requested changes
Joseph Ryan
-3
/
+3
2020-07-27
Make requested changes
Joseph Ryan
-1
/
+1
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-13
/
+2
2020-07-27
Refactor html backend to use generic interface
Joseph Ryan
-1
/
+4
2020-07-27
Move `Error` and `RenderInfo` out of `html` module
Joseph Ryan
-1
/
+3
2020-07-15
Don't ICE on infinitely recursive types
Joshua Nelson
-0
/
+2
2020-07-15
Don't ICE on errors in function returning impl trait
Joshua Nelson
-0
/
+1
2020-07-10
Change some function names.
Nicholas Nethercote
-1
/
+4
2020-07-10
Eliminate `rust_input`.
Nicholas Nethercote
-31
/
+23
2020-07-02
Remove render-redirect-pages option in rustdoc
Guillaume Gomez
-7
/
+0
2020-06-20
Remove uses of `Vec::remove_item`
Lukas Kalbertodt
-1
/
+0
2020-06-13
Clean up some weird command strings
Guillaume Gomez
-9
/
+7
2020-05-09
End unification of exit codes in librustdoc
Guillaume Gomez
-9
/
+18
2020-05-08
Clean up rustdoc source code
Guillaume Gomez
-1
/
+7
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-0
/
+1
2020-04-11
Depend on getopts from crates.io
Luca Barbieri
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-0
/
+1
2020-03-23
Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...
Mazdak Farrokhzad
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-03-14
Make downstream crates compile.
Camille GILLOT
-0
/
+1
[prev]
[next]