1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. e5e9bff Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. by Marshall Clow · 9 years ago
  3. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 9 years ago
  4. 40310ac Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix by Eric Fiselier · 9 years ago
  5. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/experimental/string.view/string.view.access/at.pass.cpp]
  6. 427f1a3 Mark a couple of tests as XFAIL with older compilers. by Eric Fiselier · 10 years ago
  7. 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
  8. 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