| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Auto merge of #3772 - flip1995:ice-3719, r=Manishearth | bors | -35/+50 |
| 2019-02-25 | Auto merge of #3805 - martinsp:ice-3747, r=Manishearth | bors | -3/+3 |
| 2019-02-25 | fix: replace wrong id | ljedrz | -1/+1 |
| 2019-02-25 | Make DiagnosticWrapper private | Philipp Hansch | -1/+1 |
| 2019-02-24 | HirIdify some lints | ljedrz | -126/+130 |
| 2019-02-24 | Auto merge of #3810 - phansch:refactor/extract_module, r=flip1995 | bors | -143/+208 |
| 2019-02-24 | Auto merge of #3790 - ljedrz:HirIdify_intravisit, r=phansch | bors | -46/+49 |
| 2019-02-24 | fix formatting | ljedrz | -21/+15 |
| 2019-02-24 | Extract diagnostics module and document some functions | Philipp Hansch | -199/+208 |
| 2019-02-24 | Document some `span_lint_*` util functions | Philipp Hansch | -0/+56 |
| 2019-02-24 | Fix `useless_format` suggestions | Michael Wright | -17/+23 |
| 2019-02-23 | Fix ICE #3747 | Martins Polakovs | -3/+3 |
| 2019-02-22 | Remove unneeded visitor class | Michael Wright | -40/+4 |
| 2019-02-21 | Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obk | bors | -46/+71 |
| 2019-02-21 | Fix `boxed_local` suggestion | Michael Wright | -3/+39 |
| 2019-02-20 | Fixed formatting and typo | bzzzz | -11/+8 |
| 2019-02-20 | Auto merge of #3781 - uniphil:write_with_newline_false_positive, r=oli-obk | bors | -16/+39 |
| 2019-02-20 | partially HirIdify lints | ljedrz | -43/+52 |
| 2019-02-20 | Auto merge of #3779 - mikerite:fix-3704, r=phansch | bors | -18/+27 |
| 2019-02-20 | Make needless_range_loop not applicable to structures without iter method | bzzzz | -42/+70 |
| 2019-02-19 | Document the new `Sugg` functions | flip1995 | -0/+3 |
| 2019-02-19 | Fix ice-3719 | flip1995 | -2/+4 |
| 2019-02-19 | Implement Sugg::hir_with_macro_callsite | flip1995 | -33/+43 |
| 2019-02-19 | Auto merge of #3776 - notriddle:drop-bounds, r=oli-obk | bors | -0/+84 |
| 2019-02-19 | Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) | Manish Goregaokar | -15/+15 |
| 2019-02-18 | Add more descriptive details | Michael Howell | -0/+8 |
| 2019-02-18 | Check {print,write}_with_newline for literal newline | phil | -3/+10 |
| 2019-02-18 | Fix Binding for rustc update | Daniel Wagner-Hall | -1/+1 |
| 2019-02-18 | Restore tests | Daniel Wagner-Hall | -0/+4 |
| 2019-02-18 | wildcard_enum_match_arm gives suggestions | Daniel Wagner-Hall | -12/+81 |
| 2019-02-18 | Don't fail for raw string ending in \n | phil | -15/+31 |
| 2019-02-18 | Format `transmute_from_int_to_float` docs | Eduardo Pinho | -1/+2 |
| 2019-02-18 | Update why transmute_int_to_float is bad | Eduardo Pinho | -1/+1 |
| 2019-02-18 | Format | Michael Wright | -1/+5 |
| 2019-02-17 | Add a lint to warn on `T: Drop` bounds | Michael Howell | -0/+76 |
| 2019-02-18 | Improve `iter_cloned_collect` suggestions | Michael Wright | -18/+23 |
| 2019-02-17 | Add a semicolon as suggested | Timo | -1/+1 |
| 2019-02-17 | Fix typo in documentation for float_cmp_const lint | Timo | -1/+1 |
| 2019-02-17 | Fix ICE #3717 | flip1995 | -0/+2 |
| 2019-02-14 | Fix breakage from rust-lang/rust#58296 | flip1995 | -2/+2 |
| 2019-02-14 | Fix breakage due to rust-lang/rust#58167 | Michael Wright | -4/+5 |
| 2019-02-13 | Rustup | flip1995 | -10/+9 |
| 2019-02-12 | Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obk | bors | -50/+134 |
| 2019-02-12 | Auto merge of #3757 - mikerite:fix-2542, r=oli-obk | bors | -7/+23 |
| 2019-02-11 | Auto merge of #3758 - phansch:document_macro, r=flip1995 | bors | -2/+62 |
| 2019-02-11 | Update comment regarding crate level cfg_attr | Philipp Hansch | -2/+2 |
| 2019-02-11 | Document some more core functions | Philipp Hansch | -0/+15 |
| 2019-02-11 | Document `declare_clippy_lint` macro | Philipp Hansch | -2/+47 |
| 2019-02-11 | Fix `needless_range_loop` bad suggestion | Michael Wright | -7/+23 |
| 2019-02-10 | Auto merge of #3744 - phansch:fix3144, r=oli-obk | bors | -1/+1 |