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-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
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-26
Stabilize --crate-version option in rustdoc
Guillaume Gomez
-1
/
+1
2020-02-16
Other crates.
Camille GILLOT
-0
/
+1
2020-02-07
Remove unused feature gates from librustdoc
bjorn3
-4
/
+0
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-0
/
+1
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-0
/
+1
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-12
Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler
Mazdak Farrokhzad
-0
/
+1
2020-01-12
Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum
Mazdak Farrokhzad
-0
/
+1
2020-01-11
Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril
Mazdak Farrokhzad
-1
/
+0
2020-01-11
lints: promote levels.rs to lint.rs & extract passes.rs
Mazdak Farrokhzad
-0
/
+1
2020-01-11
Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich...
Lzu Tao
-0
/
+1
2020-01-10
Remove unnecessary `const_fn` feature gates
Dylan MacKenzie
-1
/
+0
[prev]
[next]