1. 018a3d5 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 7 years ago
  2. f783971 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
  3. d704617 disable use of __builtin_memcmp temporarily to get the tests passing again by Marshall Clow · 8 years ago
  4. ce921fa Implement P0426: Constexpr for std::char_traits by Marshall Clow · 8 years ago
  5. c3589a8 [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 8 years ago
  6. 51dfbbc improve performance of string::find by Sebastian Pop · 8 years ago
  7. 833d644 [libc++] Fix and document visibility attributes for Clang, GCC and Windows. by Eric Fiselier · 8 years ago
  8. e6521d6 Add a bunch of noexcepts to char_traits and string_view. by Marshall Clow · 8 years ago
  9. 1e00d6d Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 by Marshall Clow · 8 years ago