about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-05Rollup merge of #4329 - phansch:doctests_pedantic, r=flip1995Philipp Krones-27/+73
2019-08-05Auto merge of #4337 - flip1995:let_unit, r=phanschbors-17/+120
2019-08-05Auto merge of #4333 - phansch:rustfix_decimal_literal_representation, r=flip1995bors-5/+33
2019-08-05Add tests for auto fixable let_unit suggestionflip1995-7/+108
2019-08-05Make let_unit lint suggestion auto applicableflip1995-10/+12
2019-08-05Auto merge of #4336 - phansch:rustup, r=flip1995bors-7/+7
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-7/+7
2019-08-04Add run-rustfix for decimal_literal_representation lintPhilipp Hansch-5/+33
2019-08-04Split up cast.rs tests, run-rustfix for unnecessary_castPhilipp Hansch-67/+102
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-16/+57
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-10/+29
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-27/+73
2019-08-03Auto merge of #4327 - phansch:doctests_perf, r=flip1995bors-32/+65
2019-08-03Auto merge of #4325 - phansch:doctests_complexity, r=flip1995bors-85/+157
2019-08-03Auto merge of #4328 - phansch:rustup, r=phanschbors-8/+10
2019-08-03Ignore missing rustfmtPhilipp Hansch-1/+1
2019-08-03Rustup to latest rustc masterPhilipp Hansch-7/+9
2019-08-03Also enable doc tests for internal lintsPhilipp Hansch-2/+2
2019-08-03Doctests: Enable running doc tests for perf lintsPhilipp Hansch-32/+65
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-83/+155
2019-08-01Auto merge of #4322 - Y0hy0h:patch-1, r=phanschbors-1/+10
2019-08-01Fix missing importY0hy0h-1/+1
2019-08-01Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995bors-8/+8
2019-08-01Update `stderr` filechansuke-7/+7
2019-08-01Auto merge of #4307 - flip1995:unnecessary_unwrap, r=oli-obkbors-7/+15
2019-08-01Fix doc testsflip1995-0/+6
2019-08-01Remove Known problems for UNNECESSARY_UNWRAPflip1995-1/+1
2019-08-01Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctnessflip1995-6/+8
2019-08-01Auto merge of #4318 - izik1:typo, r=phanschbors-2/+2
2019-08-01Improve documentation on implicit_hasher lintY0hy0h-1/+10
2019-08-01Auto merge of #4316 - phansch:method_rs_cleanup2, r=flip1995bors-42/+23
2019-08-01Auto merge of #4315 - phansch:fn_to_numeric_cast_applicability, r=flip1995bors-1/+1
2019-08-01Auto merge of #4303 - mikerite:dev-fmt-20190728, r=flip1995bors-23/+62
2019-07-31Fix `for on` typoZachery Gyurkovitz-2/+2
2019-08-01Update formattingMichael Wright-19/+17
2019-08-01Merge branch 'master' into dev-fmt-20190728Michael Wright-119/+443
2019-08-01UI Test Cleanup: No wrong_self_convention in methods.rsPhilipp Hansch-42/+23
2019-07-31Mark `fn_to_numeric_cast` lints as MaybeIncorrectPhilipp Hansch-1/+1
2019-07-31Auto merge of #4313 - Manishearth:owl, r=yaahallobors-0/+35
2019-07-31Don't nudge people towards toilet closures when producing owl resultsManish Goregaokar-0/+35
2019-08-01Add required negation in non_zero lintchansuke-1/+1
2019-07-31Auto merge of #4308 - jakubadamw:use-self-variant-scope, r=flip1995bors-103/+156
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-79/+80
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-24/+76
2019-07-30Auto merge of #3766 - xd009642:issue-3764, r=flip1995bors-13/+234
2019-07-30Auto merge of #4306 - mikerite:fix-breakage-20190730, r=flip1995bors-3/+18
2019-07-30Fix breakage due to rust-lang/rust#61856Michael Wright-3/+18
2019-07-29Correct typoMichael Wright-1/+1
2019-07-29Make appveyor build ignore rustfmt unavailabilityMichael Wright-1/+1
2019-07-28Fix dogfood testxd009642-7/+3