1. fd5277c Implement a rudimentary form of generic lambdas. by Faisal Vali · 12 years ago
  2. 1836e60 Handle a difference in lambda return type deduction between C++11 and C++1y: if by Richard Smith · 12 years ago
  3. 9155be1 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 12 years ago
  4. 8d46887 Fixes some test cases that should have come along with r157943. by Aaron Ballman · 13 years ago
  5. b9e38f1 Specialize the diagnostic complaining about conflicting types of by Douglas Gregor · 14 years ago
  6. 621003e Check the return type of lambda expressions. by Douglas Gregor · 14 years ago
  7. 940a550 Don't allow deduction of a lambda result type from an initializer by Douglas Gregor · 14 years ago
  8. 7345626 Implement return type deduction for lambdas per C++11 by Douglas Gregor · 14 years ago