summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/example-calendar.rs
AgeCommit message (Expand)AuthorLines
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-2/+1
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+0
2018-01-09Use copy/clone closures to simplify calendar testTaylor Cramer-47/+14
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+3
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-13/+18
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-13/+5
2016-08-12typeck: record `impl Trait` concrete resolutions.Eduard Burtescu-0/+929