1. d8969a1 Split _LIBCPP_STRING_EXTERN_TEMPLATE_LIST up into a V1 and UNSTABLE version. by Martijn Vels · 5 years ago
  2. 288a143 [libc++] Explicitly enumerate std::string external instantiations - Attempt 2 by Eric Fiselier · 5 years ago
  3. 6a634a5 Revert "[libc++] Explicitly enumerate std::string external instantiations." by Oliver Stannard · 5 years ago
  4. 61bd192 [libc++] Explicitly enumerate std::string external instantiations. by Eric Fiselier · 5 years ago
  5. eb8710c [libc++][P0980] Marked member functions move/copy/assign of char_traits constexpr. by Michael Park · 6 years ago
  6. 6b77ebd [NFC] Strip trailing whitespace from libc++ by Louis Dionne · 6 years ago
  7. 6bc1236 Add debug check for null pointers passed to <string_view> by Eric Fiselier · 6 years ago
  8. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  9. 7dad0bd Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 by Marshall Clow · 6 years ago
  10. f951fc3 Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves https://reviews.llvm.org/D42945 ; thanks to Bruce Mitchener for the patch. by Marshall Clow · 7 years ago
  11. a016efb [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 8 years ago
  12. 3a3c09c Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the C-string intrinsics for constexpr support in std::char_traits. Thanks to Richard for the intrisic support. by Marshall Clow · 8 years ago
  13. 9087bbe disable use of __builtin_memcmp temporarily to get the tests passing again by Marshall Clow · 8 years ago
  14. 05d57fa Implement P0426: Constexpr for std::char_traits by Marshall Clow · 8 years ago
  15. e2f2d1ed [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 8 years ago
  16. 9070500 improve performance of string::find by Sebastian Pop · 8 years ago
  17. 49e2967 [libc++] Fix and document visibility attributes for Clang, GCC and Windows. by Eric Fiselier · 9 years ago
  18. aa849bc Add a bunch of noexcepts to char_traits and string_view. by Marshall Clow · 9 years ago
  19. 053d81c Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 by Marshall Clow · 9 years ago