| Age | Commit message (Expand) | Author | Lines |
| 2019-04-18 | Auto merge of #3978 - phansch:rustfix_len_zero, r=flip1995 | bors | -163/+367 |
| 2019-04-18 | Auto merge of #3954 - andrehjr:add-lint-path-buf-overwrite, r=flip1995 | bors | -0/+24 |
| 2019-04-18 | Add lint PathBufPushOverwrite | André Luis Leal Cardoso Junior | -0/+24 |
| 2019-04-18 | Auto merge of #3985 - phansch:move_some_cast_tests, r=flip1995 | bors | -51/+56 |
| 2019-04-18 | Update *.stderr file | flip1995 | -10/+10 |
| 2019-04-18 | Add test for debug_assert!(false) | flip1995 | -0/+2 |
| 2019-04-18 | Auto merge of #3987 - phansch:rustfix_option_map_or_none, r=flip1995 | bors | -54/+73 |
| 2019-04-18 | Add run-rustfix for option_map_or_none lint | Philipp Hansch | -54/+73 |
| 2019-04-18 | Move two cast_lossless tests to their correct files | Philipp Hansch | -51/+56 |
| 2019-04-17 | Add tests for declare_lint_pass and impl_lint_pass | Matthew Kraai | -3/+8 |
| 2019-04-17 | Auto merge of #3966 - flip1995:internal_lints, r=oli-obk | bors | -56/+0 |
| 2019-04-17 | Auto merge of #3977 - phansch:add_rustfix_bool_comparison, r=flip1995 | bors | -14/+129 |
| 2019-04-17 | Auto merge of #3976 - phansch:deref_addrof_rustfix, r=flip1995 | bors | -44/+94 |
| 2019-04-16 | Add run-rustfix for len_zero lint | Philipp Hansch | -163/+367 |
| 2019-04-16 | Add run-rustfix for bool_comparison lint | Philipp Hansch | -14/+129 |
| 2019-04-16 | Add run-rustfix for deref_addrof lint | Philipp Hansch | -44/+94 |
| 2019-04-15 | Only suggest .copied() for Option right now | Manish Goregaokar | -17/+23 |
| 2019-04-15 | Also suggest .copied() when .clone() is called on a Copy type | Manish Goregaokar | -2/+10 |
| 2019-04-15 | Suggest .copied() instead of .cloned() in map_clone when dealing with references | Manish Goregaokar | -10/+12 |
| 2019-04-15 | Remove clippy::default_hash_types internal lint | flip1995 | -56/+0 |
| 2019-04-13 | Rust upgrade to rustc 1.35.0-nightly (00856722b 2019-04-13) | Manish Goregaokar | -7/+6 |
| 2019-04-12 | Auto merge of #3946 - rchaser53:issue-3920, r=flip1995 | bors | -8/+24 |
| 2019-04-13 | fix format does not parse escaped braces error | rchaser53 | -8/+24 |
| 2019-04-11 | UI test cleanup: Extract iter_nth tests | Philipp Hansch | -99/+112 |
| 2019-04-11 | UI test cleanup: Extract or_fun_call tests | Philipp Hansch | -146/+154 |
| 2019-04-10 | Auto merge of #3931 - phansch:3891, r=flip1995 | bors | -0/+13 |
| 2019-04-10 | Auto merge of #3933 - phansch:add_rustfix_eta, r=oli-obk | bors | -11/+148 |
| 2019-04-10 | Add // run-rustfix for eta.rs test | Philipp Hansch | -11/+148 |
| 2019-04-10 | Don't emit useless_attribute lint in external macros | Philipp Hansch | -2/+29 |
| 2019-04-09 | Auto merge of #3925 - phansch:3741, r=flip1995 | bors | -0/+49 |
| 2019-04-08 | Fix ICE in decimal_literal_representation lint | Philipp Hansch | -0/+13 |
| 2019-04-08 | Remove force-host and explain no-prefer-dynamic | Philipp Hansch | -1/+4 |
| 2019-04-08 | Escape a single quote in single_char_pattern hint | Klemen Košir | -3/+19 |
| 2019-04-08 | Auto merge of #3921 - euclio:single-char-names-multispan, r=flip1995 | bors | -17/+79 |
| 2019-04-08 | Auto merge of #3848 - felix91gr:null_transmute, r=flip1995 | bors | -0/+53 |
| 2019-04-08 | Auto merge of #3901 - rail-rain:issue_1670, r=flip1995 | bors | -9/+24 |
| 2019-04-07 | Re-allow clippy::identity_conversion in compiletest | Manish Goregaokar | -0/+1 |
| 2019-04-07 | Revert tests/compile-test.rs to 61aa5c957c219abe1fb2d1b5e51db8b365b4f565 | Manish Goregaokar | -38/+9 |
| 2019-04-07 | Fix ICE in suspicious_else_formatting | Philipp Hansch | -0/+46 |
| 2019-04-07 | Merge pull request #3918 from matthiaskrgr/typos | Matthias Krüger | -2/+2 |
| 2019-04-05 | use a multispan for MANY_SINGLE_CHAR_NAMES | Andy Russell | -17/+79 |
| 2019-04-05 | Add missing `// run-pass` annotations to ICE tests | Philipp Hansch | -0/+60 |
| 2019-04-04 | NFC: fix typos | Matthias Krüger | -2/+2 |
| 2019-04-02 | Add TransmutingNull Lint | Félix Fischer | -0/+53 |
| 2019-04-01 | Run rustfmt | flip1995 | -1/+1 |
| 2019-04-01 | Set level of identity_conversion FP to warn | flip1995 | -0/+1 |
| 2019-04-01 | Rustup to https://github.com/rust-lang/rust/pull/58805 | Philipp Hansch | -7/+9 |
| 2019-04-01 | Fix question_mark lint+test | flip1995 | -0/+63 |
| 2019-03-28 | use `span_lint_and_sugg` in `explicit_counter_loop` | rail | -10/+10 |
| 2019-03-26 | Fix some test failures | Félix Fischer | -4/+4 |