about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-0/+154
2019-07-16Removed lintining on never type.daxpedda-22/+15
2019-07-15LintJerry Hardee-4/+2
2019-07-15Fix float_cmp false positive when comparing signumJerry Hardee-0/+27
2019-07-15false positives fixes of `implicit_return`daxpedda-65/+100
2019-07-15Deny warnings in CIMichael Wright-0/+1
2019-07-13Auto merge of #4268 - mikerite:fix-4260, r=flip1995bors-0/+3
2019-07-12Rustup `macro expansion and resolution`Lzu Tao-12/+16
2019-07-11Fix bug in `implicit_hasher` causing crashesMichael Wright-0/+3
2019-07-10Ignore generated fresh lifetimes in elision check.uHOOCCOOHu-0/+2
2019-07-09Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995bors-4/+12
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