aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-28libstdc++: Fix std::print for CygwinJonathan Wakely2-3/+3
2024-02-28libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>Jonathan Wakely1-0/+3
2024-02-28libstdc++: Add more [[nodiscard]] to <stacktrace>Jonathan Wakely1-5/+31
2024-02-20libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_wrap behaviorFrançois Dumont1-1/+1
2024-02-17libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_base behaviorFrançois Dumont2-2/+32
2024-02-15libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]Jonathan Wakely1-4/+1
2024-02-15libstdc++: Use memset to optimize std::bitset::set() [PR113807]Jonathan Wakely1-2/+9
2024-02-15libstdc++: Use unsigned division in std::rotate [PR113811]Jonathan Wakely1-2/+8
2024-02-15libstdc++: Avoid aliasing violation in std::valarray [PR99117]Jonathan Wakely1-1/+7
2024-02-15libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]Jonathan Wakely1-7/+109
2024-02-12libstdc++: Fix constexpr basic_string union member [PR113294]Paul Keir1-1/+1
2024-02-09libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_sameKen Matsui2-8/+5
2024-02-08libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>Jonathan Wakely1-1/+1
2024-02-08libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147]Jonathan Wakely1-0/+2
2024-02-08libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtinJonathan Wakely1-1/+4
2024-02-07libstdc++: Work around modules issue causing hello-1 ICE [PR113710]Patrick Palka1-0/+5
2024-02-04libstdc++: Replace padding bits with bit-fields in __format::_SpecJonathan Wakely1-0/+2
2024-02-04libstdc++: Add copyright and license text to new generated headersJonathan Wakely2-0/+54
2024-02-02libstdc++: Make std::function deduction guide support explicit object functio...Jonathan Wakely1-0/+6
2024-02-02libstdc++: Implement some missing functions for net::ip::network_v6Jonathan Wakely1-4/+22
2024-02-02libstdc++: Allow explicit conversion of string views with different traitsJonathan Wakely1-2/+0
2024-02-02libstdc++: Remove noexcept from std::osyncstream::operator=Jonathan Wakely1-1/+1
2024-02-02libstdc++: Remove noexcept from std::generator::promise_type::yield_valueJonathan Wakely1-1/+0
2024-02-01libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]Patrick Palka12-81/+547
2024-02-01libstdc++/pair: Factor out const-assignability helper for C++20Patrick Palka1-8/+13
2024-02-01libstdc++: Do not use def-file-line for each macro in <bits/version.h>Jonathan Wakely2-188/+1
2024-02-01libstdc++: Fix -Wdeprecated warning about implicit capture of 'this'Jonathan Wakely1-14/+6
2024-01-31libstdc++: Add "ASCII" as an alias for std::text_encoding::id::ASCIIJonathan Wakely1-1/+2
2024-01-31libstdc++: Fix -Wshift-count-overflow warning in std::bitsetJonathan Wakely1-6/+7
2024-01-24libstdc++: [_Hashtable] Remove useless check for _M_before_begin nodeHuanghui Nie1-9/+4
2024-01-21libstdc++: Fix std::format for floating-point chrono::time_point [PR113500]Jonathan Wakely1-20/+51
2024-01-21libstdc++: Fix std::chrono::file_clock conversions for low-precision timesJonathan Wakely1-6/+8
2024-01-21libstdc++: Fix std::format floating-point alternate forms [PR113512]Jonathan Wakely1-16/+35
2024-01-20libstdc++: suppress -Wdangling-reference with operator| [PR111410]Marek Polacek1-0/+3
2024-01-19libstdc++: Do not use CTAD for _Utf32_view alias template (redux)Jonathan Wakely1-1/+1
2024-01-19libstdc++: Fix P2255R2 dangling checks for std::tuple in C++17 [PR108822]Jonathan Wakely1-1/+1
2024-01-19libstdc++: Add <print> and <text_encoding> to stdc++.hPatrick Palka1-0/+5
2024-01-18libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zipPatrick Palka1-5/+5
2024-01-18libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zipPatrick Palka1-9/+9
2024-01-18libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]Patrick Palka2-13/+36
2024-01-18libstdc++: Avoid -Wmaybe-uninitialized warnings in text_encoding.ccJonathan Wakely1-1/+1
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely8-3/+1670
2024-01-17libstdc++: Do not use CTAD for _Utf32_view alias templateJonathan Wakely1-5/+18
2024-01-16libstdc++: Implement P2540R1 change to views::cartesian_product()Patrick Palka1-1/+1
2024-01-15libstdc++: Reduce std::variant template instantiation depthPatrick Palka1-8/+7
2024-01-15libstdc++: Implement P2836R1 changes to const_iteratorPatrick Palka3-3/+15
2024-01-15libstdc++: Fix redefinition error in std::tuple [PR108822]Jonathan Wakely1-16/+19
2024-01-15libstdc++: Use variable template to fix -fconcepts-ts error [PR113366]Jonathan Wakely1-3/+2
2024-01-13libstdc++: Implement P2255R2 dangling checks for std::tuple [PR108822]Jonathan Wakely2-294/+734
2024-01-12libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]Patrick Palka3-105/+195