summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2020-05-29liveness: Warn about unused captured variablesTomasz Miąsko-4/+4
2020-05-22Update testsMatthew Jasper-140/+121
2020-05-18Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakisDylan DPC-0/+424
2020-05-09Test for coercion between (FnDef | Closure) and (FnDef | Closure)Donough Liu-0/+424
2020-05-08Skip tests on emscriptenYuki Okushi-0/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+9
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-24/+3
2020-04-08Small tweaks to required bound spanEsteban Küber-2/+2
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-8/+4
2020-03-30Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakisDylan DPC-3/+3
2020-03-30bless output of ui test closures/closure-expected-type/expect-region-supply-r...Remy Rakic-3/+3
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-13/+10
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-2/+11
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-1/+1
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-8/+16
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-11/+7
2020-02-02Point at arguments or output when fn obligations come from them, or ident whe...Esteban Küber-11/+7
2020-02-02Avoid exponential behaviour when relating typesMatthew Jasper-0/+23
2020-01-24Update new testsvarkor-2/+2
2020-01-20Fix ICE #68025Yuki Okushi-0/+12
2020-01-08review commentsEsteban Küber-1/+1
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-0/+2
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-5/+8
2019-12-22test falloutMark Rousskov-4/+4
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-2/+5
2019-12-09Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPCTyler Mandry-0/+20
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-0/+56
2019-12-09Do not ICE on closureYuki Okushi-0/+20
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+56
2019-12-02Add long error for E0631 and update ui tests.Reese Williams-1/+2
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-2/+6
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-14/+14
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-0/+1
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+2
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-12/+12
2019-11-18Update ui testsGuillaume Gomez-0/+1
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-2/+10
2019-11-02consistent handling of missing sysroot spansRalf Jung-6/+5
2019-10-27update testsMark Mansi-0/+2
2019-10-22Add test for issue-52437Yuki Okushi-0/+20
2019-10-22Add test for issue-41366Yuki Okushi-0/+35
2019-10-15Handle more casesEsteban Küber-2/+4
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-1/+3
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-4/+6
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-3/+11