about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-09-04Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995bors-1/+2
2019-09-04Refactor option handlingJeremy Stucki-55/+19
2019-09-04Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995bors-19/+29
2019-09-04use a structured suggestion for char-lit-as-u8Andy Russell-19/+29
2019-09-04Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995bors-0/+209
2019-09-04Hide variables in doc-testShotaro Yamada-8/+8
2019-09-04Fix doctest and renaming srcShotaro Yamada-6/+8
2019-09-04Auto merge of #4490 - mikerite:fix-4364, r=flip1995bors-141/+165
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-0/+207
2019-09-04Auto merge of #4454 - BO41:search_is_some, r=flip1995bors-41/+59
2019-09-03Try to fix .fixedBO41-16/+17
2019-09-03Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995bors-0/+69
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-0/+69
2019-09-03Auto merge of #4486 - lzutao:fix-panic-unseparate-literals, r=flip1995bors-1/+2
2019-09-03Fix `map_entry` false positiveYuki Okushi-1/+2
2019-09-03Auto merge of #4493 - JohnTitor:fix-build-bytes, r=flip1995bors-3/+6
2019-09-03Remove Allocation::bytesYuki Okushi-3/+6
2019-09-03Fix occurrences of `too_many_lines` violationsMichael Wright-140/+164
2019-09-03Fix `too_many_lines` false positiveMichael Wright-1/+1
2019-09-03Allow deref_addrof in macrosYuki Okushi-1/+2
2019-09-02Fix index out of bound in case of empty snippetLzu Tao-1/+2
2019-09-02Auto merge of #4482 - awoimbee:doc_explicit_counter_loop, r=flip1995bors-8/+7
2019-09-01fix misleading doc for explicit_counter_loop lintArthur Woimée-8/+7
2019-09-01Fix `needless_lifetimes` false positiveMichael Wright-6/+15
2019-08-31Fix incorrect swap suggestionCristian Kubis-0/+8
2019-08-31Fix `extra_unused_lifetimes` false positiveMichael Wright-2/+4
2019-08-30Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995bors-0/+4
2019-08-30Rustup to rust-lang/rust#60966flip1995-2/+2
2019-08-30Auto merge of #4446 - mikerite:fix-4437, r=phanschbors-2/+21
2019-08-30Fix cast_lossless false positive in impl const fnPhilipp Hansch-0/+4
2019-08-29Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995bors-3/+17
2019-08-29Use the spans returned by utils::method_callsflip1995-25/+31
2019-08-29Also return the method spans in utils::method_callsflip1995-3/+5
2019-08-29Dereference one less on search_is_some and make it auto-fixableBO41-8/+17
2019-08-29Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995bors-3/+3
2019-08-29Improve cognitive_complexity lint's warning.Victor Polevoy-1/+5
2019-08-29Merge branch 'master' into fix-4437Michael Wright-99/+167
2019-08-29Fix missing_const_for_fn false positivePhilipp Hansch-3/+17
2019-08-28Make useless_attribute suggestion MaybeIncorrectPhilipp Hansch-1/+1
2019-08-28Rollup merge of #4460 - JohnTitor:fix-inherent-to-string, r=flip1995Philipp Krones-0/+1
2019-08-28Replace `Arg` with `Param`Yuki Okushi-19/+25
2019-08-28Update int_plus_one suggestion textPhilipp Hansch-1/+1
2019-08-28Change float_cmp Applicability to `HasPlaceholders`Philipp Hansch-1/+1
2019-08-28Fix `inherent_to_string` false positiveYuki Okushi-0/+1
2019-08-27Allow block_in_if_{stmt,expr} in external macroflip1995-1/+4
2019-08-26Auto merge of #4445 - phansch:fix_unused_unit_sugg, r=flip1995bors-1/+1
2019-08-26Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995bors-2/+7
2019-08-26Auto merge of #4436 - BO41:written_as, r=phanschbors-1/+57
2019-08-26Cleaner code for unsep literalsLzu Tao-73/+73
2019-08-25Account for trait alias when looking for defidLzu Tao-2/+7