aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
16 hourslibstdc++: Make std::expected trivially copy/move assignable (LWG 4026)Jonathan Wakely1-12/+77
19 hourslibstdc++: Fix use of feature test macro in <source_location>Jonathan Wakely1-8/+5
24 hourslibstdc++: Fix non-ASCII characters in <contracts> headerJonathan Wakely1-3/+3
48 hourslibstdc++: Do not allow contract26.cc to build without -fcontractsJonathan Wakely1-1/+1
2 dayslibstdc++: Disable false positive middle end warnings in std::shared_ptr [PR1...Jonathan Wakely1-0/+7
2 dayslibstdc++: Implement std::atomic::fetch_min/maxSoumya AR4-4/+203
2 dayslibstdc++, contracts: Add base P2900R14 contracts support.Nina Ranns8-85/+147
7 dayslibstdc++: Explicitly call _Mo_base() in _Cpy_base copy-constructor [PR123758]Tomasz Kamiński1-0/+1
10 dayslibstdc++: Disable __cpp_lib_reflection for old CXX ABIJakub Jelinek2-10/+11
11 dayslibstdc++: Use overload operator<=> when provided in relational functors [PR1...Tomasz Kamiński3-75/+131
11 dayslibstdc++: Fix std::erase_if for std::string with -D_GLIBCXX_USE_CXX11_ABI=0.Tomasz Kamiński1-2/+2
11 dayslibstdc++: Fix std::erase_if behavior for std::__debug containersFrançois Dumont21-154/+229
2026-01-15libstdc++: Fix __cpp_impl_reflection comparisonsJakub Jelinek1-4/+4
2026-01-15c++: C++26 Reflection [PR120775]Marek Polacek8-2/+735
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 Ma3-9/+166
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++: Fix std::basic_stringbuf::str()&& [PR123100]Jonathan Wakely1-3/+6
2026-01-07libstdc++: Remove redundant return statement after static_assert(false)Jonathan Wakely1-4/+1
2026-01-07libstdc++: Fix memory leak in std::barrier destructor [PR123378]Jonathan Wakely1-0/+6
2026-01-07libstdc++: Use gnu_inline attribute on constexpr exception methods [PR123183]Jakub Jelinek2-30/+70
2026-01-02Update copyright years.Jakub Jelinek820-820/+820
2025-12-19libstdc++: Use union to store non-trivially destructible types in C++17 mode ...Tomasz Kamiński1-7/+6
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-19libstdc++: Make more _Safe_iterator functions in constexpr in C++20.Tomasz Kamiński2-5/+17
2025-12-18libstdc++: Fix some warnings seen during mingw-w64 bootstrapJonathan Wakely1-1/+2
2025-12-18libstdc++: On Windows, retrieve thread-local variables via functionsLIU Hao1-0/+19
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ński4-19/+35
2025-12-16libstdc++: Optimize compilation time for signed/unsigned integer traitsJonathan Wakely1-79/+80
2025-12-16libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907]Jonathan Wakely1-0/+7
2025-12-16libstdc++: Update tzdata to 2025cJonathan Wakely1-1/+1
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 Palka10-38/+115
2025-12-12libstdc++: Make <mdspan> compatible with clang.Luc Grosheintz1-1/+1
2025-12-11libstdc++: Implement C++26 P3378R2 - constexpr exception typesJakub Jelinek52-346/+1242
2025-12-11libstdc++: constexpr flat_set and flat_multisetYuao Ma3-3/+118
2025-12-09libstdc++: Regenerate <bits/version.h>Jonathan Wakely1-2/+2
2025-12-09libstdc++: Set __cpp_lib_submdspan to 202411.Luc Grosheintz2-6/+7