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
2021-03-04
Don't require a `DocContext` for `report_diagnostic`
Joshua Nelson
-2
/
+3
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-1
/
+1
2021-01-02
Remove unused collapse pass
Guillaume Gomez
-5
/
+0
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-30
/
+30
2020-11-05
Rename lint to non_autolinks
Guillaume Gomez
-4
/
+4
2020-11-05
Rename automatic_links to url_improvements
Guillaume Gomez
-4
/
+4
2020-11-05
Add new lint for automatic_links improvements
Guillaume Gomez
-0
/
+5
2020-10-13
Clean up rustdoc passes
Guillaume Gomez
-170
/
+4
2020-10-07
Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514
bors
-0
/
+5
2020-10-03
Change DocFragments from enum variant fields to structs with a nested enum
Joshua Nelson
-7
/
+5
2020-10-03
Fix visitor for invalid_html_tag lint
Guillaume Gomez
-1
/
+1
2020-10-03
Add `unclosed_html_tags` lint
Guillaume Gomez
-0
/
+5
2020-08-31
Fix strings indent
Guillaume Gomez
-2
/
+1
2020-07-27
private_items_doc_tests -> doc_test_lints
Joshua Nelson
-2
/
+2
2020-07-27
Move `look_for_tests` to `private_items_doc_tests`
Joshua Nelson
-55
/
+0
2020-07-27
Separate `missing_doc_code_examples` from intra-doc links
Joshua Nelson
-12
/
+19
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-02-24
don't explicitly compare against true or false
Matthias Krüger
-2
/
+2
2020-02-11
Run RustFmt
jumbatm
-6
/
+3
2020-02-11
Invert control in struct_lint_level.
jumbatm
-6
/
+4
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-36
/
+51
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-36
/
+51
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
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
[next]