about summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/lifetimes.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19FIXME(45992) remove fixme since the lint is being testedNiv Kaminer-1/+0
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+128
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-126/+0
2018-03-29Stabilize underscore lifetimesTaylor Cramer-1/+0
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+1
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-2/+2
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-6/+5
2018-02-13Make nested impl Trait a hard errorTaylor Cramer-6/+5
2018-02-08fix nested impl trait lifetimesTaylor Cramer-0/+8
2017-12-21Add a feature gate for nested uses of `impl Trait`Taylor Cramer-1/+1
2017-12-15Refactor argument-position impl TraitTaylor Cramer-3/+2
2017-12-12Implement impl Trait lifetime elisionTaylor Cramer-1/+25
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-0/+97