about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2018-05-17Fix ICE for issue 2594Philipp Hansch-3/+10
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-8/+8
2018-05-11Patterns, locals and matches for author lintOliver Schneider-4/+177
2018-05-11Rustup to 2018-05-11Philipp Hansch-2/+2
2018-05-08Check that we don't treat any type but a range type as a rangeOliver Schneider-2/+31
2018-05-04Merge pull request #2713 from alexreg/nightly-fixOliver Schneider-14/+23
2018-05-03Fixed build for latest nightly (again)Alexander Regueiro-3/+3
2018-05-03Rustup field -> method transition of ..=Oliver Schneider-6/+15
2018-05-01Simplify some internal codeCyril Plisko-3/+1
2018-05-01Fixed build for latest nightlyAlexander Regueiro-5/+5
2018-04-28Rustup to latest nightlyPhilipp Hansch-4/+4
2018-04-27rustupMateusz Mikuła-1/+1
2018-04-24Make cast_ptr_alignment ignore c_voidDevon Hollowood-0/+2
2018-04-15Fix compilation for nightly 2018-04-15Michael Wright-24/+0
2018-04-11Merge pull request #2661 from devonhollowood/ptr-ptr-castsOliver Schneider-0/+14
2018-04-11Fix misaligned_transmute lintDevon Hollowood-0/+14
2018-04-07New lints for write! / writeln! macros.Evan Simmons-0/+1
2018-04-07Fix compilation for nightly 2018-04-06Michael Wright-3/+3
2018-04-04Remove uses of ExprKind::InplaceManish Goregaokar-3/+1
2018-04-02Document the author lintPhilipp Hansch-2/+5
2018-04-02Fix clippy warningMichael Wright-1/+1
2018-04-02Merge branch 'master' into dogfood_target_dirMichael Wright-0/+33
2018-04-02Fix clippy warningMichael Wright-0/+1
2018-03-30Handle nested block commentsPhilipp Hansch-5/+4
2018-03-30Fix false positive in empty_line_after_outer_attrPhilipp Hansch-0/+34
2018-03-30Rustup to rustc 1.26.0-nightly (ae544ee1c 2018-03-29)Manish Goregaokar-1/+1
2018-03-29Merge pull request #2589 from rust-lang-nursery/rangeargManish Goregaokar-1/+1
2018-03-29Address review commentsOliver Schneider-2/+2
2018-03-29Move RangeArgumentManish Goregaokar-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-8/+8
2018-03-27Version bumpOliver Schneider-1/+1
2018-03-16Apply clippy suggestionsMateusz Mikuła-7/+7
2018-03-13Update to rustc masterOliver Schneider-9/+24
2018-03-05Merge pull request #2507 from ordovicia/redundant_field_names_rangeOliver Schneider-0/+10
2018-03-05Make `redundant_field_name` not care range expressionsHidehito Yabuuchi-0/+10
2018-03-04Fix #2496HMPerson1-0/+2
2018-02-24Remove explicit visit_qpath methodGuillem Nieto-25/+11
2018-02-24Fix author lintGuillem Nieto-4/+26
2018-02-09Fix #2427Oliver Schneider-3/+3
2018-02-09Remove rarely used `type_size` helper functionOliver Schneider-7/+0
2018-02-07Merge pull request #2444 from phansch/fix_incorrect_useless_attribute_suggestionOliver Schneider-0/+8
2018-02-06Partly fix incorrect useless_attribute suggestionPhilipp Hansch-0/+8
2018-02-06Make decimal_literal_representation a restriction lintflip1995-1/+1
2018-02-06Fix ICE comparing `ExprRange`Guillem Nieto-3/+7
2018-02-05Cleanup calls to `layout_of`Oliver Schneider-9/+2
2018-02-05Merge pull request #2415 from HMPerson1/fix-2356Oliver Schneider-0/+3
2018-02-05Rustup to rustc 1.25.0-nightly (0c6091fbd 2018-02-04)messense-3/+5
2018-02-02Fix `get_enclosing_block`HMPerson1-0/+3
2018-02-02set CodeSuggestion approximate to false. fixes #2429Frederick Zhang-0/+1
2018-01-28Rustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)Seiichi Uchida-3/+2