aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2024-08-01libstdc++: fix uses of explicit object parameter [PR116038]Patrick Palka2-6/+9
2024-08-01libstdc++: Remove std::basic_format_args default constructor (LWG 4106)Jonathan Wakely1-2/+0
2024-08-01libstdc++: Make std::basic_format_context non-copyable [PR114387]Jonathan Wakely1-1/+6
2024-08-01libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)Jonathan Wakely1-0/+8
2024-08-01libstdc++: Define __cpp_lib_ranges in <algorithm>Jonathan Wakely1-0/+1
2024-08-01libstdc++: Use reserved form of [[__likely__]] in <variant>Jonathan Wakely1-1/+1
2024-08-01libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely2-2/+2
2024-07-12libstdc++: Fix std::to_array for trivial-ish types [PR115522]Jonathan Wakely1-2/+6
2024-06-04libstdc++: Only define std::span::at for C++26 [PR115335]Jonathan Wakely1-0/+2
2024-05-28libstdc++: Guard use of sized deallocation [PR114940]Jonathan Wakely1-2/+11
2024-05-22libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...Jonathan Wakely1-10/+33
2024-05-14libstdc++: Fix typo in std::stacktrace::max_size [PR115063]Jonathan Wakely1-1/+1
2024-05-14libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891]Jonathan Wakely1-0/+8
2024-04-30libstdc++: 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-17libstdc++: Implement "Printing blank lines with println" for C++23Jonathan Wakely2-0/+26
2024-04-15libstdc++: Add std::reference_wrapper comparison operators for C++26Jonathan Wakely1-0/+1
2024-04-03libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]Jonathan Wakely1-1/+1
2024-04-02libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlapPatrick Palka1-5/+8
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 Wakely1-1/+2
2024-03-23libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]Jonathan Wakely1-2/+10
2024-03-22libstdc++: Replace std::result_of with __invoke_result_t [PR114394]Jonathan Wakely2-1/+5
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely1-3/+4
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely1-3/+3
2024-03-07libstdc++: Update expiry times for leap seconds listsJonathan Wakely1-1/+1
2024-03-07libstdc++: Better diagnostics for std::format errorsJonathan Wakely1-0/+13
2024-03-04libstdc++: Add missing std::tuple constructor [PR114147]Jonathan Wakely1-0/+14
2024-02-29libstdc++: Fix std::basic_format_arg::handle for BasicFormattersJonathan Wakely1-5/+1
2024-02-28libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask opsJonathan Wakely2-0/+11
2024-02-28libstdc++: Fix std::print for CygwinJonathan Wakely2-3/+3
2024-02-28libstdc++: Add more [[nodiscard]] to <stacktrace>Jonathan Wakely1-5/+31
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++: Avoid aliasing violation in std::valarray [PR99117]Jonathan Wakely1-1/+7
2024-02-09libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_sameKen Matsui1-4/+5
2024-02-04libstdc++: Replace padding bits with bit-fields in __format::_SpecJonathan Wakely1-0/+2
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 Palka6-76/+311
2024-01-31libstdc++: Fix -Wshift-count-overflow warning in std::bitsetJonathan Wakely1-6/+7
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-18libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zipPatrick Palka1-9/+9