about summary refs log tree commit diff
path: root/src/test/ui/variance
AgeCommit message (Expand)AuthorLines
2021-10-09Show detailed expected/found types in error message when trait paths are the ...rhysd-12/+12
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-34/+0
2021-06-09BTree: encapsulate LeafRange better & some debug assertsStein Somers-35/+148
2021-05-01Add help message for unused type paramkadmin-0/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-9/+9
2020-06-09Relate existential associated types with variance InvariantSantiago Pastorino-0/+47
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-44/+44
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+70
2019-11-18review comments: tweak prefix stringsEsteban Küber-12/+12
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-44/+44
2019-11-07Update ui testsGuillaume Gomez-0/+1
2019-10-27update testsMark Mansi-0/+70
2019-10-11Print lifetimes with backticksYuki Okushi-56/+56
2019-10-03typo: fix typo in E0392Ben Boeckel-9/+9
2019-10-02review commentEsteban Küber-9/+9
2019-09-30Reword E0392 slightlyEsteban Küber-9/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-38/+38
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+397
2019-04-22update tests for migrate mode by defaultMatthew Jasper-36/+9
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-9/+9
2019-04-18Update testsvarkor-9/+9
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-9/+0
2019-03-11Update NLL testsVadim Petrochenkov-3/+3
2019-03-11Update testsVadim Petrochenkov-76/+76
2018-12-25Remove licensesMark Rousskov-498/+196
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-21/+5
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-6/+6
2018-10-17Update output for borrowck=migrate compare mode.David Wood-397/+0
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-2/+2
2018-09-27Enable NLL compare mode for more testsMatthew Jasper-75/+218
2018-09-19Update ui testsMatthew Jasper-6/+6
2018-09-01Update testsBasile Desloges-150/+0
2018-08-14Update former compile-fail testsMatthew Jasper-16/+16
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+2593