PR libstdc++/88113 use size_type consistently instead of size_t
[gcc.git] / libstdc++-v3 / testsuite / 21_strings /
2018-11-19 Jonathan WakelyPR libstdc++/88084 - Implement LWG 2777
2018-10-25 Jonathan WakelyPR libstdc++/87749 fix (and optimize) string move const...
2018-08-31 Sandra Loosemore10.cc: Add dg-require-fileio.
2018-08-23 Jonathan WakelyFix testsuite failures for __gnu_debug::string with...
2018-08-23 Jonathan WakelySkip tests that depend on the cxx11 std::string
2018-08-22 Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-09 Jonathan WakelyDefine aliases for containers using polymorphic_allocator
2018-07-26 Jonathan WakelyRemove dg-require-cstdint directive from tests
2018-07-06 François Dumontfunctions.h (__gnu_debug::__check_string): Move...
2018-07-05 Jonathan WakelyAdd xfail-if to some tests that fail with COW strings
2018-07-05 Jonathan WakelyPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05 Jonathan WakelyPR libstdc++/58265 implement LWG 2063 for COW strings
2018-07-04 François Dumontre PR libstdc++/86272 (__gnu_debug::string uses undefin...
2018-06-21 Jonathan WakelyPR libstdc++/86138 prevent implicit instantiation of...
2018-06-21 Jonathan WakelyPR libstdc++/83328 add correct basic_string::insert...
2018-06-15 Jonathan WakelyLWG 3076 basic_string CTAD ambiguity
2018-06-15 Jonathan WakelyPR libstdc++/86169 unshare COW string when non-const...
2018-06-15 Jonathan WakelyDecorate string_view members with nonnull attribute
2018-06-14 Jonathan WakelyLWG 3075 basic_string needs deduction guides from basic...
2018-05-03 Jonathan WakelyPR libstdc++/84087 add default arguments to basic_strin...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-24 Jonathan WakelyPR libstdc++/83450 avoid -Wreturn-type warning in test
2017-11-23 Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-10-24 François Dumontlibstdc++.exp (check_v3_target_normal_mode): Add c...
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-11 Jonathan WakelyPR libstdc++/70483 make std::string_view fully constexpr
2017-09-11 Jonathan WakelyAdjust test to pass with old std::string
2017-09-04 Daniel KrueglerPR libstdc++/79162 implement LWG 2946 and LWG 2758
2017-06-17 Rainer OrthGet rid of dg-skip-if etc. default args
2017-06-16 Jonathan WakelyPR libstdc++/81092 add std::wstring symbols and bump...
2017-06-16 Jonathan WakelyFix missing returns in libstdc++ header and tests
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
2017-06-14 Jonathan WakelyFix libstdc++ testsuite failures with -D_GLIBCXX_USE_CX...
2017-06-12 Pedro AlvesFinish implementing P0426R1 "Constexpr for std::char_tr...
2017-06-07 Jonathan WakelyAdd C++17 deduction guide for std::basic_string (P0433R...
2017-06-02 Jonathan WakelyPR libstdc++/80624 satisfy invariant for char_traits...
2017-04-03 Jonathan WakelyImplement P0426R1 "Constexpr for std::char_traits"...
2017-03-14 Jonathan WakelyPR libstdc++/79162 disambiguate assignment from string_view
2017-02-01 Jonathan WakelyPR libstdc++/79254 simplify exception-safety in copy...
2017-01-27 Jonathan WakelyPR libstdc++/79254 fix exception-safety in std::string...
2017-01-13 Jonathan WakelyDefine cxx11-abi effective target for libstdc++ tests
2017-01-06 Jonathan WakelyAdd more tests for std::basic_string::find
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-12 Kyrylo Tkachov[libstdc++][testsuite] XFAIL tests relying on long...
2016-11-15 Jonathan WakelyFix find&replace error in license boilerplate
2016-11-15 Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-11-13 Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-09-26 Ville Voutilainenre PR libstdc++/77717 (testsuite/21_strings/basic_strin...
2016-09-23 Jonathan WakelyAvoid reallocation for basic_string::clear()
2016-09-14 Christophe LyonFix dg-require before dg-run directives in testsuite.
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-26 Jonathan WakelyAdd new std::basic_string constructor (LWG 2583)
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-08-17 Jonathan WakelyRemove duplicate dg-options directive
2016-08-17 Jonathan WakelyPR 77264 constrain new std::basic_string overloads
2016-08-11 Ville VoutilainenImplement LWG 2758.
2016-08-02 Jonathan WakelyFix std::wstring allocator tests
2016-08-01 Jonathan WakelyAdd non-const std::basic_string::data() for C++17
2016-07-28 Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-22 Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-07-21 Jonathan WakelyFix out-of-bound array accesses in libstdc++ testsuite
2016-07-13 Jonathan WakelyRevert "Add non-const overload of std::string::data()"
2016-07-13 Jonathan WakelyAdd non-const overload of std::string::data()
2016-02-04 Jonathan WakelyTest for C99 stdlib.h functions with -std=c++98
2016-01-06 Jonathan WakelyRemove noexcept from function template that can throw
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-14 Jonathan WakelyFix std::wstring capacity test for short wchar_t
2015-11-13 Jennifer YaoMore fine-grained autoconf checks for C99 library
2015-10-02 Jonathan WakelyFix testsuite failures with --disable-wchar_t
2015-10-02 Jonathan Wakelyminimal.cc: Minor tweaks to match narrow char version.
2015-10-02 Jonathan WakelyFix tests that fail with old std::string
2015-09-29 Jonathan WakelyLeave errno unchanged by successful std::stoi etc
2015-09-11 Jonathan WakelyImplement N4258 noexcept for std::basic_string.
2015-09-10 Jonathan Wakely1.cc: Verify the string contents.
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-08-24 Jonathan Wakelyre PR libstdc++/65049 (Undefined behaviour with std...
2015-04-29 Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-03-30 Jonathan Wakelyre PR libstdc++/65630 (operator+ for new std::string...
2015-03-25 Alan Lawrencere PR libstdc++/33394 (Add test case for Thread race...
2015-03-24 Jonathan Wakelyre PR libstdc++/33394 (Add test case for Thread race...
2015-02-17 Jonathan Wakelyre PR libstdc++/65085 (Move-assigned empty string corru...
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-02 Jonathan Wakely64422.cc: Fix copyright date.
2015-01-02 Bernd Edlingerre PR c++/64422 (basic_string::erase is unresloved)
2015-01-02 Jonathan Wakelyre PR libstdc++/64438 (Removing string-conversion requi...
2014-12-22 Jonathan Wakelyre PR libstdc++/37522 (Incorrect vswprintf prototype...
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-10-15 Paolo Carlinishrink_to_fit.cc: Prefer -std=gnu++11.
2014-10-15 Paolo Carlinilimits: Remove stray semicolon.
2014-08-12 Jonathan Wakelybasic_string.h (getline): Qualify call to prevent ADL...
2014-05-23 Jonathan Wakelyre PR libstdc++/60793 (Add target *-*-dragonfly* to...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-08-15 Paolo Carlinire PR libstdc++/58163 ([C++11] Pedantic assert on str...
2013-06-28 Paolo Carlini*: Move inside testsuite/21_strings/basic_string/operat...
2013-06-27 Paolo Carlini*: Move inside testsuite/21_strings/basic_string/modifi...
2013-06-25 Paolo Carlinire PR libstdc++/57704 (std::char_traits<char>::lt is...
2013-06-10 Thomas Schwingeforced.C: Extend current handling of Linux-based x86...
2013-06-08 Ed Smith-RowlandSimplify and clean up library literals.
next