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
2018-02-08
Pass themes folder as parameter
Guillaume Gomez
-5
/
+5
2018-02-08
Add tests for themes
Guillaume Gomez
-4
/
+4
2018-02-08
Improve output a bit in case of error
Guillaume Gomez
-4
/
+7
2018-02-08
Add test when trying to add new theme
Guillaume Gomez
-5
/
+16
2018-02-08
get differences
Guillaume Gomez
-1
/
+3
2018-02-08
Add theme tests
Guillaume Gomez
-0
/
+27
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-2
/
+0
2018-01-23
Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavus
bors
-1
/
+16
2018-01-22
Update to new commonmark arg
Manish Goregaokar
-3
/
+3
2018-01-22
cleanup
QuietMisdreavus
-1
/
+1
2018-01-22
Make correct resolver available in rustdoc
Manish Goregaokar
-1
/
+1
2018-01-22
add RenderType to DocContext
QuietMisdreavus
-1
/
+6
2018-01-21
Add themes option
Guillaume Gomez
-1
/
+16
2018-01-19
Allow runtime switching between trans backends
bjorn3
-1
/
+3
2018-01-17
Rollup merge of #47398 - GuillaumeGomez:pulldown-warnings, r=QuietMisdreavus
Guillaume Gomez
-5
/
+5
2018-01-12
Switch to pulldown as default markdown renderer
Guillaume Gomez
-5
/
+5
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2017-12-27
rustdoc: add option to abort process on markdown differences
QuietMisdreavus
-1
/
+7
2017-12-18
Fix tidy issue
varkor
-1
/
+2
2017-12-17
Add an option to allow rustdoc to list modules by appearance
varkor
-1
/
+6
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-13
/
+13
2017-12-04
rustc_back: replace tempdir with crates.io version.
Irina-Gabriela Popa
-0
/
+1
2017-11-30
Show hidden items with rustdoc's document-private
Christian Duerr
-1
/
+0
2017-11-03
Mark several ascii methods as unstable again
Lukas Kalbertodt
-0
/
+1
2017-11-03
Copy `AsciiExt` methods to `char` directly
Lukas Kalbertodt
-1
/
+0
2017-10-17
Create a new flag, --document-private-items
steveklabnik
-0
/
+19
2017-10-17
Deprecate several flags in rustdoc
steveklabnik
-0
/
+22
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-2
/
+6
2017-10-09
let rustdoc print the crate version into docs
QuietMisdreavus
-0
/
+6
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-0
/
+1
2017-08-30
Print warning whatever the rendering mode
Guillaume Gomez
-1
/
+0
2017-08-30
Update unstable-crate test
Guillaume Gomez
-1
/
+1
2017-08-30
Add warnings when rustdoc html rendering differs
Guillaume Gomez
-0
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-0
/
+1
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-0
/
+1
2017-06-22
Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton
Mark Simulacrum
-1
/
+5
2017-06-21
rustbuild: Fix compiler docs yet again
Oliver Middleton
-1
/
+5
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-78
/
+133
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-25
Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercup
bors
-3
/
+4
2017-05-24
Add precisions for the help message for --extend-css
Guillaume Gomez
-2
/
+3
2017-05-18
Give a nicer error for non-Unicode arguments to rustc and rustdoc
Josh Stone
-2
/
+9
2017-05-13
Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcv
Mark Simulacrum
-1
/
+12
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-08
Add markdown-[before|after]-content options
Guillaume Gomez
-1
/
+12
2017-05-05
Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton
Corey Farwell
-3
/
+8
2017-05-03
remove use of `ast_ty_to_ty_cache` from librustdoc
Niko Matsakis
-0
/
+1
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-3
/
+8
[next]