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
/
check_doc_test_visibility.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-2
/
+2
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-3
/
+3
2023-09-17
Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...
Guillaume Gomez
-1
/
+8
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-1
/
+1
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-1
/
+1
2023-07-29
Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`
Guillaume Gomez
-1
/
+1
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+1
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-3
/
+1
2023-05-05
Modules can be reexported and it should be handled by rustdoc
Guillaume Gomez
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+0
2023-02-15
Use more let chain
Guillaume Gomez
-12
/
+11
2023-01-26
rustdoc: Stop using `HirId`s
Vadim Petrochenkov
-8
/
+11
2023-01-04
rename find_parent_node to opt_parent_id
Michael Goulet
-1
/
+1
2022-10-29
rustdoc: Split effective visibilities from rustc from similar data built by r...
Vadim Petrochenkov
-2
/
+2
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-2
/
+2
2022-10-01
rustdoc: adopt to the new lint API
Maybe Waffle
-6
/
+4
2022-09-12
Feature gate the rustdoc::missing_doc_code_examples lint
Wim Looman
-1
/
+1
2022-07-29
Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind
est31
-1
/
+1
2022-07-21
Remove unused field in ItemKind::KeywordItem
Guillaume Gomez
-1
/
+1
2022-05-24
fix simple clippy lints
klensy
-2
/
+2
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-4
/
+4
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-4
/
+4
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+6
2022-03-04
librustdoc: adopt let else in more places
est31
-6
/
+4
2022-02-27
make GATs print properly in traits
Michael Goulet
-1
/
+1
2021-12-28
Fix rustdoc::private_doc_tests lint for public re-exported items
avitex
-1
/
+1
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+2
2021-10-31
Convert many impls of `DocFolder` to `DocVisitor`
Noah Lev
-6
/
+6
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-2
/
+2
2021-10-02
rustdoc: Improve doctest pass's name and module's name
Noah Lev
-0
/
+141