| Age | Commit message (Expand) | Author |
| 2016-11-14 | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow |
| 2016-11-14 | [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized... | Stephan T. Lavavej |
| 2016-11-01 | Protect exceptional paths under libcpp-no-exceptions | Roger Ferrer Ibanez |
| 2016-10-31 | Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio... | Roger Ferrer Ibanez |
| 2016-10-31 | Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. | Eric Fiselier |
| 2016-10-24 | Fix shadow warnings in string_view tests. Patch from STL@microsoft.com | Eric Fiselier |
| 2016-10-05 | Add another append test for basic_string | Marshall Clow |
| 2016-09-24 | Fix a few static_asserts that need extra parens on -03 | Marshall Clow |
| 2016-09-24 | Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w... | Marshall Clow |
| 2016-09-07 | Fix PR#30303 - no matching function for call to '__ptr_in_range' | Marshall Clow |
| 2016-09-05 | Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te... | Marshall Clow |
| 2016-08-17 | Support allocators with explicit conversion constructors. Fixes bug #29000 | Marshall Clow |
| 2016-07-25 | Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier |
| 2016-07-25 | Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. | Eric Fiselier |
| 2016-07-21 | Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed... | Marshall Clow |
| 2016-06-14 | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier |
| 2016-06-01 | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier |
| 2016-05-28 | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake |
| 2016-04-28 | Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros | Eric Fiselier |
| 2016-04-07 | Recommit r263036 with additional inlining, so that it will continue to work w... | Marshall Clow |
| 2016-03-11 | Revert r263036, it's ABI-breaking. | Nico Weber |
| 2016-03-09 | Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v... | Marshall Clow |
| 2016-03-09 | Implement LWG#2583: There is no way to supply an allocator for basic_string(s... | Marshall Clow |
| 2016-03-08 | Remove a couple tabs that crept in | Marshall Clow |
| 2016-03-08 | Implement P0272R1: Give 'std::string' a non-const '.data()' member function | Marshall Clow |
| 2016-01-20 | More string fixes for noexcept cases. Apparently I didn't get them all in r25... | Marshall Clow |
| 2016-01-20 | Fix up the tests I added for string exceptions to be skipped when exceptions ... | Marshall Clow |
| 2016-01-13 | Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st... | Marshall Clow |
| 2015-11-26 | Add static_assert to set/multiset/map/multimap/forward_list/deque that the al... | Marshall Clow |
| 2015-11-10 | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake |
| 2015-10-05 | Implement LWG#2063, and update the issues links to point to the github genera... | Marshall Clow |
| 2015-08-18 | implement more of N4258 - Cleaning up noexcept in the standard library. Speci... | Marshall Clow |
| 2015-07-13 | Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi... | Marshall Clow |
| 2015-06-04 | While applying N4258, I forgot about LWG#2455, which modified the modificatio... | Marshall Clow |
| 2015-06-03 | More of N4258 implementation. Mark all of our test_allocators as noexcept con... | Marshall Clow |
| 2015-05-26 | Add tests to ensure that string/vector/array have contiguous iterators - whic... | Marshall Clow |
| 2015-03-10 | Use generic feature name for sanitizers that replace new and delete | Eric Fiselier |
| 2015-01-09 | Walter Brown sent a list of tests which needed 'additional includes' to match... | Marshall Clow |
| 2014-12-20 | Move test into test/std subdirectory. | Eric Fiselier |