about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-06-12redundant_closure_for_method_calls fixes:Grzegorz-0/+38
2019-06-10Workaround for rust-lang/rustfmt#3615Alexander Shabalin-2/+2
2019-06-10Fixing eta with respect to lazy evaluation.Alexander Shabalin-15/+17
2019-06-08Add OUTER_EXPN_INFO lintMichael Wright-0/+38
2019-06-06Auto merge of #4136 - euclio:println-writeln-suggestions, r=flip1995bors-28/+96
2019-06-02Fix .map(..).unwrap_or_else(..) bad suggestionMichael Wright-9/+24
2019-06-01Fix ellipsis_inclusive_range_patterns lint warningsPhilipp Hansch-23/+23
2019-05-30add suggestions for print/write with newline lintAndy Russell-28/+96
2019-05-30Auto merge of #4113 - rust-lang:author, r=flip1995bors-7/+53
2019-05-30Rustup to https://github.com/rust-lang/rust/pull/61203Philipp Hansch-38/+38
2019-05-28Don't rustfmt author testOliver Scherer-1/+2
2019-05-28Fix `Block` dump in author lintOliver Scherer-7/+52
2019-05-28Auto merge of #4071 - matthiaskrgr:sizeof, r=flip1995bors-34/+40
2019-05-27Auto merge of #4137 - euclio:let-return, r=oli-obkbors-15/+20
2019-05-27Auto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995bors-50/+192
2019-05-27Rollup merge of #4119 - BO41:non_ascii_literal, r=flip1995Philipp Krones-6/+0
2019-05-27Rollup merge of #4102 - Urriel:fix/4096_match_same_arms, r=flip1995Philipp Krones-44/+192
2019-05-27Auto merge of #3832 - HarrisonMc555:use_last, r=flip1995bors-0/+72
2019-05-24tweak `let_and_return` diagnosticAndy Russell-15/+20
2019-05-24Rustup to https://github.com/rust-lang/rust/pull/59545Philipp Hansch-13/+13
2019-05-23trivially_copy_pass_by_ref: print size of type and limit in the lint messageMatthias Krüger-34/+40
2019-05-23Rustup to https://github.com/rust-lang/rust/pull/60965Philipp Hansch-1/+1
2019-05-23tests: update needless_bool test stderrMatthias Krüger-1/+1
2019-05-21Fix breaking testsVincent Dal Maso-32/+79
2019-05-21Add the common case searchVincent Dal Maso-23/+120
2019-05-20Implement get_last_with_len lintHarrison McCullough-0/+72
2019-05-20Lifetimes UI test cleanupPhilipp Hansch-19/+19
2019-05-20Fix tests and make other ascii lints auto-fixableBO41-6/+0
2019-05-20Revert "Turn off two tests broken due to #4108"Oliver Scherer-7/+16
2019-05-20Auto merge of #4088 - pJunger:check1, r=oli-obkbors-0/+264
2019-05-19Fix compile-test from forcing a rebuild.Eric Huss-4/+2
2019-05-19Auto merge of #4107 - taiki-e:useless_attribute, r=flip1995bors-2/+15
2019-05-19Auto merge of #4099 - flip1995:ul_4094, r=oli-obkbors-9/+29
2019-05-18Added suggestion for conversion with is_ok.pJunger-24/+134
2019-05-18Added lint for TryFrom for checked integer conversion rust-lang#3947.pJunger-0/+154
2019-05-18useless_attribute: Add unreachable_pub to whitelistsTaiki Endo-2/+15
2019-05-18Turn off two tests broken due to #4108Oliver Scherer-16/+7
2019-05-16Also rename the lint in test filesflip1995-5/+5
2019-05-16Add test for multiple same arms lintsVincent Dal Maso-40/+44
2019-05-16Split redundant_closure lintMichael Wright-18/+28
2019-05-15Add macro check for unreadable_literal lintflip1995-9/+29
2019-05-14Auto merge of #4095 - flip1995:mscn_test, r=phanschbors-0/+5
2019-05-14Add test for #3198flip1995-0/+5
2019-05-14Auto merge of #4084 - mikerite:fix-4019, r=oli-obkbors-34/+48
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-12Fix #4019Michael Wright-16/+30