1. 5a33687 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 by Howard Hinnant · 14 years ago
  2. ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
  3. a945a32 More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. by Howard Hinnant · 14 years ago
  4. 3714107 noexcept for <unordered_map>. by Howard Hinnant · 14 years ago
  5. 72c5e14 Qualify calls to addressof with std::. Bug 9106 by Howard Hinnant · 15 years ago
  6. 412dbeb license change by Howard Hinnant · 15 years ago
  7. 789847d visibility-decoration sweep completed. by Howard Hinnant · 15 years ago
  8. 7609c9b Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 15 years ago
  9. b3371f6 Fixing whitespace problems by Howard Hinnant · 15 years ago
  10. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  11. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago