about summary refs log tree commit diff
path: root/clippy_lints/src/attrs.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-3/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-4/+2
2020-01-07Apply suggestion from code reviewYuki Okushi-2/+2
2020-01-07Normalize lint messagesYuki Okushi-2/+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-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-27Suggest similar lint name on unknown_clippy_lintsYuki Okushi-18/+25
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-2/+2
2019-12-22Rustup to rust-lang/rust#66931flip1995-1/+1
2019-12-22Add <'_> where necessaryflip1995-6/+6
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-12-03Rustup to rust-lang/rust#66935flip1995-1/+1
2019-11-08Rustup rust-lang/rust#66188HMPerson1-1/+1
2019-11-07Rustup to rustc 1.40.0-nightly (7a76fe76f 2019-11-07)Manish Goregaokar-5/+8
2019-09-27Rustup to rust-lang/rust#64813flip1995-10/+10
2019-09-05Rustup "Minimize uses of `LocalInternedString`"Lzu Tao-2/+2
2019-08-28Make useless_attribute suggestion MaybeIncorrectPhilipp Hansch-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-7/+7
2019-06-12Typos and minor grammar correctionsmgr-inz-rafal-1/+1
2019-05-18useless_attribute: Add unreachable_pub to whitelistsTaiki Endo-4/+5
2019-05-17Prevent symbocalypseOliver Scherer-16/+15
2019-05-14Rustfmt all the thingsOliver Scherer-4/+6
2019-05-14Use symbols instead of stringsOliver Scherer-15/+17
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-2/+2
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-1/+1
2019-04-19Fix false positive in module_name_repetitions lintPhilipp Hansch-16/+2
2019-04-17Use lint pass macrosMatthew Kraai-33/+11
2019-04-17Use {get,match}_def_path from LateContextflip1995-18/+18
2019-04-10Don't emit useless_attribute lint in external macrosPhilipp Hansch-1/+5
2019-03-26Hacky rustupOliver Scherer-4/+4
2019-03-18Cargo fmtMateusz Mikuła-56/+56
2019-03-18Fix rustfmt::skip detectionMateusz Mikuła-1/+2
2019-03-18Rework clippy detection in attribute lintMateusz Mikuła-3/+4
2019-03-18name -> check_nameMateusz Mikuła-8/+8
2019-03-18span -> span()Mateusz Mikuła-3/+3
2019-03-18name -> ident_strMateusz Mikuła-2/+6
2019-03-18NestedMetaItemKind -> NestedMetaItemMateusz Mikuła-3/+3
2019-03-15Reimplement AbsolutePathBufferflip1995-5/+5
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-3/+3
2019-03-05fix or ignore failing doc testsAndy Russell-3/+3
2019-03-05move lint documentation into macro invocationsAndy Russell-133/+133
2019-02-10removing redundant closures in the whole projectGrzegorz-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-2/+2
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+8
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-2/+3
2019-01-16add applicability to lint name suggestionAndy Russell-3/+6
2019-01-13Disable deprecated_cfg_attr lint for inner attributesWilco Kusee-5/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0