about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-05-18Turn off two tests broken due to #4108Oliver Scherer-16/+7
2019-05-17Prevent symbocalypseOliver Scherer-1160/+686
2019-05-17Merge remote-tracking branch 'origin/beta1.35' into backport-mergeManish Goregaokar-1/+1
2019-05-17Merge remote-tracking branch 'origin/rust-1.34.1' into HEADManish Goregaokar-0/+0
2019-05-17Merge remote-tracking branch 'origin/rust-1.31.0' into HEADManish Goregaokar-1/+1
2019-05-17Merge remote-tracking branch 'origin/beta_backport' into HEADManish Goregaokar-0/+0
2019-05-17Auto merge of #4104 - Manishearth:beta-backports, r=flip1995bors-56/+56
2019-05-17Don't require rustfmt on betaOliver Scherer-25/+0
2019-05-17Don't run dogfood on windowsOliver Scherer-3/+2
2019-05-17Backport #4101Manish Goregaokar-28/+54
2019-05-17Collect at callsite, use eprintln instead of printlnPhilipp Hansch-4/+3
2019-05-16Add a stderr file length check to clippy_devPhilipp Hansch-2/+66
2019-05-16Auto merge of #4101 - mikerite:redundant_closures_for_method_calls, r=Manishe...bors-21/+56
2019-05-16Also rename the lint in test filesflip1995-5/+5
2019-05-16Add known problemsManish Goregaokar-0/+4
2019-05-16Rename to redundant_closure_for_method_callsManish Goregaokar-5/+5
2019-05-16Add test for multiple same arms lintsVincent Dal Maso-40/+44
2019-05-16Fix match_same_arms to fail lateVincent Dal Maso-37/+74
2019-05-16Split redundant_closure lintMichael Wright-21/+52
2019-05-15Add macro check for unreadable_literal lintflip1995-15/+36
2019-05-15Auto merge of #4066 - rust-lang:hash, r=Manishearthbors-101/+21
2019-05-14Fix dogfood errorsflip1995-25/+8
2019-05-14Also hash mem::discriminant in hash_stmtflip1995-0/+2
2019-05-14mem::discriminant trumps manual discriminant hashingOliver Scherer-76/+2
2019-05-14Auto merge of #4095 - flip1995:mscn_test, r=phanschbors-0/+5
2019-05-14Properly hash enumsOliver Scherer-1/+10
2019-05-14Add test for #3198flip1995-0/+5
2019-05-14Auto merge of #4084 - mikerite:fix-4019, r=oli-obkbors-47/+100
2019-05-14Auto merge of #4093 - rust-lang:rustup, r=oli-obkbors-725/+1261
2019-05-14Rustfmt all the thingsOliver Scherer-208/+241
2019-05-14Clippy dogfoodOliver Scherer-6/+7
2019-05-14Update for compiletest changesOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-700/+1206
2019-05-13Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12)Manish Goregaokar-10/+6
2019-05-12Auto merge of #4089 - flip1995:id_conv_reg_test, r=Manishearthbors-7/+18
2019-05-12Add regression test for identity_conversion FPflip1995-7/+18
2019-05-12Auto merge of #4087 - phansch:move_tests, r=matthiaskrgrbors-121/+126
2019-05-12UI test cleanup: Extract many_single_char_names testsPhilipp Hansch-121/+126
2019-05-12Auto merge of #4085 - phansch:empty_loop_tests, r=matthiaskrgrbors-0/+83
2019-05-12Add tests for empty_loop lintPhilipp Hansch-0/+83
2019-05-12Auto merge of #4082 - Manishearth:macro-check-split, r=oli-obkbors-118/+133
2019-05-12Fix comments; minor refactoringMichael Wright-3/+4
2019-05-12Fix #4019Michael Wright-28/+80
2019-05-12Move ctor tests from methods.rs to or_fun_calls.rsMichael Wright-18/+18
2019-05-11Add in_macro againManish Goregaokar-7/+11
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-121/+132
2019-05-11Auto merge of #4080 - rust-lang:rustup, r=oli-obkbors-104/+136
2019-05-10Start handling desugarings in author lintManish Goregaokar-1/+64
2019-05-10Ignore desugarings in macro checksManish Goregaokar-6/+21
2019-05-10Add IfDesugar to desugaring_nameManish Goregaokar-0/+4