| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | inline_fn_without_body: make it use a rustfix page | Manish Goregaokar | -3/+22 |
| 2019-09-21 | implicit_return: make it use a rustfix test | Manish Goregaokar | -11/+116 |
| 2019-09-21 | identity_conversion: make it use a rustfix test | Manish Goregaokar | -11/+71 |
| 2019-09-21 | for_loop: Split test into fixable/unfixable, make needless_range_loop use upd... | Manish Goregaokar | -75/+378 |
| 2019-09-20 | eq_op: stop testing nonminimal_bool in same file | Manish Goregaokar | -40/+2 |
| 2019-09-20 | op_ref: Move tests out of eq_op file | Manish Goregaokar | -84/+84 |
| 2019-09-20 | deref_addrof_double_trigger: Note why rustfix can't be used | Manish Goregaokar | -4/+6 |
| 2019-09-20 | new lint: mem-replace-with-uninit | Andre Bogus | -0/+62 |
| 2019-09-19 | Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995 | bors | -0/+18 |
| 2019-09-19 | Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995 | bors | -1/+3 |
| 2019-09-19 | New lint: Require `# Safety` section in pub unsafe fn docs | Andre Bogus | -0/+37 |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -37/+35 |
| 2019-09-18 | remove machine applicable suggestion explicit_write format #4542 | Josh Mcguigan | -0/+18 |
| 2019-09-17 | Add ICE regression test | flip1995 | -0/+15 |
| 2019-09-15 | Changes cast-lossless to a pedantic lint | Jason Olson | -1/+3 |
| 2019-09-14 | Auto merge of #4513 - matthiaskrgr:dogdood_incrcomp, r=llogiq | bors | -6/+12 |
| 2019-09-12 | Verify that issue #3567 is resolved | Michael Wright | -1/+45 |
| 2019-09-12 | Add `unneeded-wildcard-pattern` lint | Michael Wright | -0/+150 |
| 2019-09-11 | tests: dogfood: run tests with debuginfo=0 reducing dogfood target dir size e... | Matthias Krüger | -6/+10 |
| 2019-09-11 | tests: execute dogfood tests with incremental compilation disabled | Matthias Krüger | -0/+2 |
| 2019-09-11 | Auto merge of #4478 - tsurai:master, r=flip1995 | bors | -7/+27 |
| 2019-09-11 | run rustfmt | Matthias Krüger | -4/+0 |
| 2019-09-10 | Auto merge of #4532 - rust-lang:integer-const, r=oli-obk | bors | -4/+65 |
| 2019-09-10 | New `is_integer_const` to check more const ints | Andre Bogus | -4/+65 |
| 2019-09-10 | Auto merge of #4525 - mikerite:use-self-constructor, r=phansch | bors | -33/+33 |
| 2019-09-09 | Auto merge of #4522 - mikerite:fix-4514, r=phansch | bors | -0/+24 |
| 2019-09-09 | Auto merge of #4458 - flip1995:block_in_if_ext_macro, r=phansch | bors | -0/+12 |
| 2019-09-09 | Add a regression test for proc-macro attribute | Lzu Tao | -9/+23 |
| 2019-09-09 | Extend `use_self` to check constructor | Michael Wright | -33/+33 |
| 2019-09-09 | Merge branch 'master' into fix-4514 | Michael Wright | -109/+50 |
| 2019-09-08 | Remove use of the HIR CFG | Matthew Jasper | -109/+50 |
| 2019-09-08 | Fix `or_fun_call` bad suggestion | Michael Wright | -0/+24 |
| 2019-09-05 | Auto merge of #4489 - JohnTitor:fix-redundant-pattern-false-positive, r=flip1995 | bors | -2/+30 |
| 2019-09-05 | Run rustfix | Yuki Okushi | -1/+23 |
| 2019-09-04 | Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phansch | bors | -0/+14 |
| 2019-09-05 | Make it auto fixable lint | Yuki Okushi | -1/+1 |
| 2019-09-05 | Fix `redundant_pattern` false positive | Yuki Okushi | -1/+7 |
| 2019-09-05 | Improve tests | Yuki Okushi | -1/+8 |
| 2019-09-04 | Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995 | bors | -0/+10 |
| 2019-09-04 | Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995 | bors | -6/+60 |
| 2019-09-04 | use a structured suggestion for char-lit-as-u8 | Andy Russell | -6/+60 |
| 2019-09-04 | Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995 | bors | -0/+263 |
| 2019-09-04 | Auto merge of #4490 - mikerite:fix-4364, r=flip1995 | bors | -1/+2 |
| 2019-09-04 | Add manual_saturating_arithmetic lint | Shotaro Yamada | -0/+263 |
| 2019-09-04 | Auto merge of #4454 - BO41:search_is_some, r=flip1995 | bors | -18/+35 |
| 2019-09-03 | Try to fix .fixed | BO41 | -332/+32 |
| 2019-09-03 | Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995 | bors | -0/+39 |
| 2019-09-03 | lint against `MaybeUninit::uninit().assume_init()` | Andre Bogus | -0/+39 |
| 2019-09-03 | Fix `map_entry` false positive | Yuki Okushi | -0/+7 |
| 2019-09-03 | Fix `too_many_lines` false positive | Michael Wright | -1/+2 |