about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-07-16Update UI testsPhilipp Hansch-45/+31
2019-07-16Auto merge of #4276 - phansch:uitestcleanup, r=flip1995bors-173/+191
2019-07-16Allow no_effect lint Philipp Hansch-0/+1
2019-07-16Remove commentPhilipp Hansch-1/+1
2019-07-16cargo fmtPhilipp Hansch-1/+0
2019-07-16UI Test Cleanup: Split up checked_unwrap testsPhilipp Hansch-173/+191
2019-07-16Removed lintining on never type.daxpedda-12/+2
2019-07-16UI Test Cleanup: Split out out_of_bounds_indexingPhilipp Hansch-158/+209
2019-07-15Fix float_cmp false positive when comparing signumJerry Hardee-0/+19
2019-07-15false positives fixes of `implicit_return`daxpedda-11/+37
2019-07-14Disable dogfood on windows for faster build time on travisflip1995-2/+2
2019-07-13Auto merge of #4232 - mikerite:dev-fmt-4, r=flip1995bors-0/+23
2019-07-13Merge branch 'master' into dev-fmt-4Michael Wright-10/+14
2019-07-11Fix bug in `implicit_hasher` causing crashesMichael Wright-10/+23
2019-07-09Auto merge of #4257 - skade:improve-cast-alignment, r=flip1995bors-2/+4
2019-07-09Improve cast_ptr_alignment lintFlorian Gilcher-2/+4
2019-07-09Auto merge of #4233 - thiagoarrais:jens1o-fix-1208, r=phansch,flip1995bors-7/+9
2019-07-08Use empty block instead of unit type for needless returnBara-1/+1
2019-07-08Avoid reporting string_lit_as_bytes for long stringsJens Hausdorf-7/+9
2019-07-08Add test for unnecessary_flat_mapJeremy Stucki-0/+16
2019-07-07Work around rustup fallback error on WindowsMichael Wright-1/+1
2019-07-07Improve fmt test failure messageMichael Wright-1/+4
2019-07-07Add dev fmt subcommandMichael Wright-0/+20
2019-07-06Remove lint for ONCE_INITLzu Tao-7/+0
2019-07-06Update rustfix testsLzu Tao-30/+27
2019-07-03Fix allow bug in `trivially_copy_pass_by_ref`Michael Wright-0/+11
2019-07-02Fix `match_same_arms` false negativeMichael Wright-2/+36
2019-07-01Test for melted ICE #4121flip1995-0/+13
2019-07-01Auto merge of #4243 - mikerite:fix-4058, r=flip1995bors-0/+11
2019-07-01Auto merge of #4222 - jfrikker:try_err, r=flip1995bors-0/+192
2019-07-01Fix `never_loop` false positiveMichael Wright-0/+11
2019-06-30Running rustfmt on testJoe Frikker-18/+28
2019-06-29Removed use of intrinsics::uninit from tests.Alex Gaynor-21/+8
2019-06-24Making try_err machine applicableJoe Frikker-17/+102
2019-06-23PR commentsJoe Frikker-4/+4
2019-06-23Account for let_chains in collapsible_if ui test cases.Mazdak Farrokhzad-0/+42
2019-06-22Adding try_err lintJoe Frikker-0/+97
2019-06-21cargo fmtDaniele D'Orazio-3/+3
2019-06-21more idiomatic codeDaniele D'Orazio-9/+9
2019-06-21update tests and fix lints in clippyDaniele D'Orazio-21/+30
2019-06-21make needless_return work with void functionsDaniele D'Orazio-9/+53
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-3/+3
2019-06-17fix suggestion for floating points inequalityDaniele D'Orazio-4/+4
2019-06-14Restructure rename testsflip1995-29/+14
2019-06-14Register rename to the LintStore.krk-1/+18
2019-06-14Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES.krk-27/+27
2019-06-14Rename const_static_lifetime to redundant_static_lifetime.krk-27/+27
2019-06-14Merge StaticConst and StaticStatic lints into StaticConst.krk-132/+101
2019-06-14Add lint for statics with explicit static lifetime.krk-0/+131
2019-06-12Adds lint for integer divisionThiago Arrais-0/+36