1. ba40b05 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 8 years ago
  2. 8325276 Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 by Billy Robert O'Neal III · 8 years ago
  3. 8a915ed Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 9 years ago
  4. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  5. f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  6. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/strings/basic.string/string.access/at.pass.cpp]
  7. e34f6f6 There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. by Marshall Clow · 12 years ago
  8. eec7218 Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. by Howard Hinnant · 12 years ago
  9. 412dbeb license change 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