about summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3533/+0
2023-01-07don't eagerly normalize SelfCtor typeAli MJ Al-Nasrawy-0/+120
2023-01-07more testsAli MJ Al-Nasrawy-37/+188
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-0/+156
2023-01-07fix method substsAli MJ Al-Nasrawy-2/+10
2023-01-07fix struct pathAli MJ Al-Nasrawy-33/+106
2023-01-07don't normalize in astconvAli MJ Al-Nasrawy-5/+251
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-11/+11
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+16
2022-11-13Add a few known-bug testsJack Huey-0/+16
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-3/+3
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-8/+8
2022-10-20Update tests to match error message changesb4den-3/+3
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-8/+8
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-16/+15
2022-07-07Shorten span for closures.Camille GILLOT-15/+16
2022-06-03Fully stabilize NLLJack Huey-168/+43
2022-05-25update testsb-naber-8/+8
2022-04-05Move some tests with compare-mode=nll output to revisionsJack Huey-16/+36
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-1/+1
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-2/+7
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-40/+0
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-12/+12
2021-08-03bless trivial polonius diagnostics changesRémy Rakic-1/+2
2021-02-01Update ui testsJesus Rubio-0/+1
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-1/+1
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-21/+4
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-4/+4
2020-03-30bless output of ui test nll/user-annotations/closure-substs.rsRemy Rakic-1/+1
2020-02-29Use TypeRelating for instantiating query responsesMatthew Jasper-0/+33
2020-01-23Use check-pass mode for nll testsTomasz Miąsko-1/+1
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+60
2019-12-03Include a span in more `expected...found` notesAaron Hill-6/+14
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+42
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-27update testsMark Mansi-48/+26
2019-10-27implement outlive suggestionsMark Mansi-0/+64
2019-10-11Print lifetimes with backticksYuki Okushi-5/+5
2019-10-07update ui testsGuillaume Gomez-0/+2
2019-09-12update ui testsGuillaume Gomez-0/+3
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-3/+3
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-06-06Make sure constructors functions are type checked correctlyMatthew Jasper-0/+127
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-128/+164
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+1
2019-03-13test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...Felix S. Klock II-0/+99
2019-03-11Update testsVadim Petrochenkov-83/+83