| Age | Commit message (Expand) | Author | Lines |
| 2019-09-09 | Fix regression in case of proc-macro attribute expansion | Lzu Tao | -8/+7 |
| 2019-09-09 | Extend `use_self` to check constructor | Michael Wright | -35/+35 |
| 2019-09-09 | Merge branch 'master' into fix-4514 | Michael Wright | -242/+78 |
| 2019-09-09 | Auto merge of #4519 - rust-lang:vec-diagnostic-item, r=@oli-obk | bors | -24/+34 |
| 2019-09-09 | Use diagnostic item for | Andre Bogus | -24/+34 |
| 2019-09-08 | Auto merge of #4523 - matthewjasper:remove-cfg-usage, r=llogiq | bors | -242/+78 |
| 2019-09-08 | Update non_expressive_names for or patterns | Matthew Jasper | -2/+3 |
| 2019-09-08 | Remove use of the HIR CFG | Matthew Jasper | -240/+75 |
| 2019-09-08 | Fix `or_fun_call` bad suggestion | Michael Wright | -25/+54 |
| 2019-09-06 | Auto merge of #4508 - rust-lang:reduced-symbolism, r=phansch | bors | -3/+2 |
| 2019-09-06 | Auto merge of #4512 - mati865:rustup, r=phansch | bors | -1/+1 |
| 2019-09-06 | Rustup to rust-lang/rust#64111 | Mateusz MikuĊa | -1/+1 |
| 2019-09-06 | Auto merge of #4500 - jeremystucki:refactoring, r=flip1995 | bors | -55/+19 |
| 2019-09-06 | Simplify , removing a FIXME | Andre Bogus | -3/+2 |
| 2019-09-06 | Auto merge of #4506 - derivmug:fix-add-lint-example, r=phansch | bors | -2/+2 |
| 2019-09-06 | Fix two occurences of TESTNAME=ui/foo_functions | Luca Beetz | -2/+2 |
| 2019-09-05 | Auto merge of #4489 - JohnTitor:fix-redundant-pattern-false-positive, r=flip1995 | bors | -45/+74 |
| 2019-09-05 | Run rustfix | Yuki Okushi | -1/+23 |
| 2019-09-05 | Auto merge of #4502 - lzutao:rustup-64141, r=phansch | bors | -28/+20 |
| 2019-09-05 | Rustup "Minimize uses of `LocalInternedString`" | Lzu Tao | -28/+20 |
| 2019-09-04 | Auto merge of #4501 - derivmug:update-lint-doc, r=phansch | bors | -1/+1 |
| 2019-09-04 | Remove ui/ from TESTNAME for foo lint example | Luca Beetz | -1/+1 |
| 2019-09-04 | Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phansch | bors | -1/+16 |
| 2019-09-05 | Make it auto fixable lint | Yuki Okushi | -2/+5 |
| 2019-09-05 | Fix `redundant_pattern` false positive | Yuki Okushi | -44/+48 |
| 2019-09-05 | Improve tests | Yuki Okushi | -1/+8 |
| 2019-09-04 | Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995 | bors | -1/+12 |
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -55/+19 |
| 2019-09-04 | Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995 | bors | -26/+90 |
| 2019-09-04 | Run update_lints | flip1995 | -1/+1 |
| 2019-09-04 | use a structured suggestion for char-lit-as-u8 | Andy Russell | -25/+89 |
| 2019-09-04 | Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995 | bors | -2/+482 |
| 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 | -142/+167 |
| 2019-09-04 | Add manual_saturating_arithmetic lint | Shotaro Yamada | -2/+480 |
| 2019-09-04 | Auto merge of #4454 - BO41:search_is_some, r=flip1995 | bors | -59/+94 |
| 2019-09-03 | Try to fix .fixed | BO41 | -348/+49 |
| 2019-09-03 | Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995 | bors | -2/+118 |
| 2019-09-03 | Run update_lints for Unicode lint | Lzu Tao | -1/+1 |
| 2019-09-03 | Re-add false positive check | Lzu Tao | -1/+21 |
| 2019-09-03 | Add raw string regression test for useless_format lint | Lzu Tao | -22/+27 |
| 2019-09-03 | Re-factor useless_format lint | Lzu Tao | -93/+105 |
| 2019-09-03 | lint against `MaybeUninit::uninit().assume_init()` | Andre Bogus | -2/+118 |
| 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/+9 |
| 2019-09-03 | Update Unicode lint tests | Lzu Tao | -9/+9 |
| 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 |