1. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 15 years ago
  2. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 15 years ago
  3. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 15 years ago
  4. 518fda1 Fix argument-passing bugs in a call to object by Douglas Gregor · 16 years ago
  5. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 16 years ago
  6. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  7. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  8. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  9. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  10. 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 16 years ago
  11. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  12. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  13. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  14. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  15. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  16. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  17. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago