1. 7dad0bd Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 by Marshall Clow · 7 years ago
  2. 7c80338 Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 by Marshall Clow · 9 years ago
  3. d95510e libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. by Marshall Clow · 11 years ago
  4. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/strings/basic.string.hash/strings.pass.cpp]
  5. 412dbeb license change by Howard Hinnant · 15 years ago
  6. bf2897c Fixing whitespace problems by Howard Hinnant · 15 years ago
  7. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  8. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago