summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix ctype changed after newlib update.Tamar Christina2021-11-191-1/+18
* Daily bump.GCC Administrator2021-11-191-0/+12
* libstdc++: Fix std::char_traits<C>::move for constexprJonathan Wakely2021-11-182-9/+54
* libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECKJonathan Wakely2021-11-182-406/+278
* Daily bump.GCC Administrator2021-11-181-0/+50
* libstdc++: Fix author name in ChangeLogJonathan Wakely2021-11-171-1/+1
* libstdc++: Use std::construct_at in net::ip::addressJonathan Wakely2021-11-171-4/+4
* libstdc++: Simplify std::string constructorsJonathan Wakely2021-11-172-56/+74
* libstdc++: Set active member of union in std::string [PR103295]Jonathan Wakely2021-11-172-3/+22
* libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely2021-11-173-1/+52
* Daily bump.GCC Administrator2021-11-171-0/+69
* libstdc++: Fix tests for constexpr std::stringJonathan Wakely2021-11-163-7/+33
* libstdc++: Merge latest Ryu sourcesPatrick Palka2021-11-162-6/+5
* libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang2021-11-1613-33/+869
* libstdc++: Use hidden friends for vector<bool>::reference swap overloadsJonathan Wakely2021-11-161-25/+25
* libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely2021-11-163-5/+5
* libstdc++: Fix typos in testsJonathan Wakely2021-11-162-2/+2
* Daily bump.GCC Administrator2021-11-161-0/+21
* c++: Add -fimplicit-constexprJason Merrill2021-11-152-1/+9
* libstdc++: Unordered containers merge re-use hash codeFrançois Dumont2021-11-154-4/+84
* c++: check constexpr constructor bodyJason Merrill2021-11-152-1/+3
* Daily bump.GCC Administrator2021-11-151-0/+54
* libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe()François Dumont2021-11-1412-87/+82
* Daily bump.GCC Administrator2021-11-141-0/+17
* libstdc++: Implement std::spanstream for C++23Jonathan Wakely2021-11-137-1/+519
* libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson2021-11-132-4/+53
* Daily bump.GCC Administrator2021-11-131-0/+85
* libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely2021-11-126-20/+38
* libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely2021-11-1228-202/+2606
* Daily bump.GCC Administrator2021-11-121-0/+28
* libstdc++: Fix debug containers for C++98 modeJonathan Wakely2021-11-118-79/+14
* libstdc++: Make pmr::memory_resource::allocate implicitly create objectsJonathan Wakely2021-11-111-1/+2
* libstdc++: Remove public std::vector<bool>::data() memberJonathan Wakely2021-11-111-9/+13
* Daily bump.GCC Administrator2021-11-111-0/+13
* libstdc++: Fix test for libstdc++ not including <unistd.h> [PR100117]Jonathan Wakely2021-11-101-1/+112
* libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133]Jonathan Wakely2021-11-101-0/+6
* Daily bump.GCC Administrator2021-11-101-0/+102
* libstdc++: [_GLIBCXX_DEBUG] Implement unordered container mergeFrançois Dumont2021-11-0923-13/+845
* libstdc++: Make test print which random_device tokens workJonathan Wakely2021-11-091-0/+7
* libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146]Jonathan Wakely2021-11-091-1/+1
* libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely2021-11-097-2/+234
* libstdc++: Make spurious std::random_device FAIL less likelyJonathan Wakely2021-11-091-1/+1
* libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6Rasmus Villemoes2021-11-091-1/+3
* Daily bump.GCC Administrator2021-11-061-0/+37
* libstdc++: Fix inconsistent noexcept-specific for valarray begin/endJonathan Wakely2021-11-051-4/+4
* libstdc++: Fix pack expansions in tuple_size_v specializationsJonathan Wakely2021-11-051-2/+2
* libstdc++: Add [[unlikely]] attributes to std::random_device routinesJonathan Wakely2021-11-051-2/+2
* libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely2021-11-053-6/+57
* libstdc++: Add xfail to pretty printer tests that fail in C++20Jonathan Wakely2021-11-054-26/+45
* Daily bump.GCC Administrator2021-11-051-0/+109