about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-09-03Allow deref_addrof in macrosYuki Okushi-0/+10
2019-09-02Add more UI tests for swapCristian Kubis-7/+27
2019-09-01Fix `needless_lifetimes` false positiveMichael Wright-1/+24
2019-09-01Simplify issue-4291 testMichael Wright-13/+11
2019-08-31Fix `extra_unused_lifetimes` false positiveMichael Wright-0/+19
2019-08-30Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995bors-0/+44
2019-08-30Auto merge of #4446 - mikerite:fix-4437, r=phanschbors-1/+55
2019-08-30Fix cast_lossless false positive in impl const fnPhilipp Hansch-0/+44
2019-08-29Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995bors-1/+46
2019-08-29Add missing UI test changePhilipp Hansch-1/+9
2019-08-29Fix testsflip1995-2/+2
2019-08-29Dereference one less on search_is_some and make it auto-fixableBO41-29/+346
2019-08-29Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995bors-57/+126
2019-08-29Improve cognitive_complexity lint's warning.Victor Polevoy-21/+21
2019-08-29Merge branch 'master' into fix-4437Michael Wright-80/+493
2019-08-29Fix missing_const_for_fn false positivePhilipp Hansch-0/+37
2019-08-28Make useless_attribute suggestion MaybeIncorrectPhilipp Hansch-52/+2
2019-08-28Update int_plus_one suggestion textPhilipp Hansch-20/+4
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/+14
2019-08-27Add test for external macroflip1995-0/+12
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-7/+35
2019-08-26Use correct path in commentPhilipp Hansch-2/+2
2019-08-26Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995bors-0/+39
2019-08-26Add regression test for looking for trait defid in nocoreLzu Tao-0/+39
2019-08-26Auto merge of #4421 - lzutao:unsep_literal, r=flip1995bors-10/+53
2019-08-26Auto merge of #4451 - hvenev:non-exec, r=flip1995bors-0/+0
2019-08-26Auto merge of #4431 - phansch:more_rustfix, r=flip1995bors-25/+192
2019-08-26Cleaner code for unsep literalsLzu Tao-10/+53
2019-08-26Remove empty *.std{err,out} filesflip1995-0/+0
2019-08-25Mark rust source file as non-executable.Hristo Venev-0/+0
2019-08-25Fix `match_as_ref` bad suggestionMichael Wright-1/+55
2019-08-24Fix unused_unit false positivePhilipp Hansch-7/+35
2019-08-24Split up cmp_owned tests, add run-rustfixPhilipp Hansch-36/+160
2019-08-23Re-add false positive checkLzu Tao-1/+15
2019-08-23Add raw string regression test for useless_format lintLzu Tao-9/+23
2019-08-23Re-factor useless_format lintLzu Tao-2/+2
2019-08-23Update Unicode lint testsLzu Tao-4/+4
2019-08-22Add run-rustfix for range_plus_minus_one testsPhilipp Hansch-8/+49
2019-08-22Add run-rustfix for or_fun_call testsPhilipp Hansch-14/+119
2019-08-22Add run-rustfix for short_circuit_statement testPhilipp Hansch-3/+24
2019-08-21Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995bors-15/+101
2019-08-21Add two more tests, allow 2 other lints.Philipp Hansch-11/+25
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-7/+39
2019-08-21Add more testcases for redundant_pattern_matchingPhilipp Hansch-11/+83