about summary refs log tree commit diff
path: root/src/test/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2018-08-21Normalize source line and column numbers.David Wood-1/+1
2018-08-14Update former compile-fail testsMatthew Jasper-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+931
2018-08-02Explicitly label any named lifetimes mentioned in error messages.David Wood-0/+2
2018-07-27Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakisbors-7/+5
2018-07-27Region inference error messages no longer start with 'free region'David Wood-2/+2
2018-07-27Change label from closure to function where appropriate.David Wood-7/+5
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-0/+104
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-5/+7
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-5/+7
2018-07-25Fix associated existentials for generic traitsOliver Schneider-0/+40
2018-07-24Allow declaring existential types inside blocksOliver Schneider-0/+22
2018-07-23Implement associated existential typesOliver Schneider-0/+64
2018-07-18Move some tests aroundOliver Schneider-36/+0
2018-07-18Add test for using existential types in associated typesOliver Schneider-0/+36
2018-07-18Typeck existential types properlyOliver Schneider-9/+49
2018-07-13Use the correct visibilityOliver Schneider-0/+35
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-1/+1
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-4/+6
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-13/+8
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-2/+2
2018-06-28Fix rebaseEsteban Küber-4/+4
2018-06-28Point to lifetime in fn definition on lifetime error noteEsteban Küber-9/+4
2018-06-28Auto merge of #51444 - estebank:impl-static, r=nikomatsakisbors-0/+96
2018-06-27Update ui testsOliver Schneider-43/+5
2018-06-27fixupOliver Schneider-6/+44
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-49/+9
2018-06-20Use lifetime name if availableEsteban Küber-1/+1
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-6/+6
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-111/+211
2018-06-10Fix error codesGuillaume Gomez-4/+4
2018-06-08Add nll test outputEsteban Küber-0/+26
2018-06-08Remove primary label for more readable outputEsteban Küber-6/+6
2018-06-08Suggestion for 'static impl Trait returnEsteban Küber-0/+70
2018-06-07Add existential type definitonsOliver Schneider-111/+211
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-7/+3
2018-05-24prohibit turbofish in `impl Trait` methodsNiko Matsakis-0/+36
2018-05-24Fix impl Trait suggestionEsteban Küber-6/+2
2018-05-24Account for negative offsets in suggestionsEsteban Küber-1/+1
2018-05-22Prevent local paths into libstd from leaking into ui testsOliver Schneider-1/+1
2018-05-21Improve the diagnostic around impl Trait <-> generic param mismatchOliver Schneider-6/+18
2018-05-21Move a test to ui tests so we can observe the output changes betterOliver Schneider-0/+74
2018-05-21Typo caused the wrong "cannot find" errorOliver Schneider-11/+4
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-0/+2
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-3/+1
2018-04-16Update testsJohn Kåre Alsaker-15/+10
2018-04-05Auto merge of #48709 - tinaun:issue48703, r=nikomatsakisbors-0/+28
2018-03-28added testtinaun-0/+28
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-20/+15
2018-03-26Stabilize universal_impl_traitTaylor Cramer-11/+5