about summary refs log tree commit diff
path: root/clippy_lints/src/missing_doc.rs
AgeCommit message (Expand)AuthorLines
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-11/+8
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-1/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-4/+6
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+1
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-9/+23
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-1/+1
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-5/+5
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-09Appease clippy againMichael Goulet-2/+1
2022-09-09Make clippy happyMichael Goulet-1/+2
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-7/+34
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-8/+7
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-2/+3
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-5/+3
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-1/+1
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-4/+4
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-06-04Remove `doc(include)`Joshua Nelson-17/+2
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-3/+3
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-12/+5
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-16ast/hir: Rename field-related structuresVadim Petrochenkov-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