summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait
AgeCommit message (Expand)AuthorLines
2017-11-15Disallow all impl Trait within Fn trait sugarChristopher Vittal-4/+6
2017-11-15some tests featuring multiple bounds, other errorsNiko Matsakis-0/+23
2017-11-15add some more positive testsNiko Matsakis-0/+99
2017-11-15rename `equality-universal` to a more extensible naming schemeNiko Matsakis-0/+0
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-13/+57
2017-08-14Mark closures return via impl-trait as reachable.Michael Woerister-0/+12
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-13/+5
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-13/+13
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-0/+32
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-08-12test: add more extensive tests for impl Trait.Eduard Burtescu-0/+43
2016-08-12typeck: leak auto trait obligations through impl Trait.Eduard Burtescu-0/+44
2016-08-12typeck: record `impl Trait` concrete resolutions.Eduard Burtescu-0/+969