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
2019-06-26
remove unused derives and variants
Andy Russell
-2
/
+0
2019-06-21
Add DocFS layer to rustdoc
Robert Collins
-0
/
+1
2019-06-11
rustdoc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-05-21
Specify the edition for the rustdoc thread-pool
John Kåre Alsaker
-3
/
+6
2019-05-06
set the default edition when pre-parsing a doctest
QuietMisdreavus
-3
/
+8
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on two more crates
flip1995
-0
/
+1
2019-03-28
Remove unnecessary with_globals calls
John Kåre Alsaker
-2
/
+2
2019-03-15
rustc: uniformize ty::print's error handling by requiring Result.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-15
rustc: merge PrintCx::parameterized and def_path printing.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-6
/
+5
2019-03-09
Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez
Mazdak Farrokhzad
-0
/
+12
2019-02-28
add option to calculate documentation coverage
QuietMisdreavus
-0
/
+12
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-0
/
+1
2019-02-23
merge early and late passes into single struct
Andy Russell
-22
/
+0
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-5
/
+2
2019-02-17
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll...
kennytm
-0
/
+5
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-01-27
Make 'generate-redirect-pages' option unstable
Guillaume Gomez
-1
/
+1
2019-01-27
Add generate-old-style-files option to rustdoc
Guillaume Gomez
-0
/
+5
2019-01-20
Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus
bors
-0
/
+1
2019-01-17
Add book section and fix typo.
Wesley Norris
-0
/
+1
2019-01-17
Minor changes to wording and formatting.
Wesley Norris
-1
/
+1
2019-01-17
Persist doc test executables to given path.
Wesley Norris
-0
/
+5
2019-01-14
rustdoc: check code block syntax in early pass
Andy Russell
-0
/
+1
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-1
/
+1
2018-12-29
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
bors
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-24
Add no-crate filter option on rustdoc
Guillaume Gomez
-0
/
+5
2018-12-20
new --static-root-path flag for controlling static file locations
QuietMisdreavus
-0
/
+8
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-05
emit error when doc generation fails
Andy Russell
-3
/
+15
2018-11-10
move all static-file include!s into a single module
QuietMisdreavus
-0
/
+1
2018-11-02
pass the Options struct instead of individual args
QuietMisdreavus
-53
/
+9
2018-11-02
split off a separate RenderOptions struct
QuietMisdreavus
-25
/
+33
2018-11-02
swap uses of Matches with pre-parsed args
QuietMisdreavus
-97
/
+31
2018-11-02
parse command-line into a central Options struct
QuietMisdreavus
-298
/
+38
2018-11-02
Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus
bors
-14
/
+37
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-21
Use markdown::render instead of using pulldown_cmark directly
Guillaume Gomez
-13
/
+14
2018-10-21
Add index page
Guillaume Gomez
-1
/
+23
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-22
Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez
Pietro Albini
-3
/
+9
2018-09-20
shuffle ownership of `external_traits`
QuietMisdreavus
-0
/
+1
2018-09-20
don't index trait impls if the trait isn't also documented
QuietMisdreavus
-0
/
+1
2018-09-19
add -Zui-testing to rustdoc
QuietMisdreavus
-3
/
+9
2018-09-18
Rollup merge of #54205 - GuillaumeGomez:treat-err-as-bug, r=QuietMisdreavus
Guillaume Gomez
-3
/
+10
2018-09-15
rustc: add unstable support for --extern crate_name without a path.
Eduard-Mihai Burtescu
-4
/
+7
[next]