about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-02Add more UI tests for swapCristian Kubis-7/+27
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 incorrect swap suggestionCristian Kubis-0/+8
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
2019-08-28Auto merge of #4464 - flip1995:fetch_prs_between, r=phanschbors-1/+1
2019-08-28Also fetch rollup merges in fetch_prs_between.sh scriptflip1995-1/+1
2019-08-28Auto merge of #4463 - flip1995:rollup-240kr2c, r=flip1995bors-2/+17
2019-08-28Rollup merge of #4460 - JohnTitor:fix-inherent-to-string, r=flip1995Philipp Krones-2/+15
2019-08-28Rollup merge of #4459 - JohnTitor:update-testing-notes, r=flip1995Philipp Krones-0/+2
2019-08-28Auto merge of #4462 - JohnTitor:fix-build-arg, r=flip1995bors-19/+25
2019-08-28Replace `Arg` with `Param`Yuki Okushi-19/+25
2019-08-28Update int_plus_one suggestion textPhilipp Hansch-21/+5
2019-08-28Change float_cmp Applicability to `HasPlaceholders`Philipp Hansch-1/+1
2019-08-28Add run-rustfix for rename testPhilipp Hansch-12/+28
2019-08-28Add run-rustfix for outer_expn_dataPhilipp Hansch-2/+29
2019-08-28Add run-rustfix for useless_attribute testPhilipp Hansch-2/+52
2019-08-28Add run-rustfix for int_plus_one testPhilipp Hansch-26/+45
2019-08-28Add run-rustfix for assign_ops testPhilipp Hansch-9/+32
2019-08-28Fix `inherent_to_string` false positiveYuki Okushi-2/+15
2019-08-28Add note to avoid confusingYuki Okushi-0/+2
2019-08-27Add test for external macroflip1995-0/+12
2019-08-27Allow block_in_if_{stmt,expr} in external macroflip1995-1/+4
2019-08-26Auto merge of #4444 - phansch:split_up_cmp_owned2, r=flip1995bors-36/+160
2019-08-26Auto merge of #4445 - phansch:fix_unused_unit_sugg, r=flip1995bors-8/+36