about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-08-22Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnrbors-0/+203
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-2/+2
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-4/+22
2021-08-22Test TAITs different lifetimes in defining uses failSantiago Pastorino-0/+29
2021-08-22Fix more “a”/“an” typosFrank Steffahn-3/+3
2021-08-22Fix typos “a”→“an”Frank Steffahn-12/+12
2021-08-22Suggest importing the right kind of macro.Mara Bos-0/+52
2021-08-22Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakisbors-0/+83
2021-08-21Bless testsNoah Lev-17/+53
2021-08-21Improve errors for recursive type aliasesNoah Lev-18/+18
2021-08-21Rollup merge of #88201 - spastorino:tait-incomplete-inference-test, r=oli-obkJack Huey-0/+36
2021-08-21Rollup merge of #88197 - spastorino:tait-test-fn-type, r=oli-obkJack Huey-0/+22
2021-08-21Rollup merge of #88194 - spastorino:test-tait-assoc-impl-trait, r=oli-obkJack Huey-0/+19
2021-08-21Rollup merge of #88192 - spastorino:add-tait-test-for-assoc-dyn, r=oli-obkJack Huey-0/+12
2021-08-21Rollup merge of #88189 - spastorino:add-tait-struct-test, r=oli-obkJack Huey-0/+12
2021-08-21Rollup merge of #88183 - spastorino:add-tait-in-different-tuple-position, r=o...Jack Huey-9/+6
2021-08-21Rollup merge of #88182 - spastorino:use-trait-in-tait-tests, r=oli-obkJack Huey-33/+12
2021-08-21Rollup merge of #88172 - spastorino:tait-defining-use-submodule-test, r=oli-obkJack Huey-10/+23
2021-08-21Add cross-crate tuple field count error testNoah Lev-0/+613
2021-08-21Make E0023 spans even more preciseNoah Lev-141/+89
2021-08-21Add more tuple pattern too many fields test casesNoah Lev-6/+258
2021-08-21Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakisbors-96/+51
2021-08-21Address review commentsAaron Hill-634/+353
2021-08-21Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomezbors-3/+25
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-346/+109
2021-08-21Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakisbors-11/+128
2021-08-21Improve error message when _ is used for in/inout asm operandsAmanieu d'Antras-25/+49
2021-08-21Auto merge of #88128 - cuviper:needs-asm-support, r=Mark-Simulacrumbors-6/+10
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-64/+16
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-4/+1
2021-08-20Test that incomplete inference for TAITs failSantiago Pastorino-0/+36
2021-08-20Test use of impl Trait in an impl as the value for an associated type in an i...Santiago Pastorino-0/+19
2021-08-20Auto merge of #88087 - jesyspa:issue-87935-box, r=jackh726bors-82/+62
2021-08-21Improve error reporting for closure return type mismatchesFabian Wolff-0/+50
2021-08-20Test tait use in a fn typeSantiago Pastorino-0/+22
2021-08-20Use of impl trait in an impl as the valoe for an associated type in a dynSantiago Pastorino-0/+12
2021-08-20Add TAIT struct testSantiago Pastorino-0/+12
2021-08-20Auto merge of #88176 - erikdesjardins:rezst, r=oli-obkbors-53/+21
2021-08-20Update old box expression tests and add a new one.Anton Golov-26/+36
2021-08-20test TAIT in different positionsSantiago Pastorino-9/+6
2021-08-20Change example and tests for E0161.Anton Golov-56/+26
2021-08-20We meant to use a trait instead of lifetime hereSantiago Pastorino-33/+12
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-53/+21
2021-08-20Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakisbors-0/+54
2021-08-19Auto merge of #87996 - sexxi-goose:fix-87988, r=nikomatsakisbors-0/+63
2021-08-19Test that type alias impl trait happens in a submoduleSantiago Pastorino-10/+23
2021-08-19regression testsEllen-0/+203
2021-08-19Test presence of remapped pathAndy Wang-0/+1
2021-08-19Make test function pubAndy Wang-1/+1