| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix PR#30303 - no matching function for call to '__ptr_in_range' | Marshall Clow | 2016-09-07 | 4 | -0/+40 |
| * | Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te... | Marshall Clow | 2016-09-05 | 12 | -0/+193 |
| * | Support allocators with explicit conversion constructors. Fixes bug #29000 | Marshall Clow | 2016-08-17 | 1 | -0/+1 |
| * | Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-25 | 1 | -1/+2 |
| * | Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. | Eric Fiselier | 2016-07-25 | 1 | -9/+6 |
| * | Again, w/o the tabs | Marshall Clow | 2016-07-21 | 1 | -5/+5 |
| * | Another fix to appease the no-exception bots. | Marshall Clow | 2016-07-21 | 1 | -7/+11 |
| * | Fix some string_view tests that were failing when exceptions were disabled. A... | Marshall Clow | 2016-07-21 | 5 | -6/+31 |
| * | Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed... | Marshall Clow | 2016-07-21 | 95 | -5/+17377 |
| * | Move more _LIBCPP_VERSION tests to test/libcxx. | Eric Fiselier | 2016-06-22 | 6 | -122/+0 |
| * | Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-22 | 1 | -1/+1 |
| * | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 113 | -113/+149 |
| * | Remove arithmetic +/-127 on chars; results in UB when dealing with signed cha... | Marshall Clow | 2016-06-06 | 1 | -8/+13 |
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 5 | -11/+11 |
| * | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 7 | -18/+20 |
| * | Void cast runtime-unused variables. Patch from STL@microsoft.com | Eric Fiselier | 2016-05-02 | 1 | -0/+10 |
| * | Fix test failures by adding missing include | Eric Fiselier | 2016-04-29 | 1 | -0/+1 |
| * | Fix or move various non-standard tests. | Eric Fiselier | 2016-04-29 | 1 | -5/+2 |
| * | Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros | Eric Fiselier | 2016-04-28 | 77 | -524/+195 |
| * | Recommit r263036 with additional inlining, so that it will continue to work w... | Marshall Clow | 2016-04-07 | 1 | -2/+25 |
| * | Revert r263036, it's ABI-breaking. | Nico Weber | 2016-03-11 | 1 | -25/+2 |
| * | Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v... | Marshall Clow | 2016-03-09 | 1 | -1/+33 |
| * | Implement LWG#2583: There is no way to supply an allocator for basic_string(s... | Marshall Clow | 2016-03-09 | 1 | -2/+25 |
| * | Remove a couple tabs that crept in | Marshall Clow | 2016-03-08 | 1 | -2/+2 |
| * | Implement P0272R1: Give 'std::string' a non-const '.data()' member function | Marshall Clow | 2016-03-08 | 1 | -10/+36 |
| * | Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from | Richard Smith | 2016-02-10 | 2 | -10/+22 |
| * | More string fixes for noexcept cases. Apparently I didn't get them all in r25... | Marshall Clow | 2016-01-20 | 4 | -0/+8 |
| * | Fix up the tests I added for string exceptions to be skipped when exceptions ... | Marshall Clow | 2016-01-20 | 4 | -0/+8 |
| * | Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st... | Marshall Clow | 2016-01-13 | 36 | -38/+150 |
| * | Add static_assert to set/multiset/map/multimap/forward_list/deque that the al... | Marshall Clow | 2015-11-26 | 1 | -0/+18 |
| * | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 35 | -0/+35 |
| * | Split <ctype.h> out of <cctype>. | Richard Smith | 2015-10-08 | 1 | -14/+14 |
| * | Implement LWG#2063, and update the issues links to point to the github genera... | Marshall Clow | 2015-10-05 | 1 | -0/+6 |
| * | Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w... | Marshall Clow | 2015-09-15 | 1 | -1/+1 |
| * | implement more of N4258 - Cleaning up noexcept in the standard library. Speci... | Marshall Clow | 2015-08-18 | 1 | -4/+52 |
| * | Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi... | Marshall Clow | 2015-07-13 | 1 | -0/+31 |
| * | Make support for thread-unsafe C functions optional. | Ed Schouten | 2015-06-24 | 1 | -0/+2 |
| * | While applying N4258, I forgot about LWG#2455, which modified the modificatio... | Marshall Clow | 2015-06-04 | 1 | -5/+0 |
| * | More of N4258 implementation. Mark all of our test_allocators as noexcept con... | Marshall Clow | 2015-06-03 | 4 | -3/+56 |
| * | Add tests to ensure that string/vector/array have contiguous iterators - whic... | Marshall Clow | 2015-05-26 | 2 | -12/+53 |
| * | Make the presence of stdin and stdout optional. | Ed Schouten | 2015-03-26 | 1 | -6/+12 |
| * | Use generic feature name for sanitizers that replace new and delete | Eric Fiselier | 2015-03-10 | 1 | -1/+1 |
| * | Rooting out more undefined behavior in char_traits. | Marshall Clow | 2015-02-13 | 16 | -0/+24 |
| * | Move the test for zero-length into the char_traits (from string_view). Add te... | Marshall Clow | 2015-02-12 | 4 | -0/+4 |
| * | Rename system_lib -> system_cxx_lib. NFC | Jonathan Roelofs | 2015-01-14 | 5 | -10/+10 |
| * | Walter Brown sent a list of tests which needed 'additional includes' to match... | Marshall Clow | 2015-01-09 | 6 | -0/+6 |
| * | libc++ implements its' hash objects as deriving from std::unary_function, and... | Marshall Clow | 2015-01-07 | 1 | -2/+2 |
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 275 | -0/+40752 |