about summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/example-calendar.rs
AgeCommit message (Expand)AuthorLines
2019-04-22update tests for migrate mode by defaultMatthew Jasper-3/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-43/+18
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-4/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-4/+1
2018-11-03fix test falloutAlex Burka-3/+3
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+894
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-892/+0
2018-06-07Add existential type definitonsOliver Schneider-2/+0
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-1/+1
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