| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | Auto merge of #4562 - phansch:wildcard_enum_match_rustfix, r=llogiq | bors | -5/+73 |
| 2019-09-21 | Add run-rustfix for wildcard_enum_match_arm lint | Philipp Hansch | -5/+73 |
| 2019-09-21 | Auto merge of #4558 - Manishearth:suggestions, r=phansch | bors | -224/+675 |
| 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 | -76/+379 |
| 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 | Auto merge of #4511 - rust-lang:replace_uninitialized, r=flip1995 | bors | -33/+171 |
| 2019-09-20 | deref_addrof_double_trigger: Note why rustfix can't be used | Manish Goregaokar | -4/+6 |
| 2019-09-20 | assign_ops: Remove MachineApplicable | Manish Goregaokar | -2/+2 |
| 2019-09-20 | new lint: mem-replace-with-uninit | Andre Bogus | -33/+171 |
| 2019-09-19 | Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995 | bors | -1/+20 |
| 2019-09-19 | Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995 | bors | -5/+6 |
| 2019-09-19 | Auto merge of #4535 - rust-lang:unsafe-doc, r=flip1995 | bors | -31/+133 |
| 2019-09-19 | New lint: Require `# Safety` section in pub unsafe fn docs | Andre Bogus | -31/+133 |
| 2019-09-19 | Auto merge of #4551 - mikerite:fix-ice-reporting, r=llogiq | bors | -63/+90 |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -63/+74 |
| 2019-09-18 | remove machine applicable suggestion explicit_write format #4542 | Josh Mcguigan | -1/+20 |
| 2019-09-18 | Add note about refactoring | mikerite | -0/+4 |
| 2019-09-17 | Add ICE regression test | flip1995 | -0/+15 |
| 2019-09-16 | Changes to catch_fatal_errors in rustc driver | Jason Olson | -1/+2 |
| 2019-09-15 | Changes cast-lossless to a pedantic lint | Jason Olson | -5/+6 |
| 2019-09-14 | Auto merge of #4513 - matthiaskrgr:dogdood_incrcomp, r=llogiq | bors | -6/+12 |
| 2019-09-14 | Auto merge of #4540 - jolson88:fix-place-projection, r=phansch | bors | -6/+5 |
| 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 | Auto merge of #4536 - matthiaskrgr:impl_lint_doc, r=flip1995 | bors | -15/+17 |
| 2019-09-12 | Auto merge of #4538 - mikerite:fix-3567, r=flip1995 | bors | -1/+45 |
| 2019-09-12 | Verify that issue #3567 is resolved | Michael Wright | -1/+45 |
| 2019-09-12 | Fix lint warnings | Michael Wright | -58/+63 |
| 2019-09-12 | Add `unneeded-wildcard-pattern` lint | Michael Wright | -3/+254 |
| 2019-09-11 | docs: fix broken link in adding_lints documantation | Matthias Krüger | -15/+17 |
| 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/+35 |
| 2019-09-11 | Auto merge of #4534 - matthiaskrgr:fmt_, r=flip1995 | bors | -20/+20 |
| 2019-09-11 | run rustfmt | Matthias Krüger | -20/+20 |
| 2019-09-10 | Auto merge of #4532 - rust-lang:integer-const, r=oli-obk | bors | -20/+98 |
| 2019-09-10 | New `is_integer_const` to check more const ints | Andre Bogus | -20/+98 |
| 2019-09-10 | Auto merge of #4525 - mikerite:use-self-constructor, r=phansch | bors | -35/+35 |
| 2019-09-10 | Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgr | bors | -1/+0 |
| 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/+54 |
| 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/+16 |
| 2019-09-09 | Auto merge of #4510 - lzutao:unsep-literals-regression-macro-attr, r=flip1995 | bors | -17/+33 |
| 2019-09-09 | Add a regression test for proc-macro attribute | Lzu Tao | -9/+26 |