about summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2021-01-17Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...Mara Bos-0/+251
2021-01-16fix line numbersChris Pardy-25/+25
2021-01-15fix tidyChris Pardy-5/+2
2021-01-15Improve diagnostics for Precise CaptureChris Pardy-2/+436
2021-01-13Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebankDylan DPC-0/+87
2021-01-02use hir::Place instead of Symbol in closure_kind_originRoxane-0/+251
2021-01-01Move block-related testsYuki Okushi-0/+180
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+31
2020-12-11Test cases for RFC 2229Aman Arora-0/+914
2020-11-29diagnostics: Note capturing closures can't be coerced to fnsAman Arora-0/+87
2020-11-13Log closure as wellAman Arora-215/+716
2020-11-10Add test for capturing enumsAman Arora-0/+134
2020-11-10Address review comments 2Aman Arora-27/+27
2020-11-10More pattern testcasesAman Arora-63/+314
2020-11-10Reduce verbosity of capture analysis logsRoxane Fruytier-876/+218
2020-11-10Update tests with min capture informationAman Arora-0/+454
2020-11-10Add helper function for Capture Esclations and expressionsAman Arora-2/+9
2020-11-10Add initial set of testcases for RFC 2229Aman Arora-2/+907
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+34
2020-10-29Make anonymous binders start at 0Jack Huey-2/+2
2020-10-27Add unsized_fn_params featureSantiago Pastorino-1/+1
2020-10-22Explain where the closure return type was inferredAaron Hill-0/+38
2020-10-06Fix tests from rebaseMatthew Jasper-3/+3
2020-10-06Normalize projection bounds when considering candidatesMatthew Jasper-2/+21
2020-09-28Add tests for updated closure/generator printingAman Arora-0/+218
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-13/+13
2020-09-17Only visit types once when walking the type treeValerii Lashmanov-0/+59
2020-09-02pretty: trim paths of unique symbolsDan Aloni-15/+15
2020-07-27mv std libs to library/mark-2/+2
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-2/+0
2020-06-28Update testsDylan MacKenzie-12/+2
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-17/+7
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-3/+1
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