about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2020-01-30Split up `match` ui testYuki Okushi-346/+177
2020-01-30Add test and update reference.xiongmao86-0/+34
2020-01-27Split up `non_copy_const` ui testYuki Okushi-300/+335
2020-01-26Auto merge of #5084 - JohnTitor:clean-up-span-lint, r=flip1995bors-26/+69
2020-01-26Resolve FIXME: String::new is now a const fnPhilipp Hansch-7/+6
2020-01-26Apply review commentsYuki Okushi-26/+26
2020-01-25Auto merge of #5083 - Areredify:issue-4399, r=flip1995bors-1/+20
2020-01-25dont fire possible_missing_comma if intendation is presentMikhail Babenko-1/+20
2020-01-25Auto merge of #5081 - Areredify:vec_box_threshold, r=flip1995bors-6/+48
2020-01-25add size parameter for lintMikhail Babenko-6/+48
2020-01-25Split up `match_same_arms` ui testYuki Okushi-222/+219
2020-01-24Auto merge of #5087 - Areredify:issue-4905, r=phanschbors-1/+1
2020-01-24Auto merge of #5086 - Areredify:issue-3746, r=phanschbors-0/+22
2020-01-24don't fire empty_loop in no_std cratesMikhail Babenko-0/+22
2020-01-24improve empty_enum documentationMikhail Babenko-1/+1
2020-01-24Split up `needless_range_loop` ui testYuki Okushi-189/+194
2020-01-24Update stderrsYuki Okushi-26/+69
2020-01-24Auto merge of #5027 - sinkuu:vectored_io, r=phanschbors-5/+23
2020-01-23Auto merge of #5082 - Areredify:issue-4980, r=flip1995bors-12/+19
2020-01-23disable let_underscore_must_use in external macrosMikhail Babenko-12/+19
2020-01-23add `option_as_ref_deref` lintAreredify-0/+171
2020-01-22Ignore macros with `!` operators in `eq_op`Yuki Okushi-0/+9
2020-01-21Auto merge of #5068 - JohnTitor:split-up-transmute, r=phanschbors-213/+218
2020-01-21Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=ph...bors-0/+39
2020-01-20Auto merge of #5067 - JohnTitor:lint-skip-while-next, r=flip1995bors-0/+56
2020-01-20Auto merge of #5070 - JohnTitor:suspicious-map-doc, r=flip1995bors-1/+1
2020-01-20Apply review commentYuki Okushi-2/+5
2020-01-20Improve `suspicious_map`documentationYuki Okushi-1/+1
2020-01-20Tweak wording in `assertions_on_constants`Yuki Okushi-1/+1
2020-01-20Split up `transmute` ui testYuki Okushi-213/+218
2020-01-20Add `skip_while_next` lintYuki Okushi-0/+53
2020-01-19Auto merge of #5056 - rust-lang:dissasociate-mut-key, r=flip1995bors-5/+31
2020-01-19Avoid mut_key on types of unknown layoutAndre Bogus-5/+31
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