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
/
passes
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-22
Format the world
Mark Rousskov
-34
/
+21
2019-11-24
Fix some rustdoc error capitalization
Esteban Küber
-3
/
+3
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-3
/
+3
2019-09-13
Move to print functions on types instead of impl fmt::Display
Mark Rousskov
-2
/
+2
2019-09-10
Auto merge of #60387 - Goirad:test-expansion, r=ollie27
bors
-1
/
+1
2019-09-03
added feature gate enable-per-target-ignores
Dario Gonzalez
-1
/
+1
2019-08-26
Account for doc comments coming from proc macros without spans
Esteban Küber
-10
/
+11
2019-08-11
Store typed Passes
Mark Rousskov
-29
/
+30
2019-08-10
Replace is_doc_reachable with is_public
Mark Rousskov
-2
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-1
/
+1
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-3
/
+3
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-2
/
+2
2019-05-18
Fix lints handling in rustdoc
Guillaume Gomez
-8
/
+11
2019-04-22
upgrade rustdoc's pulldown-cmark to 0.4.1
Andy Russell
-18
/
+18
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-4
/
+4
2019-03-09
Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez
Mazdak Farrokhzad
-0
/
+23
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-1
/
+1
2019-03-01
ty: HirIdify some lints
ljedrz
-5
/
+5
2019-02-28
add a coverage mode for private items
QuietMisdreavus
-0
/
+9
2019-02-28
add option to calculate documentation coverage
QuietMisdreavus
-0
/
+14
2019-02-23
merge early and late passes into single struct
Andy Russell
-80
/
+9
2019-02-23
move collapse and unindent docs passes earlier
Andy Russell
-10
/
+10
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-15
/
+13
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
Add trait alias support in rustdoc
Guillaume Gomez
-0
/
+1
2019-01-14
rustdoc: check code block syntax in early pass
Andy Russell
-3
/
+17
2019-01-14
generalize markdown to source span calculation
Andy Russell
-0
/
+83
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-2
/
+2
2018-11-16
lint if a private item has doctests
Guillaume Gomez
-1
/
+59
2018-09-25
handle proc-macros as macros instead of functions
QuietMisdreavus
-0
/
+3
2018-09-20
add more tests for traits-in-non-module-scope
QuietMisdreavus
-1
/
+1
2018-09-20
add a bunch of debug prints
QuietMisdreavus
-0
/
+7
2018-09-20
rustdoc: collect trait impls as an early pass
QuietMisdreavus
-0
/
+6
2018-08-04
turn intra-doc-link collection into an early pass
QuietMisdreavus
-0
/
+6
2018-08-04
introduce "early passes" an convert a few over
QuietMisdreavus
-3
/
+64
2018-08-04
strongly-typed passes
QuietMisdreavus
-42
/
+46
2018-07-30
Delete unused code in rustdoc
Mark Rousskov
-44
/
+66
2018-07-26
rustdoc: rework how default passes are chosen
QuietMisdreavus
-0
/
+27
2018-07-24
remove pluginmanager
steveklabnik
-2
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-06-04
Add doc keyword support
Guillaume Gomez
-0
/
+3
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+1
2017-11-30
Hide trait impl with private trait type parameter
Christian Duerr
-0
/
+9
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+1
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-0
/
+6
2017-06-23
rustdoc: Fix a few issues with associated consts
Oliver Middleton
-3
/
+3
2017-06-11
rustdoc: Stop stripping empty modules
Oliver Middleton
-13
/
+5
[prev]
[next]