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-04-01
Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez
Mark Simulacrum
-8
/
+30
2018-03-30
Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus
kennytm
-4
/
+4
2018-03-29
Rename main theme into light theme
Guillaume Gomez
-4
/
+4
2018-03-29
tidy
QuietMisdreavus
-2
/
+8
2018-03-28
use --edition for doctests, rather than just the crate
QuietMisdreavus
-1
/
+1
2018-03-27
add --edition flag to rustdoc
QuietMisdreavus
-6
/
+22
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-1
/
+8
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+1
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-3
/
+6
2018-03-06
Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr...
Alex Crichton
-0
/
+9
2018-03-06
Update env_logger to 0.5.4
Alex Crichton
-1
/
+1
2018-03-05
Add resource-suffix option for rustdoc
Guillaume Gomez
-0
/
+9
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-1
/
+3
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-35
/
+6
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
[next]