| Age | Commit message (Expand) | Author | Lines |
| 2019-09-03 | Allow deref_addrof in macros | Yuki Okushi | -0/+10 |
| 2019-09-02 | Add more UI tests for swap | Cristian Kubis | -7/+27 |
| 2019-09-01 | Fix `needless_lifetimes` false positive | Michael Wright | -1/+24 |
| 2019-09-01 | Simplify issue-4291 test | Michael Wright | -13/+11 |
| 2019-08-31 | Fix `extra_unused_lifetimes` false positive | Michael Wright | -0/+19 |
| 2019-08-30 | Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995 | bors | -0/+44 |
| 2019-08-30 | Auto merge of #4446 - mikerite:fix-4437, r=phansch | bors | -1/+55 |
| 2019-08-30 | Fix cast_lossless false positive in impl const fn | Philipp Hansch | -0/+44 |
| 2019-08-29 | Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995 | bors | -1/+46 |
| 2019-08-29 | Add missing UI test change | Philipp Hansch | -1/+9 |
| 2019-08-29 | Fix tests | flip1995 | -2/+2 |
| 2019-08-29 | Dereference one less on search_is_some and make it auto-fixable | BO41 | -29/+346 |
| 2019-08-29 | Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995 | bors | -57/+126 |
| 2019-08-29 | Improve cognitive_complexity lint's warning. | Victor Polevoy | -21/+21 |
| 2019-08-29 | Merge branch 'master' into fix-4437 | Michael Wright | -80/+493 |
| 2019-08-29 | Fix missing_const_for_fn false positive | Philipp Hansch | -0/+37 |
| 2019-08-28 | Make useless_attribute suggestion MaybeIncorrect | Philipp Hansch | -52/+2 |
| 2019-08-28 | Update int_plus_one suggestion text | Philipp Hansch | -20/+4 |
| 2019-08-28 | Add run-rustfix for rename test | Philipp Hansch | -12/+28 |
| 2019-08-28 | Add run-rustfix for outer_expn_data | Philipp Hansch | -2/+29 |
| 2019-08-28 | Add run-rustfix for useless_attribute test | Philipp Hansch | -2/+52 |
| 2019-08-28 | Add run-rustfix for int_plus_one test | Philipp Hansch | -26/+45 |
| 2019-08-28 | Add run-rustfix for assign_ops test | Philipp Hansch | -9/+32 |
| 2019-08-28 | Fix `inherent_to_string` false positive | Yuki Okushi | -2/+14 |
| 2019-08-27 | Add test for external macro | flip1995 | -0/+12 |
| 2019-08-26 | Auto merge of #4444 - phansch:split_up_cmp_owned2, r=flip1995 | bors | -36/+160 |
| 2019-08-26 | Auto merge of #4445 - phansch:fix_unused_unit_sugg, r=flip1995 | bors | -7/+35 |
| 2019-08-26 | Use correct path in comment | Philipp Hansch | -2/+2 |
| 2019-08-26 | Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995 | bors | -0/+39 |
| 2019-08-26 | Add regression test for looking for trait defid in nocore | Lzu Tao | -0/+39 |
| 2019-08-26 | Auto merge of #4421 - lzutao:unsep_literal, r=flip1995 | bors | -10/+53 |
| 2019-08-26 | Auto merge of #4451 - hvenev:non-exec, r=flip1995 | bors | -0/+0 |
| 2019-08-26 | Auto merge of #4431 - phansch:more_rustfix, r=flip1995 | bors | -25/+192 |
| 2019-08-26 | Cleaner code for unsep literals | Lzu Tao | -10/+53 |
| 2019-08-26 | Remove empty *.std{err,out} files | flip1995 | -0/+0 |
| 2019-08-25 | Mark rust source file as non-executable. | Hristo Venev | -0/+0 |
| 2019-08-25 | Fix `match_as_ref` bad suggestion | Michael Wright | -1/+55 |
| 2019-08-24 | Fix unused_unit false positive | Philipp Hansch | -7/+35 |
| 2019-08-24 | Split up cmp_owned tests, add run-rustfix | Philipp Hansch | -36/+160 |
| 2019-08-23 | Re-add false positive check | Lzu Tao | -1/+15 |
| 2019-08-23 | Add raw string regression test for useless_format lint | Lzu Tao | -9/+23 |
| 2019-08-23 | Re-factor useless_format lint | Lzu Tao | -2/+2 |
| 2019-08-23 | Update Unicode lint tests | Lzu Tao | -4/+4 |
| 2019-08-22 | Add run-rustfix for range_plus_minus_one tests | Philipp Hansch | -8/+49 |
| 2019-08-22 | Add run-rustfix for or_fun_call tests | Philipp Hansch | -14/+119 |
| 2019-08-22 | Add run-rustfix for short_circuit_statement test | Philipp Hansch | -3/+24 |
| 2019-08-21 | Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995 | bors | -15/+101 |
| 2019-08-21 | Add two more tests, allow 2 other lints. | Philipp Hansch | -11/+25 |
| 2019-08-21 | Fix `temporary_cstring_as_ptr` false negative | Michael Wright | -7/+39 |
| 2019-08-21 | Add more testcases for redundant_pattern_matching | Philipp Hansch | -11/+83 |