about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-09-04Auto merge of #4501 - derivmug:update-lint-doc, r=phanschbors-1/+1
2019-09-04Remove ui/ from TESTNAME for foo lint exampleLuca Beetz-1/+1
2019-09-04Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phanschbors-1/+16
2019-09-05Improve testsYuki Okushi-1/+8
2019-09-04Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995bors-1/+12
2019-09-04Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995bors-26/+90
2019-09-04Run update_lintsflip1995-1/+1
2019-09-04use a structured suggestion for char-lit-as-u8Andy Russell-25/+89
2019-09-04Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995bors-2/+482
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-142/+167
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-2/+480
2019-09-04Auto merge of #4454 - BO41:search_is_some, r=flip1995bors-59/+94
2019-09-03Try to fix .fixedBO41-348/+49
2019-09-03Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995bors-2/+118
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-2/+118
2019-09-03Auto merge of #4486 - lzutao:fix-panic-unseparate-literals, r=flip1995bors-1/+2
2019-09-03Fix `map_entry` false positiveYuki Okushi-1/+9
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-2/+3
2019-09-03Allow deref_addrof in macrosYuki Okushi-1/+12
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-02Auto merge of #4477 - mikerite:fix-4291, r=flip1995bors-7/+58
2019-09-01fix misleading doc for explicit_counter_loop lintArthur Woimée-8/+7
2019-09-01Fix `needless_lifetimes` false positiveMichael Wright-7/+39
2019-09-01Simplify issue-4291 testMichael Wright-13/+11
2019-08-31Fix `extra_unused_lifetimes` false positiveMichael Wright-2/+23
2019-08-30Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995bors-0/+48
2019-08-30Auto merge of #4475 - flip1995:rustup, r=phanschbors-2/+2
2019-08-30Rustup to rust-lang/rust#60966flip1995-2/+2
2019-08-30Auto merge of #4446 - mikerite:fix-4437, r=phanschbors-3/+76
2019-08-30Fix cast_lossless false positive in impl const fnPhilipp Hansch-0/+48
2019-08-29Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995bors-4/+63
2019-08-29Add missing UI test changePhilipp Hansch-1/+9
2019-08-29Fix testsflip1995-2/+2
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-37/+363
2019-08-29Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995bors-60/+129
2019-08-29Auto merge of #4469 - vityafx:master, r=flip1995bors-22/+26
2019-08-29Improve cognitive_complexity lint's warning.Victor Polevoy-22/+26
2019-08-29Merge branch 'master' into fix-4437Michael Wright-181/+680
2019-08-29Fix missing_const_for_fn false positivePhilipp Hansch-3/+54
2019-08-28Make useless_attribute suggestion MaybeIncorrectPhilipp Hansch-53/+3
2019-08-28Auto merge of #4465 - JohnTitor:add-note-to-fix-toolstate, r=flip1995bors-1/+17
2019-08-29Add note to fix toolstateYuki Okushi-1/+17