| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Fix let_and_return lint | Andre Bogus | -0/+2 |
| 2019-09-23 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -2/+8 |
| 2019-09-22 | clippy::cargo_common_metadata: check for license-file | Cyril Plisko | -2/+8 |
| 2019-09-22 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -98/+235 |
| 2019-09-21 | Auto merge of #4558 - Manishearth:suggestions, r=phansch | bors | -3/+3 |
| 2019-09-21 | for_loop: Split test into fixable/unfixable, make needless_range_loop use upd... | Manish Goregaokar | -1/+1 |
| 2019-09-20 | assign_ops: Remove MachineApplicable | Manish Goregaokar | -2/+2 |
| 2019-09-20 | new lint: mem-replace-with-uninit | Andre Bogus | -31/+99 |
| 2019-09-19 | Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995 | bors | -1/+2 |
| 2019-09-19 | Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995 | bors | -3/+2 |
| 2019-09-19 | New lint: Require `# Safety` section in pub unsafe fn docs | Andre Bogus | -28/+85 |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -26/+39 |
| 2019-09-18 | remove machine applicable suggestion explicit_write format #4542 | Josh Mcguigan | -1/+2 |
| 2019-09-18 | Add note about refactoring | mikerite | -0/+4 |
| 2019-09-15 | Changes cast-lossless to a pedantic lint | Jason Olson | -3/+2 |
| 2019-09-13 | Convert to Place's new boxed slice projection | Jason Olson | -6/+5 |
| 2019-09-13 | Apply review suggestions | Michael Wright | -11/+3 |
| 2019-09-12 | Fix lint warnings | Michael Wright | -58/+63 |
| 2019-09-12 | Add `unneeded-wildcard-pattern` lint | Michael Wright | -1/+94 |
| 2019-09-11 | Auto merge of #4478 - tsurai:master, r=flip1995 | bors | -0/+8 |
| 2019-09-11 | run rustfmt | Matthias Krüger | -16/+20 |
| 2019-09-10 | Auto merge of #4532 - rust-lang:integer-const, r=oli-obk | bors | -16/+33 |
| 2019-09-10 | New `is_integer_const` to check more const ints | Andre Bogus | -16/+33 |
| 2019-09-10 | Auto merge of #4525 - mikerite:use-self-constructor, r=phansch | bors | -2/+2 |
| 2019-09-10 | Remove feature gate bind-by-move | Lzu Tao | -1/+0 |
| 2019-09-09 | Auto merge of #4527 - rust-lang:more-vec-diag-items, r=oli-obk | bors | -4/+4 |
| 2019-09-09 | Auto merge of #4522 - mikerite:fix-4514, r=phansch | bors | -25/+30 |
| 2019-09-09 | Changed more Vec paths to diagnostic_items | Andre Bogus | -4/+4 |
| 2019-09-09 | Auto merge of #4458 - flip1995:block_in_if_ext_macro, r=phansch | bors | -1/+4 |
| 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 | -2/+2 |
| 2019-09-09 | Merge branch 'master' into fix-4514 | Michael Wright | -133/+28 |
| 2019-09-09 | Use diagnostic item for | Andre Bogus | -24/+34 |
| 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 | -131/+25 |
| 2019-09-08 | Fix `or_fun_call` bad suggestion | Michael Wright | -25/+30 |
| 2019-09-06 | Auto merge of #4508 - rust-lang:reduced-symbolism, r=phansch | bors | -3/+2 |
| 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-05 | Auto merge of #4489 - JohnTitor:fix-redundant-pattern-false-positive, r=flip1995 | bors | -42/+43 |
| 2019-09-05 | Rustup "Minimize uses of `LocalInternedString`" | Lzu Tao | -28/+20 |
| 2019-09-04 | Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phansch | bors | -1/+2 |
| 2019-09-05 | Make it auto fixable lint | Yuki Okushi | -1/+4 |
| 2019-09-05 | Fix `redundant_pattern` false positive | Yuki Okushi | -42/+40 |
| 2019-09-04 | Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995 | bors | -1/+2 |
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -55/+19 |
| 2019-09-04 | Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995 | bors | -19/+29 |
| 2019-09-04 | use a structured suggestion for char-lit-as-u8 | Andy Russell | -19/+29 |
| 2019-09-04 | Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995 | bors | -0/+209 |