about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-07-09Improve cast_ptr_alignment lintFlorian Gilcher-4/+12
2019-07-09cast_ptr_alignment: Mention legal use under known problemsVinzent Steinberg-1/+2
2019-07-09Auto merge of #4233 - thiagoarrais:jens1o-fix-1208, r=phansch,flip1995bors-0/+4
2019-07-08Extract semantic constantThiago Arrais-1/+4
2019-07-08Use empty block instead of unit type for needless returnBara-5/+5
2019-07-08Avoid reporting string_lit_as_bytes for long stringsJens Hausdorf-0/+1
2019-07-08Implement flat_map lintJeremy Stucki-0/+47
2019-07-06rustfmtMichael Wright-3/+1
2019-07-06Address reviewsMichael Wright-12/+21
2019-07-06Fix breakage due to rust-lang/rust#61988Michael Wright-61/+25
2019-07-06Fix unknown lint warningsMichael Wright-2/+2
2019-07-06Remove lint for ONCE_INITLzu Tao-3/+1
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-28/+28
2019-07-04Remove unused importMichael Wright-1/+1
2019-07-03rustup https://github.com/rust-lang/rust/pull/61995Matthias Krüger-4/+4
2019-07-03Fix allow bug in `trivially_copy_pass_by_ref`Michael Wright-31/+11
2019-07-02Fix `match_same_arms` false negativeMichael Wright-3/+17
2019-07-01Auto merge of #4243 - mikerite:fix-4058, r=flip1995bors-2/+1
2019-07-01Auto merge of #4222 - jfrikker:try_err, r=flip1995bors-0/+120
2019-07-01Fix `never_loop` false positiveMichael Wright-2/+1
2019-06-25fmtManish Goregaokar-15/+3
2019-06-25Remove a hir_to_node_idManish Goregaokar-1/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-17/+17
2019-06-25get_parent_node_by_hir_id -> get_parent_nodeManish Goregaokar-17/+17
2019-06-24Making try_err machine applicableJoe Frikker-1/+1
2019-06-24Simplify unsugar_if to just an if expr checkflip1995-12/+12
2019-06-24Remove ast:: prefix from typesflip1995-20/+20
2019-06-24Put 'if let' back into comment.Mazdak Farrokhzad-1/+1
2019-06-24Pacify rustfmt.Mazdak Farrokhzad-3/+2
2019-06-24Fix dogfood test failures.Mazdak Farrokhzad-3/+1
2019-06-23PR commentsJoe Frikker-18/+14
2019-06-23Fix fallout from rust-lang/rust PR 60861.Mazdak Farrokhzad-38/+32
2019-06-22Adding try_err lintJoe Frikker-0/+124
2019-06-22Auto merge of #4220 - d-dorazio:4182-needless-return-void-functions, r=flip1995bors-32/+73
2019-06-22Fix fallout cause NodeId pruningLzu Tao-6/+6
2019-06-21more idiomatic codeDaniele D'Orazio-32/+42
2019-06-21Remove another unnecessary lifetimeflip1995-1/+1
2019-06-21Remove needless lifetimesJeremy Stucki-3/+3
2019-06-21update tests and fix lints in clippyDaniele D'Orazio-12/+8
2019-06-21make needless_return work with void functionsDaniele D'Orazio-20/+55
2019-06-21Remove unnecssary lifetime from trait_ref_of_methodflip1995-1/+1
2019-06-21Fix breakage due to rust-lang/rust#61968Michael Wright-41/+37
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-84/+80
2019-06-19Fix lifetime mismatch between LateContext and TyLzu Tao-3/+8
2019-06-19Fix missing field in ExprKind::YieldLzu Tao-4/+4
2019-06-19Auto merge of #4210 - dtolnay:division, r=flip1995bors-2/+2
2019-06-18Refactor: Replace NodeSet with HirIdSetPhilipp Hansch-7/+6
2019-06-18rustup https://github.com/rust-lang/rust/pull/61836/Matthias Krüger-11/+12
2019-06-17fix suggestion for floating points inequalityDaniele D'Orazio-1/+5
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-2/+2