about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2020-01-19Auto merge of #5032 - JohnTitor:add-sugg-some-result, r=flip1995bors-38/+95
2020-01-19Treat more strange patternYuki Okushi-3/+3
2020-01-19Split up `if_same_then_else` ui testYuki Okushi-280/+279
2020-01-19Apply review commentsYuki Okushi-19/+15
2020-01-19Reduce span rangeYuki Okushi-8/+2
2020-01-19Rename `ok_if_let` to `if_let_some_result`Yuki Okushi-2/+2
2020-01-19Apply review commentsYuki Okushi-8/+6
2020-01-19Add suggestion in `if_let_some_result`Yuki Okushi-6/+75
2020-01-18Auto merge of #5065 - matthiaskrgr:rustup_28, r=matthiaskrgrbors-3/+1
2020-01-18rustup https://github.com/rust-lang/rust/pull/67712Matthias Krüger-3/+1
2020-01-18Auto merge of #5046 - JohnTitor:order-nonminimal-bool, r=flip1995bors-264/+338
2020-01-18Allow `unused_self` lint at the function levelYuki Okushi-0/+18
2020-01-16Auto merge of #4994 - bradsherman:new_lint_gen, r=flip1995bors-0/+49
2020-01-16Update custom_ice_message.stderrflip1995-1/+1
2020-01-15Add lint for default lint descriptionBrad Sherman-0/+49
2020-01-15Auto merge of #5034 - ThibsG:MatchWildErrArmImprove5024, r=flip1995bors-21/+78
2020-01-14Omit doc safety/errors header checking for mainAndre Bogus-1/+3
2020-01-14Split up `booleans` ui testYuki Okushi-305/+337
2020-01-13Auto merge of #4543 - xiongmao86:issue4503, r=flip1995bors-1/+51
2020-01-14Fix the ordering on `nonminimal_bool`Yuki Okushi-27/+69
2020-01-13Auto merge of #5033 - JohnTitor:split-use-self, r=flip1995bors-332/+342
2020-01-13Change note messageThibsG-8/+8
2020-01-13Better binding name on Err for noteThibsG-1/+1
2020-01-13Match underscore-prefixed variable alsoThibsG-15/+72
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-5/+8
2020-01-12Fix grammar error.xiongmao86-1/+1
2020-01-12Change lint message.xiongmao86-3/+3
2020-01-12Extend spans to include !.xiongmao86-2/+2
2020-01-12Fix lint warning in compile-test.rsxiongmao86-1/+1
2020-01-12format codebase.xiongmao86-1/+1
2020-01-12Add lint logic.xiongmao86-0/+27
2020-01-12Add test.xiongmao86-0/+23
2020-01-12Split up `use_self` ui testYuki Okushi-332/+342
2020-01-12Comment out half-open patterns' testsYuki Okushi-25/+4
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-5/+3
2020-01-11Apply review commentsYuki Okushi-11/+48
2020-01-10Split up `missing-doc` ui testYuki Okushi-202/+214
2020-01-09Add memory fence tests for `invalid_atomic_ordering`Krishna Sai Veera Reddy-0/+39
2020-01-09Lint vectored IO in unused_io_amount lintShotaro Yamada-5/+23
2020-01-09Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995bors-7/+90
2020-01-08Auto merge of #5022 - flip1995:useless_attr, r=phanschbors-4/+77
2020-01-08Add regression test for useless_attribute lintflip1995-4/+77
2020-01-08Auto merge of #5017 - sinkuu:mir_no_opt_fallout, r=flip1995bors-3/+27
2020-01-08Normalize lint messages in cast_precision_lossYuki Okushi-17/+17
2020-01-08Fix `redundant_clone`Shotaro Yamada-3/+27
2020-01-07Span help without suggestionThibsG-48/+15
2020-01-07Change lint name to WILDCARD_IN_OR_PATTERNSThibsG-9/+9
2020-01-07Handle case for non-exhaustive enumsThibsG-8/+8
2020-01-07Move to complexity and adapt testThibsG-7/+19
2020-01-07New lint: pats_with_wild_match_armThibsG-0/+104