| Age | Commit message (Expand) | Author | Lines |
| 2019-05-18 | Turn off two tests broken due to #4108 | Oliver Scherer | -16/+7 |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -1160/+686 |
| 2019-05-17 | Merge remote-tracking branch 'origin/beta1.35' into backport-merge | Manish Goregaokar | -1/+1 |
| 2019-05-17 | Merge remote-tracking branch 'origin/rust-1.34.1' into HEAD | Manish Goregaokar | -0/+0 |
| 2019-05-17 | Merge remote-tracking branch 'origin/rust-1.31.0' into HEAD | Manish Goregaokar | -1/+1 |
| 2019-05-17 | Merge remote-tracking branch 'origin/beta_backport' into HEAD | Manish Goregaokar | -0/+0 |
| 2019-05-17 | Auto merge of #4104 - Manishearth:beta-backports, r=flip1995 | bors | -56/+56 |
| 2019-05-17 | Don't require rustfmt on beta | Oliver Scherer | -25/+0 |
| 2019-05-17 | Don't run dogfood on windows | Oliver Scherer | -3/+2 |
| 2019-05-17 | Backport #4101 | Manish Goregaokar | -28/+54 |
| 2019-05-17 | Collect at callsite, use eprintln instead of println | Philipp Hansch | -4/+3 |
| 2019-05-16 | Add a stderr file length check to clippy_dev | Philipp Hansch | -2/+66 |
| 2019-05-16 | Auto merge of #4101 - mikerite:redundant_closures_for_method_calls, r=Manishe... | bors | -21/+56 |
| 2019-05-16 | Also rename the lint in test files | flip1995 | -5/+5 |
| 2019-05-16 | Add known problems | Manish Goregaokar | -0/+4 |
| 2019-05-16 | Rename to redundant_closure_for_method_calls | Manish Goregaokar | -5/+5 |
| 2019-05-16 | Add test for multiple same arms lints | Vincent Dal Maso | -40/+44 |
| 2019-05-16 | Fix match_same_arms to fail late | Vincent Dal Maso | -37/+74 |
| 2019-05-16 | Split redundant_closure lint | Michael Wright | -21/+52 |
| 2019-05-15 | Add macro check for unreadable_literal lint | flip1995 | -15/+36 |
| 2019-05-15 | Auto merge of #4066 - rust-lang:hash, r=Manishearth | bors | -101/+21 |
| 2019-05-14 | Fix dogfood errors | flip1995 | -25/+8 |
| 2019-05-14 | Also hash mem::discriminant in hash_stmt | flip1995 | -0/+2 |
| 2019-05-14 | mem::discriminant trumps manual discriminant hashing | Oliver Scherer | -76/+2 |
| 2019-05-14 | Auto merge of #4095 - flip1995:mscn_test, r=phansch | bors | -0/+5 |
| 2019-05-14 | Properly hash enums | Oliver Scherer | -1/+10 |
| 2019-05-14 | Add test for #3198 | flip1995 | -0/+5 |
| 2019-05-14 | Auto merge of #4084 - mikerite:fix-4019, r=oli-obk | bors | -47/+100 |
| 2019-05-14 | Auto merge of #4093 - rust-lang:rustup, r=oli-obk | bors | -725/+1261 |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -208/+241 |
| 2019-05-14 | Clippy dogfood | Oliver Scherer | -6/+7 |
| 2019-05-14 | Update for compiletest changes | Oliver Scherer | -1/+1 |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -700/+1206 |
| 2019-05-13 | Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12) | Manish Goregaokar | -10/+6 |
| 2019-05-12 | Auto merge of #4089 - flip1995:id_conv_reg_test, r=Manishearth | bors | -7/+18 |
| 2019-05-12 | Add regression test for identity_conversion FP | flip1995 | -7/+18 |
| 2019-05-12 | Auto merge of #4087 - phansch:move_tests, r=matthiaskrgr | bors | -121/+126 |
| 2019-05-12 | UI test cleanup: Extract many_single_char_names tests | Philipp Hansch | -121/+126 |
| 2019-05-12 | Auto merge of #4085 - phansch:empty_loop_tests, r=matthiaskrgr | bors | -0/+83 |
| 2019-05-12 | Add tests for empty_loop lint | Philipp Hansch | -0/+83 |
| 2019-05-12 | Auto merge of #4082 - Manishearth:macro-check-split, r=oli-obk | bors | -118/+133 |
| 2019-05-12 | Fix comments; minor refactoring | Michael Wright | -3/+4 |
| 2019-05-12 | Fix #4019 | Michael Wright | -28/+80 |
| 2019-05-12 | Move ctor tests from methods.rs to or_fun_calls.rs | Michael Wright | -18/+18 |
| 2019-05-11 | Add in_macro again | Manish Goregaokar | -7/+11 |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -121/+132 |
| 2019-05-11 | Auto merge of #4080 - rust-lang:rustup, r=oli-obk | bors | -104/+136 |
| 2019-05-10 | Start handling desugarings in author lint | Manish Goregaokar | -1/+64 |
| 2019-05-10 | Ignore desugarings in macro checks | Manish Goregaokar | -6/+21 |
| 2019-05-10 | Add IfDesugar to desugaring_name | Manish Goregaokar | -0/+4 |