summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely2018-07-056-22/+115
* Add xfail-if to some tests that fail with COW stringsJonathan Wakely2018-07-054-1/+11
* PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)Jonathan Wakely2018-07-054-2/+16
* PR libstdc++/58265 implement LWG 2063 for COW stringsJonathan Wakely2018-07-057-4/+40
* Fix my yesterday ChangeLog entry.François Dumont2018-07-051-1/+2
* P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely2018-07-0410-30/+394
* P0458R2 Checking for Existence of an Element in Associative ContainersJonathan Wakely2018-07-0416-20/+607
* re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont2018-07-048-34/+85
* Define "random_device" effective targetJonathan Wakely2018-07-047-0/+45
* Fix std::__rotl and std::__rotrJonathan Wakely2018-07-042-2/+7
* PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely2018-07-045-74/+100
* Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely2018-07-043-7/+117
* P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely2018-07-0315-0/+1525
* Remove redundant #if conditionalJonathan Wakely2018-07-032-5/+7
* stl_algobase.h (__niter_wrap): New.François Dumont2018-07-034-6/+56
* P0758R1 Implicit conversion traitsJonathan Wakely2018-07-027-5/+291
* P0887R1 The identity metafunctionJonathan Wakely2018-07-025-0/+173
* Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely2018-07-026-139/+489
* Add whitespace to some dejagnu directives in libstdc++ testsJonathan Wakely2018-06-293-2/+8
* stl_vector.h (struct _Vector_base<>::_Vector_impl_data): New.François Dumont2018-06-275-43/+225
* Add std::__is_byte<std::byte> specializationJonathan Wakely2018-06-272-0/+14
* Declare some explicit instantiations for strings in Debug ModeJonathan Wakely2018-06-272-4/+10
* sample-2.cc: Add TLS DejaGNU directives.David Edelsohn2018-06-263-0/+10
* Add missing noexcept on definition to match declarationJonathan Wakely2018-06-262-1/+6
* PR libstdc++/86112 fix printers for Python 2.6Jonathan Wakely2018-06-252-1/+6
* Update powerpc64-linux-gnu/baseline_symbols.txtJonathan Wakely2018-06-252-0/+6
* PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely2018-06-253-7/+81
* * doc/xml/manual/status_cxx2017.xml: Document N4531 status.Jonathan Wakely2018-06-252-0/+12
* Add experimental::sample and experimental::shuffle from N4531Jonathan Wakely2018-06-255-23/+206
* Fix unexported basic_string symbols for 32-bit targetsJonathan Wakely2018-06-222-6/+9
* PR libstdc++/86280 fix undefined left shift on 32-bit targetsJonathan Wakely2018-06-222-1/+6
* 2018-06-21 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-06-221-2/+2
* PR libstdc++/86138 prevent implicit instantiation of COW empty repJonathan Wakely2018-06-224-3/+95
* PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely2018-06-2110-17/+181
* * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.Jonathan Wakely2018-06-212-0/+5
* PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely2018-06-214-3/+241
* PR libstdc++/70940 make pmr::resource_adaptor return aligned memoryJonathan Wakely2018-06-213-39/+186
* debug.h (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): Com...François Dumont2018-06-212-1/+8
* PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely2018-06-203-19/+98
* Add testcase accidentally not committed earlierJonathan Wakely2018-06-202-0/+35
* Remove unused <exception> header from <utility>Jonathan Wakely2018-06-192-4/+4
* LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairsJonathan Wakely2018-06-183-7/+51
* LWG 2989 hide path iostream operators from normal lookupJonathan Wakely2018-06-183-20/+60
* LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely2018-06-184-4/+43
* crossconfig.m4: Handle OpenBSD just like NetBSD.Maya Rashish2018-06-183-2/+7
* P0754R2 <version> headerJonathan Wakely2018-06-1821-5/+851
* Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely2018-06-185-237/+451
* LWG 3035. std::allocator's constructors should be constexprJonathan Wakely2018-06-185-10/+43
* LWG 3076 basic_string CTAD ambiguityJonathan Wakely2018-06-166-0/+73
* PR libstdc++/86169 unshare COW string when non-const data() calledJonathan Wakely2018-06-153-1/+47