| Age | Commit message (Expand) | Author | Lines |
| 2019-09-03 | Fix `too_many_lines` false positive | Michael Wright | -2/+3 |
| 2019-09-03 | Allow deref_addrof in macros | Yuki Okushi | -1/+12 |
| 2019-09-02 | Fix index out of bound in case of empty snippet | Lzu Tao | -1/+2 |
| 2019-09-02 | Auto merge of #4482 - awoimbee:doc_explicit_counter_loop, r=flip1995 | bors | -8/+7 |
| 2019-09-02 | Auto merge of #4477 - mikerite:fix-4291, r=flip1995 | bors | -7/+58 |
| 2019-09-02 | Add more UI tests for swap | Cristian Kubis | -7/+27 |
| 2019-09-01 | fix misleading doc for explicit_counter_loop lint | Arthur Woimée | -8/+7 |
| 2019-09-01 | Fix `needless_lifetimes` false positive | Michael Wright | -7/+39 |
| 2019-09-01 | Simplify issue-4291 test | Michael Wright | -13/+11 |
| 2019-08-31 | Fix incorrect swap suggestion | Cristian Kubis | -0/+8 |
| 2019-08-31 | Fix `extra_unused_lifetimes` false positive | Michael Wright | -2/+23 |
| 2019-08-30 | Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995 | bors | -0/+48 |
| 2019-08-30 | Auto merge of #4475 - flip1995:rustup, r=phansch | bors | -2/+2 |
| 2019-08-30 | Rustup to rust-lang/rust#60966 | flip1995 | -2/+2 |
| 2019-08-30 | Auto merge of #4446 - mikerite:fix-4437, r=phansch | bors | -3/+76 |
| 2019-08-30 | Fix cast_lossless false positive in impl const fn | Philipp Hansch | -0/+48 |
| 2019-08-29 | Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995 | bors | -4/+63 |
| 2019-08-29 | Add missing UI test change | Philipp Hansch | -1/+9 |
| 2019-08-29 | Fix tests | flip1995 | -2/+2 |
| 2019-08-29 | Use the spans returned by utils::method_calls | flip1995 | -25/+31 |
| 2019-08-29 | Also return the method spans in utils::method_calls | flip1995 | -3/+5 |
| 2019-08-29 | Dereference one less on search_is_some and make it auto-fixable | BO41 | -37/+363 |
| 2019-08-29 | Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995 | bors | -60/+129 |
| 2019-08-29 | Auto merge of #4469 - vityafx:master, r=flip1995 | bors | -22/+26 |
| 2019-08-29 | Improve cognitive_complexity lint's warning. | Victor Polevoy | -22/+26 |
| 2019-08-29 | Merge branch 'master' into fix-4437 | Michael Wright | -181/+680 |
| 2019-08-29 | Fix missing_const_for_fn false positive | Philipp Hansch | -3/+54 |
| 2019-08-28 | Make useless_attribute suggestion MaybeIncorrect | Philipp Hansch | -53/+3 |
| 2019-08-28 | Auto merge of #4465 - JohnTitor:add-note-to-fix-toolstate, r=flip1995 | bors | -1/+17 |
| 2019-08-29 | Add note to fix toolstate | Yuki Okushi | -1/+17 |
| 2019-08-28 | Auto merge of #4464 - flip1995:fetch_prs_between, r=phansch | bors | -1/+1 |
| 2019-08-28 | Also fetch rollup merges in fetch_prs_between.sh script | flip1995 | -1/+1 |
| 2019-08-28 | Auto merge of #4463 - flip1995:rollup-240kr2c, r=flip1995 | bors | -2/+17 |
| 2019-08-28 | Rollup merge of #4460 - JohnTitor:fix-inherent-to-string, r=flip1995 | Philipp Krones | -2/+15 |
| 2019-08-28 | Rollup merge of #4459 - JohnTitor:update-testing-notes, r=flip1995 | Philipp Krones | -0/+2 |
| 2019-08-28 | Auto merge of #4462 - JohnTitor:fix-build-arg, r=flip1995 | bors | -19/+25 |
| 2019-08-28 | Replace `Arg` with `Param` | Yuki Okushi | -19/+25 |
| 2019-08-28 | Update int_plus_one suggestion text | Philipp Hansch | -21/+5 |
| 2019-08-28 | Change float_cmp Applicability to `HasPlaceholders` | Philipp Hansch | -1/+1 |
| 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/+15 |
| 2019-08-28 | Add note to avoid confusing | Yuki Okushi | -0/+2 |
| 2019-08-27 | Add test for external macro | flip1995 | -0/+12 |
| 2019-08-27 | Allow block_in_if_{stmt,expr} in external macro | flip1995 | -1/+4 |
| 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 | -8/+36 |