about summary refs log tree commit diff
path: root/clippy_lints/src/missing_inline.rs
AgeCommit message (Expand)AuthorLines
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2021-03-11Merge remote-tracking branch 'upstream/master' into rustupflip1995-4/+4
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-02-28Fix false positives on procedural macros of `missing_inline_in_public_items` ...hyd-dev-4/+4
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-4/+3
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-1/+2
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-4/+5
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-5/+5
2020-06-11Remove ImplItemKind::OpaqueTy from clippyMatthew Jasper-1/+1
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-1/+1
2020-04-24rustup https://github.com/rust-lang/rust/pull/71215/Matthias Krüger-1/+1
2020-04-19Cleanup: `node_id` -> `hir_id`Philipp Hansch-2/+1
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-3/+3
2020-03-19rustup https://github.com/rust-lang/rust/pull/69920/Matthias Krüger-1/+1
2020-03-16rustup https://github.com/rust-lang/rust/pull/69738Matthias Krüger-1/+1
2020-03-13Rustup to rust-lang/rust#69674Yuki Okushi-1/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-3/+3
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
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-22Rustup to rust-lang/rust#66931flip1995-1/+1
2019-12-22Add <'_> where necessaryflip1995-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-12-01account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lintLzu Tao-3/+3
2019-09-27Rustup to rust-lang/rust#64813flip1995-3/+3
2019-08-05Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995Philipp Krones-3/+3
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-2/+2
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-3/+3
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-1/+1
2019-06-21Remove another unnecessary lifetimeflip1995-1/+1
2019-06-21Remove needless lifetimesJeremy Stucki-1/+1
2019-05-17Prevent symbocalypseOliver Scherer-2/+1
2019-05-14Use symbols instead of stringsOliver Scherer-1/+2
2019-04-17Use lint pass macrosMatthew Kraai-12/+2
2019-03-26Hacky rustupOliver Scherer-6/+5
2019-03-23rustup https://github.com/rust-lang/rust/pull/59096/Matthias Krüger-5/+4
2019-03-18name -> check_nameMateusz Mikuła-1/+1
2019-03-07align with rust-lang/rust/#58992ljedrz-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-45/+45