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
/
librustdoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-17
Fix rebase conflict
Joshua Nelson
-4
/
+0
2020-12-17
TODO -> FIXME
Joshua Nelson
-1
/
+1
2020-12-17
Make it compile
Joshua Nelson
-4
/
+5
2020-12-17
[tmp] Pass `TyCtxt` through to the render backend
Joshua Nelson
-8
/
+5
2020-12-17
Move `run_renderer` into the main `global_ctxt` closure
Joshua Nelson
-25
/
+78
2020-12-15
Remove redundant assignment
Joshua Nelson
-5
/
+0
2020-12-13
Use imports instead of rewriting the type signature of `stable`
Joshua Nelson
-14
/
+2
2020-12-12
Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez
bors
-5
/
+11
2020-12-12
Calculate span info on-demand instead of ahead of time
Joshua Nelson
-2
/
+3
2020-12-12
Pass Session into renderer
Joshua Nelson
-3
/
+8
2020-12-07
Dogfood 'str_split_once() with librustdoc
Eric Arellano
-0
/
+1
2020-12-03
Add missing feature flag
Camelid
-0
/
+1
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
[next]