1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 360fa62 Fixed some spelling errors in assert messages. No functional change. Thanks to giffunip@yahoo.com for the report. by Marshall Clow · 8 years ago
  3. 1486150 Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo for the bug report, and Jonathan Wakeley for the code review in the bar. by Marshall Clow · 9 years ago
  4. 3f370b0 Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view. by Eric Fiselier · 9 years ago
  5. f2e36ef Move the test for zero-length into the char_traits (from string_view). Add tests to char_traits specializations by Marshall Clow · 9 years ago
  6. 7f59a88 Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - which is undefined behavior by Marshall Clow · 9 years ago
  7. 1cf810b Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 by Marshall Clow · 10 years ago
  8. 26aa8c9 Mark string_view::to_string as const. Fixes PR21428 by Marshall Clow · 10 years ago
  9. b953610 NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove external include guards. by Eric Fiselier · 10 years ago
  10. 6774067 NFC. Remove trailing whitespace and tabs. by Eric Fiselier · 10 years ago
  11. 4847287 string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live. by Marshall Clow · 10 years ago
  12. 3a61b30 Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 by Marshall Clow · 10 years ago
  13. e4694b4 Formatting improvements in the <string_view> synopsis suggested by RSmith. No functionality change. by Marshall Clow · 10 years ago
  14. 164b297 Implement string_view from the library fundamentals TS (n4023). Also works in C++11 and 03, with reduced functionality (mostly in the area of constexpr) by Marshall Clow · 10 years ago