about summary refs log tree commit diff
path: root/clippy_lints/src/missing_doc.rs
AgeCommit message (Expand)AuthorLines
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-12/+5
2021-03-31Fix hidden variant suggestion on single variantMichael Wright-9/+2
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-1/+1
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+1
2021-03-25Merge remote-tracking branch 'upstream/master' into rustupflip1995-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::StructField::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::Variant::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-1/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-3/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-2/+1
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-4/+2
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-1/+1
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-31/+33
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-3/+4
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-16/+10
2020-06-11Remove ImplItemKind::OpaqueTy from clippyMatthew Jasper-1/+0
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-03-19Rustup to rust-lang/rust#66131flip1995-1/+1
2020-03-16rustup https://github.com/rust-lang/rust/pull/69738Matthias Krüger-1/+1
2020-03-16rustup https://github.com/rust-lang/rust/pull/68944Matthias Krüger-1/+1
2020-03-13Rustup to rust-lang/rust#69674Yuki Okushi-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-2/+2
2020-02-06dev: Use bytecount for faster line countLzu Tao-1/+1
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-29Rustup to rust-lang/rust#67151Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-6/+6
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-4/+4
2019-08-25Rustup to https://github.com/rust-lang/rust/pull/63854Philipp Hansch-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-2/+2
2019-08-15Rustup to rust-lang/rust#63543flip1995-1/+1
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-2/+2
2019-08-03Rustup to latest rustc masterPhilipp Hansch-2/+2
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-2/+2
2019-05-17Prevent symbocalypseOliver Scherer-5/+4
2019-05-14Rustfmt all the thingsOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-4/+5