about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2021-02-23Update custom_ice_message.stderrSamuel E. Moelius III-1/+1
2021-02-23Fix versioncheck testSamuel E. Moelius III-6/+6
2021-02-23Improve testsSamuel E. Moelius III-11/+14
2021-02-23Auto merge of #6573 - Jarcho:option_match_map, r=llogiqbors-0/+350
2021-02-22Auto merge of #6769 - Y-Nak:inconsistent-struct-constructor, r=matthiaskrgrbors-0/+146
2021-02-21Fix dogfood errorsJason Newcomb-16/+34
2021-02-21Add: option_manual_map lintJason Newcomb-0/+332
2021-02-21Auto merge of #6771 - MortenLohne:master, r=flip1995bors-2/+13
2021-02-21Auto merge of #6770 - ThibsG:PostfixEnumVariant, r=flip1995bors-1/+38
2021-02-21Auto merge of #6754 - camsteffen:spanlesseq-res, r=flip1995bors-5/+13
2021-02-21Fix FP in inherent_to_string when the function has generic parametersMorten Lohne-2/+13
2021-02-21New lint: inconsistent_struct_constructorYoshitomo Nakanishi-0/+146
2021-02-20Fix camel case postfix for `enum_variant_names` lintThibsG-1/+38
2021-02-20Auto merge of #6717 - booleancoercion:master, r=llogiqbors-0/+104
2021-02-19Updated from_str_radix_10 sugg to be slightly smarter and ran blessbool-2/+11
2021-02-19collapsible_match: fix lint message capitalizationMatthias Krüger-45/+45
2021-02-18Auto merge of #6665 - pag4k:unnecessary_wraps_bug_6640, r=camsteffenbors-6/+103
2021-02-18Changed fn body suggestion msgPierre-Andre Gagnon-7/+25
2021-02-18Fix FP of result_unit_err when using type aliasesYoshitomo Nakanishi-8/+33
2021-02-17Added detailled suggs for new casePierre-Andre Gagnon-11/+51
2021-02-17Teach SpanlessEq binding IDsCameron Steffen-5/+13
2021-02-16Auto merge of #6662 - Y-Nak:default-numeric-fallback, r=flip1995bors-0/+283
2021-02-16Change to span_lint_and_sugg from span_lint_and_helpYoshitomo Nakanishi-71/+24
2021-02-16Handle struct ctor caseYoshitomo Nakanishi-5/+96
2021-02-15Upgrade compiletest-rs to 0.6 and tester to 0.9Philipp Hansch-8/+8
2021-02-15Add more tests for default_numeric_fallbackYoshitomo Nakanishi-62/+168
2021-02-15Add some restrictions to default_numeric_fallback to avoid FNsYoshitomo Nakanishi-5/+85
2021-02-14Auto merge of #6741 - ThibsG:BlockInIfConditions1141, r=flip1995bors-1/+10
2021-02-14Do not lint when the closure is called using an iteratorThibsG-1/+10
2021-02-14Auto merge of #6701 - camsteffen:collapsible-if, r=flip1995bors-0/+32
2021-02-14Auto merge of #6697 - camsteffen:vec-init-push-fp, r=flip1995bors-1/+26
2021-02-14Add minimal reproducer for ICE in #6179Yoshitomo Nakanishi-0/+21
2021-02-13Made parens addition smarter and added tests with blessboolean_coercion-11/+36
2021-02-12Auto merge of #6700 - daxpedda:panics-doc-unreachable, r=llogiqbors-1/+47
2021-02-12Fixed typos and updated to matches! where applicableboolean_coercion-5/+5
2021-02-12Ran bless and rustfmtboolean_coercion-1/+35
2021-02-12Changed applicability to MaybeIncorrect because of surrounding bracesboolean_coercion-0/+3
2021-02-12Implemented majority of from_str_radix_10boolean_coercion-2/+30
2021-02-12Added boilerplateboolean_coercion-0/+5
2021-02-12Auto merge of #6179 - flip1995:rewrite_use_self, r=phanschbors-77/+511
2021-02-11Merge remote-tracking branch 'upstream/master' into rustupflip1995-27/+648
2021-02-11Auto merge of #6650 - daxpedda:cargo-common-metadata-publish, r=flip1995bors-1/+82
2021-02-10Add test for checking a combination of unreachable and panic.daxpedda-1/+42
2021-02-10Auto merge of #6657 - ThibsG:FromIterParens, r=llogiqbors-10/+165
2021-02-10Auto merge of #6695 - TaKO8Ki:add-bytes-nth, r=phanschbors-0/+44
2021-02-10Don't trigger use_self in macrosflip1995-56/+60
2021-02-10Update test filesflip1995-92/+208
2021-02-10use_self - fix issue with `hir_ty_to_ty`Tim Nielens-126/+56
2021-02-10rework use_self impl based on ty::Ty comparisonTim Nielens-90/+474
2021-02-10add some test casesTakayuki Maeda-14/+24