| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Auto merge of #3772 - flip1995:ice-3719, r=Manishearth | bors | -2/+41 |
| 2019-02-25 | Auto merge of #3805 - martinsp:ice-3747, r=Manishearth | bors | -0/+17 |
| 2019-02-24 | Add a test for #2526 | mcarton | -0/+18 |
| 2019-02-24 | Fix `useless_format` suggestions | Michael Wright | -34/+80 |
| 2019-02-23 | Fix ICE #3747 | Martins Polakovs | -0/+17 |
| 2019-02-22 | Auto merge of #3795 - mikerite:test-rustfmt, r=phansch | bors | -74/+126 |
| 2019-02-22 | rustfmt tests/ui/methods.rs | Michael Wright | -74/+123 |
| 2019-02-22 | Add `#[rustfmt::skip]` to methods tests | Michael Wright | -39/+42 |
| 2019-02-21 | Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obk | bors | -0/+19 |
| 2019-02-21 | Fix `boxed_local` suggestion | Michael Wright | -1/+27 |
| 2019-02-20 | Auto merge of #3781 - uniphil:write_with_newline_false_positive, r=oli-obk | bors | -4/+81 |
| 2019-02-20 | Auto merge of #3779 - mikerite:fix-3704, r=phansch | bors | -5/+33 |
| 2019-02-20 | Make needless_range_loop not applicable to structures without iter method | bzzzz | -0/+19 |
| 2019-02-20 | Format again | Michael Wright | -3/+3 |
| 2019-02-19 | Add test related to the ICE | flip1995 | -2/+41 |
| 2019-02-19 | Auto merge of #3776 - notriddle:drop-bounds, r=oli-obk | bors | -0/+24 |
| 2019-02-19 | Format again | Michael Wright | -1/+1 |
| 2019-02-18 | Fix formatting | Michael Howell | -4/+8 |
| 2019-02-18 | Check {print,write}_with_newline for literal newline | phil | -2/+62 |
| 2019-02-18 | Restore tests | Daniel Wagner-Hall | -81/+74 |
| 2019-02-18 | wildcard_enum_match_arm gives suggestions | Daniel Wagner-Hall | -46/+90 |
| 2019-02-18 | Add failing test for #3778 write_with_newline | phil | -3/+17 |
| 2019-02-17 | Add a lint to warn on `T: Drop` bounds | Michael Howell | -0/+20 |
| 2019-02-18 | Improve `iter_cloned_collect` suggestions | Michael Wright | -5/+33 |
| 2019-02-17 | Add failing test for #3778 write_with_newline | phil | -0/+3 |
| 2019-02-17 | Add test for ICE #3717 fix | flip1995 | -0/+26 |
| 2019-02-12 | Auto merge of #3756 - g-bartoszek:redundant-closure-for-methods, r=oli-obk | bors | -11/+111 |
| 2019-02-11 | Fix `needless_range_loop` bad suggestion | Michael Wright | -1/+16 |
| 2019-02-10 | test formatting | Grzegorz | -36/+44 |
| 2019-02-10 | Auto merge of #3754 - phansch:uicleanup, r=oli-obk | bors | -217/+223 |
| 2019-02-10 | Auto merge of #3744 - phansch:fix3144, r=oli-obk | bors | -27/+38 |
| 2019-02-10 | Auto merge of #3740 - flip1995:const_assert_macro, r=oli-obk | bors | -7/+27 |
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -5/+7 |
| 2019-02-10 | redundant closure implemented for closures containing method calls | Grzegorz | -6/+96 |
| 2019-02-10 | rustfmt | Philipp Hansch | -1/+1 |
| 2019-02-10 | UI test cleanup: Rename copies.rs to match_same_arms.rs | Philipp Hansch | -21/+21 |
| 2019-02-10 | UI test cleanup: Extract match_same_arms tests | Philipp Hansch | -479/+499 |
| 2019-02-10 | UI test cleanup: Extract similar_names tests | Philipp Hansch | -217/+223 |
| 2019-02-06 | Fix ICE in needless_pass_by_value lint | Philipp Hansch | -27/+38 |
| 2019-02-06 | Move run-pass tests to UI tests | Philipp Hansch | -25/+60 |
| 2019-02-05 | Add tests for assertion_on_constants macro check | flip1995 | -7/+27 |
| 2019-02-04 | Auto merge of #3725 - mikerite:fix-2728, r=phansch | bors | -37/+19 |
| 2019-02-03 | Merge branch 'master' into issue3721 | rhysd | -37/+355 |
| 2019-02-03 | use snippet for making a suggestion if possible | rhysd | -7/+22 |
| 2019-02-02 | Auto merge of #2857 - avborhanian:master, r=phansch | bors | -2/+249 |
| 2019-02-02 | add more test cases for dbg_macro rule | rhysd | -6/+69 |
| 2019-02-01 | Updating code to ignore rustfmt issue. | Unknown | -3/+4 |
| 2019-02-01 | Fix test broken by removing comment. | Unknown | -1/+1 |
| 2019-02-01 | Updating to just warn for one test. | Unknown | -2/+1 |
| 2019-02-01 | Adding back tests, but also reducing threshold by 1 | Unknown | -0/+179 |