aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-29libstdc++: Avoid MMX return types from __builtin_shufflevectorMatthias Kretz1-11/+28
2024-05-23libstdc++: Implement ranges::concat_view from P2542R7Patrick Palka3-0/+598
2024-05-22libstdc++: Add [[nodiscard]] to some std::locale functionsJonathan Wakely2-1/+8
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely1-1/+12
2024-05-22libstdc++: Guard use of sized deallocation [PR114940]Jonathan Wakely3-4/+13
2024-05-22libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...Jonathan Wakely2-11/+43
2024-05-22libstdc++: Ensure std::variant relops convert to bool [PR115145]Jonathan Wakely1-28/+35
2024-05-17libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]Jonathan Wakely1-2/+4
2024-05-15libstdc++: Fix data race in std::basic_ios::fill() [PR77704]Jonathan Wakely2-10/+15
2024-05-15libstdc++: Rewrite std::variant comparisons without macrosJonathan Wakely1-51/+112
2024-05-15libstdc++: Give std::memory_order a fixed underlying type [PR89624]Jonathan Wakely1-2/+2
2024-05-14libstdc++: Fix typo in std::stacktrace::max_size [PR115063]Jonathan Wakely1-1/+1
2024-05-13libstdc++: Use __builtin_shufflevector for simd split and concatMatthias Kretz3-192/+125
2024-05-07libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_viewJonathan Wakely1-13/+11
2024-05-07libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]Jonathan Wakely1-0/+10
2024-05-07libstdc++: Simplify std::variant comparison operatorsJonathan Wakely1-11/+9
2024-05-07libstdc++: Constrain equality ops for std::pair, std::tuple, std::variantJonathan Wakely7-70/+146
2024-05-07libstdc++: Use https instead of http in some commentsJonathan Wakely3-5/+5
2024-05-01libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891]Jonathan Wakely1-0/+8
2024-04-26libstdc++: Do not apply localized formatting to NaN and inf [PR114863]Jonathan Wakely1-1/+1
2024-04-25libstdc++: Fix typo in Doxygen commentJonathan Wakely1-1/+1
2024-04-25libstdc++: Add comment to #include in <variant>Jonathan Wakely1-1/+1
2024-04-22libstdc++: Fix conversion of simd to vector builtinMatthias Kretz1-1/+1
2024-04-22libstdc++: Silence irrelevant warnings in <experimental/simd>Matthias Kretz2-3/+8
2024-04-19libstdc++: Simplify constraints on <=> for std::reference_wrapperJonathan Wakely1-5/+11
2024-04-17libstdc++: Implement "Printing blank lines with println" for C++23Jonathan Wakely2-0/+26
2024-04-17libstdc++: Add include guard to simd-internal headerMatthias Kretz1-0/+4
2024-04-17libstdc++: Avoid ill-formed types on ARMMatthias Kretz1-2/+2
2024-04-15libstdc++: Add std::reference_wrapper comparison operators for C++26Jonathan Wakely4-0/+64
2024-04-15libstdc++: Heterogeneous std::pair comparisons [PR113386]Jonathan Wakely1-8/+24
2024-04-10libstdc++: Fix build for targets without FP std::from_chars [PR114633]Jonathan Wakely1-0/+4
2024-04-08libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]Jonathan Wakely1-0/+3
2024-04-03libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]Jonathan Wakely1-1/+1
2024-04-02libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]Jonathan Wakely1-3/+7
2024-04-02libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlapPatrick Palka1-5/+8
2024-03-27libstdc++: Add masked ++/-- implementation for sizeof < 16Matthias Kretz1-10/+14
2024-03-27libstdc++: Fix call signature of builtins from masked ++/--Matthias Kretz1-3/+9
2024-03-27libstdc++: add ARM SVE support to std::experimental::simdSrinivas Yadav Singanaboina9-104/+2152
2024-03-26libstdc++: fix generator iterator operator* return typeArsen Arsenović1-2/+2
2024-03-26libstdc++: fix _V badname in <generator>Arsen Arsenović1-8/+10
2024-03-23libstdc++: Disable std::formatter specializations (LWG 3944)Jonathan Wakely1-0/+23
2024-03-23libstdc++: Add __is_in_place_index_v helper and use it in <variant>Jonathan Wakely2-1/+8
2024-03-23libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]Jonathan Wakely1-2/+10
2024-03-22libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely3-15/+28
2024-03-22libstdc++: Constrain std::vector default constructor [PR113841]Jonathan Wakely3-0/+9
2024-03-22libstdc++: Use feature test macros in <bits/stl_construct.h>Jonathan Wakely1-7/+7
2024-03-22libstdc++: Reorder feature test macro definitionsJonathan Wakely2-37/+37
2024-03-22libstdc++: Replace std::result_of with __invoke_result_t [PR114394]Jonathan Wakely2-1/+5
2024-03-20libstdc++: [_GLIBCXX_DEBUG] Define __cpp_lib_null_iteratorsFrançois Dumont2-2/+1
2024-03-19libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely1-1/+1