about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-08-29Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebankGuillaume Gomez-1/+13
2021-08-29Rollup merge of #88387 - ehuss:remove-rustfix-tests, r=Mark-SimulacrumGuillaume Gomez-87/+0
2021-08-29Rollup merge of #88357 - lcnr:stabilize-relaxed_struct_unsize, r=Mark-SimulacrumGuillaume Gomez-0/+24
2021-08-29Rollup merge of #88349 - spastorino:const-static-types-tait-test, r=oli-obkGuillaume Gomez-0/+49
2021-08-29Rollup merge of #83251 - estebank:issue-83241, r=oli-obkGuillaume Gomez-30/+138
2021-08-29Add rustdonc-json tests for enum variantsGuillaume Gomez-0/+17
2021-08-29Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakisbors-0/+30
2021-08-29rebase: fix test outputEsteban Kuber-9/+13
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-12/+8
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-27/+135
2021-08-29Add regression testinquisitivecrystal-0/+19
2021-08-28fix(rustc_parse): incorrect span information for macro path exprMichael Howell-0/+27
2021-08-29Auto merge of #88088 - nbdd0121:const2, r=nagisabors-0/+25
2021-08-28Fix an ICE caused by type mismatch errors being ignoredTheodore Luo Wang-0/+13
2021-08-28fix(rustc_parse): incorrect span information for macro block exprMichael Howell-0/+35
2021-08-28Move match tests in match folderRoxane-35/+38
2021-08-28Create a specific match folder for match testsRoxane-0/+0
2021-08-28Add additional match test caseRoxane-0/+51
2021-08-28Handle match with non axhaustive variants in closuresRoxane-0/+114
2021-08-28rustc: use more correct span data in for loop desugaringMichael Howell-1/+66
2021-08-28Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkovbors-1/+8
2021-08-28Add test casesDeadbeef-3/+107
2021-08-28Auto merge of #88390 - sexxi-goose:missing-case, r=nikomatsakisbors-0/+60
2021-08-28Auto merge of #88019 - inquisitivecrystal:macro-def, r=cjgillotbors-6/+99
2021-08-28Add test for code blocks colorGuillaume Gomez-13/+30
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-0/+2
2021-08-28Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieubors-0/+168
2021-08-28Allow `~const` bounds on trait assoc functionsDeadbeef-6/+74
2021-08-28Update testsinquisitivecrystal-6/+99
2021-08-28fix evaluation of target_feature = "crt-static"12101111-1/+8
2021-08-27Don't use `guess_head_span` in `predicates_of` for foreign spanAaron Hill-14/+76
2021-08-27Add weird return types TAIT testSantiago Pastorino-0/+16
2021-08-27Add auto trait leakage TAIT test that should work but currently doesn'tSantiago Pastorino-0/+43
2021-08-27Add auto trait that shouldn't leak TAIT testSantiago Pastorino-0/+39
2021-08-27Add auto trait leakage TAIT testSantiago Pastorino-0/+18
2021-08-27Remove `Session.if_let_suggestions`Aaron Hill-1/+13
2021-08-27Add test for type alias mutual recursionNoah Lev-0/+40
2021-08-27Note that trait aliases cannot be recursiveNoah Lev-0/+1
2021-08-27Add test of recursive trait aliasesNoah Lev-0/+51
2021-08-27Note that type aliases cannot be recursiveNoah Lev-0/+3
2021-08-27Add inference cycle TAIT testSantiago Pastorino-0/+63
2021-08-27Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obkbors-287/+208
2021-08-27Add nested TAIT inference test that failsSantiago Pastorino-0/+38
2021-08-27Add nested TAIT inference testSantiago Pastorino-0/+18
2021-08-27Tracking issue for UNSUPPORTED_CALLING_CONVENTIONSSimonas Kazlauskas-4/+4
2021-08-27Point at unclosed delimiters as part of the primary MultiSpanEsteban Kuber-64/+64
2021-08-27Add missing const edge caseRoxane-0/+60
2021-08-27Remove vestigial rustfix tests.Eric Huss-87/+0
2021-08-27Fix remap-path-prefix UI test case.Michael Woerister-2/+6
2021-08-27Revive testsDeadbeef-0/+28