summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a couple tabs that crept inMarshall Clow2016-03-081-2/+2
* Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow2016-03-081-10/+36
* More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow2016-01-204-0/+8
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-204-0/+8
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-1336-38/+150
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+18
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1027-0/+27
* Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow2015-10-051-0/+6
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-4/+52
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+31
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-041-5/+0
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-034-3/+56
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-262-12/+53
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-096-0/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-20181-0/+36931
OpenPOWER on IntegriCloud