aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)AuthorFilesLines
12 hourslibstdc++/regex: Zero-initialize _ExecutorFrame flagsPatrick Palka1-5/+4
3 dayslibstdc++/regex: Suppress -Wpedantic warning about anonymous structsPatrick Palka1-0/+3
4 dayslibstdc++/regex: add [[gnu::always_inline]] to _Executor::_M_nodePatrick Palka1-1/+4
4 dayslibstdc++/regex: Defer _M_current restoration to backtracking nodes [PR86164]Patrick Palka1-18/+16
4 dayslibstdc++/regex: Make DFS executor non-recursive [PR86164]Patrick Palka3-45/+199
6 dayslibstdc++: Disable false positive middle end warnings in std::shared_ptr [PR1...Jonathan Wakely1-0/+7
6 dayslibstdc++: Implement std::atomic::fetch_min/maxSoumya AR3-4/+146
6 dayslibstdc++, contracts: Add base P2900R14 contracts support.Nina Ranns2-0/+19
11 dayslibstdc++: Explicitly call _Mo_base() in _Cpy_base copy-constructor [PR123758]Tomasz Kamiński1-0/+1
14 dayslibstdc++: Disable __cpp_lib_reflection for old CXX ABIJakub Jelinek2-10/+11
2026-01-19libstdc++: Use overload operator<=> when provided in relational functors [PR1...Tomasz Kamiński2-75/+115
2026-01-19libstdc++: Fix std::erase_if for std::string with -D_GLIBCXX_USE_CXX11_ABI=0.Tomasz Kamiński1-2/+2
2026-01-19libstdc++: Fix std::erase_if behavior for std::__debug containersFrançois Dumont1-0/+22
2026-01-15c++: C++26 Reflection [PR120775]Marek Polacek3-1/+20
2026-01-13libstdc++: Fix handling iterators with proxy subscript in heap algorithms.Tomasz Kamiński1-4/+4
2026-01-12libstdc++: Improve comments on __wait_args::_M_setup_proxy_waitJonathan Wakely1-6/+5
2026-01-10libstdc++: constexpr flat_map and flat_multimapYuao Ma2-0/+18
2026-01-09libstdc++: Fix proxy wait detection in atomic waitJonathan Wakely2-29/+57
2026-01-09libstdc++: Ensure counting_semaphore::try_acquire_for times out [PR122878]Jonathan Wakely1-10/+18
2026-01-07libstdc++: Remove redundant return statement after static_assert(false)Jonathan Wakely1-4/+1
2026-01-07libstdc++: Use gnu_inline attribute on constexpr exception methods [PR123183]Jakub Jelinek2-30/+70
2026-01-02Update copyright years.Jakub Jelinek157-157/+157
2025-12-19libstdc++: Use smallest possible integer for __generate_cannonical_anyTomasz Kamiński2-30/+82
2025-12-19libstdc++: Fix chrono::parse to read from wide strings [PR123147]Jonathan Wakely1-4/+4
2025-12-18libstdc++: Fix some warnings seen during mingw-w64 bootstrapJonathan Wakely1-1/+2
2025-12-18libstdc++: Fix ranges::stable_sort handling of null buffer [PR123180]Jonathan Wakely1-2/+2
2025-12-18libstdc++: Fix up std::generate_canonical for 32-bit archesJonathan Wakely1-52/+23
2025-12-17libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABIJonathan Wakely2-1/+2
2025-12-17libstdc++: Implement std::philox_engine for targets without __int128Jonathan Wakely4-118/+440
2025-12-17libstdc++: Move new std::generate_canonical to inline namespaceJonathan Wakely2-0/+8
2025-12-17libstdc++: Restore braces around body of if-statementJonathan Wakely1-0/+2
2025-12-17libstdc++: Make declaration and definition of generate_canonical consistent.Tomasz Kamiński1-7/+4
2025-12-17libstdc++: Fixed failing dg-error in random/pr60037-neg.cc tests.Tomasz Kamiński1-1/+1
2025-12-17libstdc++: Fix up all_pedantic_errors.ccJakub Jelinek1-2/+2
2025-12-17libstdc++: Provide conversion between atomic_ref of similar types.Tomasz Kamiński2-14/+13
2025-12-16libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907]Jonathan Wakely1-0/+7
2025-12-16libstdc++: New generate_canonical impl (P0952, LWG2524) [PR119739]Nathan Myers1-11/+249
2025-12-16libstdc++: Implement P2408R5 C++20 iterators as inputs to STL algosPatrick Palka7-32/+106
2025-12-11libstdc++: Implement C++26 P3378R2 - constexpr exception typesJakub Jelinek19-75/+1114
2025-12-11libstdc++: constexpr flat_set and flat_multisetYuao Ma2-0/+18
2025-12-09libstdc++: Regenerate <bits/version.h>Jonathan Wakely1-2/+2
2025-12-09libstdc++: Set __cpp_lib_submdspan to 202411.Luc Grosheintz2-6/+7
2025-12-08libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]Jonathan Wakely2-3/+7
2025-12-08libstdc++: Extend __is_standard_integer to cover extended integer typesJonathan Wakely3-16/+14
2025-12-08libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h>Jonathan Wakely1-4/+0
2025-12-08libstdc++: Move std::cmp_equal, std::cmp_less etc. to new fileJonathan Wakely1-0/+120
2025-12-06libstdc++: std::atomic should use std::addressofJonathan Wakely1-1/+2
2025-12-05libstdc++: Implement rest of P2655R3 common_reference of reference_wrapperPatrick Palka3-0/+52
2025-12-05libstdc++: Implement P2655R3 changes to common_reference bullet 1Patrick Palka2-0/+18
2025-12-05libstdc++: Use deducing this in std::bind_front even in C++20 [PR111327]Patrick Palka1-1/+4