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
/
clippy_lints
/
src
/
missing_doc.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-4
/
+6
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-9
/
+23
2023-02-25
Scope missing_docs_in_private_items to only private items
Andrew Banchich
-4
/
+6
2023-02-20
Update documentation
Christian Poveda
-1
/
+2
2023-02-17
Address review comments
Christian Poveda
-1
/
+1
2023-02-09
Add docs and update tests
Christian Poveda
-14
/
+16
2023-02-06
Add configuration to lint missing docs of `pub(crate)` items
Christian Poveda
-3
/
+13
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+1
2022-11-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-5
/
+5
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-09-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-23
Apply uninlined_format-args to clippy_lints
Yuri Astrakhan
-1
/
+1
2022-09-09
Appease clippy again
Michael Goulet
-2
/
+1
2022-09-09
Make clippy happy
Michael Goulet
-1
/
+2
2022-08-11
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
Philipp Krones
-7
/
+34
2022-08-11
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-7
/
+35
2022-08-07
Don't lint `missing_docs_in_private_items` on proc-macro output
Jason Newcomb
-5
/
+16
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-8
/
+7
2022-05-05
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-2
/
+19
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-3
/
+3
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+1
2021-10-07
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-2
/
+19
2021-09-30
Do not pass hir::Crate to lints.
Camille GILLOT
-2
/
+3
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-5
/
+3
2021-09-02
Merge remote-tracking branch 'upstream/master' into rustup2
flip1995
-2
/
+17
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-4
/
+4
2021-07-29
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-6
/
+21
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-4
/
+4
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-1
/
+1
2021-06-04
Remove `doc(include)`
Joshua Nelson
-17
/
+2
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-3
/
+3
2021-05-26
Fix missing_docs_in_private_items FP
Cameron Steffen
-3
/
+3
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-12
/
+5
2021-04-08
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-12
/
+5
2021-03-31
Fix hidden variant suggestion on single variant
Michael Wright
-9
/
+2
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+1
[next]