| Age | Commit message (Expand) | Author | Lines |
| 2019-09-04 | Hide variables in doc-test | Shotaro Yamada | -8/+8 |
| 2019-09-04 | Fix doctest and renaming src | Shotaro Yamada | -6/+8 |
| 2019-09-04 | Auto merge of #4490 - mikerite:fix-4364, r=flip1995 | bors | -141/+165 |
| 2019-09-04 | Add manual_saturating_arithmetic lint | Shotaro Yamada | -0/+207 |
| 2019-09-04 | Auto merge of #4454 - BO41:search_is_some, r=flip1995 | bors | -41/+59 |
| 2019-09-03 | Try to fix .fixed | BO41 | -16/+17 |
| 2019-09-03 | Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995 | bors | -0/+69 |
| 2019-09-03 | lint against `MaybeUninit::uninit().assume_init()` | Andre Bogus | -0/+69 |
| 2019-09-03 | Auto merge of #4486 - lzutao:fix-panic-unseparate-literals, r=flip1995 | bors | -1/+2 |
| 2019-09-03 | Fix `map_entry` false positive | Yuki Okushi | -1/+2 |
| 2019-09-03 | Auto merge of #4493 - JohnTitor:fix-build-bytes, r=flip1995 | bors | -3/+6 |
| 2019-09-03 | Remove Allocation::bytes | Yuki Okushi | -3/+6 |
| 2019-09-03 | Fix occurrences of `too_many_lines` violations | Michael Wright | -140/+164 |
| 2019-09-03 | Fix `too_many_lines` false positive | Michael Wright | -1/+1 |
| 2019-09-03 | Allow deref_addrof in macros | Yuki Okushi | -1/+2 |
| 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-01 | fix misleading doc for explicit_counter_loop lint | Arthur Woimée | -8/+7 |
| 2019-09-01 | Fix `needless_lifetimes` false positive | Michael Wright | -6/+15 |
| 2019-08-31 | Fix incorrect swap suggestion | Cristian Kubis | -0/+8 |
| 2019-08-31 | Fix `extra_unused_lifetimes` false positive | Michael Wright | -2/+4 |
| 2019-08-30 | Auto merge of #4473 - phansch:fix_cast_lossless_fp, r=flip1995 | bors | -0/+4 |
| 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 | -2/+21 |
| 2019-08-30 | Fix cast_lossless false positive in impl const fn | Philipp Hansch | -0/+4 |
| 2019-08-29 | Auto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995 | bors | -3/+17 |
| 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 | -8/+17 |
| 2019-08-29 | Auto merge of #4408 - phansch:more_rustfix_tests, r=flip1995 | bors | -3/+3 |
| 2019-08-29 | Improve cognitive_complexity lint's warning. | Victor Polevoy | -1/+5 |
| 2019-08-29 | Merge branch 'master' into fix-4437 | Michael Wright | -99/+167 |
| 2019-08-29 | Fix missing_const_for_fn false positive | Philipp Hansch | -3/+17 |
| 2019-08-28 | Make useless_attribute suggestion MaybeIncorrect | Philipp Hansch | -1/+1 |
| 2019-08-28 | Rollup merge of #4460 - JohnTitor:fix-inherent-to-string, r=flip1995 | Philipp Krones | -0/+1 |
| 2019-08-28 | Replace `Arg` with `Param` | Yuki Okushi | -19/+25 |
| 2019-08-28 | Update int_plus_one suggestion text | Philipp Hansch | -1/+1 |
| 2019-08-28 | Change float_cmp Applicability to `HasPlaceholders` | Philipp Hansch | -1/+1 |
| 2019-08-28 | Fix `inherent_to_string` false positive | Yuki Okushi | -0/+1 |
| 2019-08-27 | Allow block_in_if_{stmt,expr} in external macro | flip1995 | -1/+4 |
| 2019-08-26 | Auto merge of #4445 - phansch:fix_unused_unit_sugg, r=flip1995 | bors | -1/+1 |
| 2019-08-26 | Auto merge of #4430 - lzutao:defid_trait_alias, r=flip1995 | bors | -2/+7 |
| 2019-08-26 | Auto merge of #4436 - BO41:written_as, r=phansch | bors | -1/+57 |
| 2019-08-26 | Cleaner code for unsep literals | Lzu Tao | -73/+73 |
| 2019-08-25 | Account for trait alias when looking for defid | Lzu Tao | -2/+7 |
| 2019-08-25 | Rustup to https://github.com/rust-lang/rust/pull/63854 | Philipp Hansch | -3/+3 |
| 2019-08-25 | Fix `match_as_ref` bad suggestion | Michael Wright | -2/+21 |
| 2019-08-24 | Fix unused_unit false positive | Philipp Hansch | -1/+1 |
| 2019-08-24 | Fix lint doc | BO41 | -1/+1 |
| 2019-08-24 | Auto merge of #4443 - jeremystucki:methods-refactoring, r=phansch | bors | -169/+151 |