about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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-11/+4
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-11/+4
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-19Rollup merge of #88159 - spastorino:fix-unused-generic-param-test, r=oli-obkGuillaume Gomez-18/+5
2021-08-19Auto merge of #88124 - tmiasko:start-block-critical-edge, r=oli-obkbors-0/+10
2021-08-19Use a trait instead of the now disallowed missing trait thereSantiago Pastorino-18/+5
2021-08-19Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomezbors-30/+75
2021-08-19Fix non-capturing closure return type coercionFabian Wolff-0/+31
2021-08-18Rollup merge of #88136 - spastorino:fix-test-directory, r=oli-obkGuillaume Gomez-0/+0
2021-08-18Rollup merge of #88036 - nbdd0121:const3, r=petrochenkovGuillaume Gomez-0/+45
2021-08-18Rollup merge of #87983 - estebank:smaller-lt-spans, r=oli-obkGuillaume Gomez-30/+30
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-129/+341
2021-08-18marker_traits: require `EvaluatedToOk`lcnr-0/+83
2021-08-18Move private_unused.rs test to impl-traitSantiago Pastorino-0/+0
2021-08-18Add a new test case to verify behavior.Charles Lew-0/+39
2021-08-18Use more accurate spans when proposing adding lifetime to itemEsteban Kuber-30/+30
2021-08-18Error when warnings lint group is used with force-warnRyan Levick-0/+14
2021-08-18Improve force-warn testsRyan Levick-11/+114
2021-08-18Auto merge of #87985 - nbdd0121:asm, r=Amanieubors-0/+27
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-51/+318
2021-08-18Properly generate multiple candidates for trait upcasting coercion.Charles Lew-96/+12
2021-08-18Auto merge of #87728 - GuillaumeGomez:doc-test-attr-checks, r=jyn514bors-0/+57
2021-08-17Add needs-asm-support to more testsJosh Stone-6/+9
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-114/+8
2021-08-17Auto merge of #86808 - fee1-dead:constify-1, r=oli-obkbors-0/+30
2021-08-17Make spans for tuple patterns in E0023 more preciseNoah Lev-46/+92
2021-08-17Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebankbors-20/+233
2021-08-17Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obkbors-4/+36
2021-08-17Add ui testDeadbeef-0/+30
2021-08-17Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obkbors-1915/+3156
2021-08-17Split critical edge targeting the start blockTomasz Miąsko-0/+10
2021-08-16Rollup merge of #88080 - fee1-dead:iterator-const, r=oli-obkMara Bos-0/+18
2021-08-16Rollup merge of #87958 - m-ou-se:closure-migration-multispan-suggestions, r=e...Mara Bos-152/+44
2021-08-16Move working checks into separate test filesGuillaume Gomez-2/+9
2021-08-16Add UI tests for doc(test(...)) attribute checksGuillaume Gomez-0/+50
2021-08-16Add test for issue 82518Gary Guo-0/+25
2021-08-16Use note to point at bound introducing requirementEsteban Küber-1915/+3156
2021-08-16Handle SrcMgr diagnosticsNikita Popov-3/+5
2021-08-16Add unnecessary unsafe testCameron Steffen-2/+17
2021-08-16Make Arguments constructors unsafeCameron Steffen-6/+10
2021-08-16Show correct macro name in non_fmt_panics message.Mara Bos-11/+11