aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-19libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]Jonathan Wakely1-0/+10
2024-03-19libstdc++: Regenerate <bits/version.h> in maintainer modeJonathan Wakely2-0/+10
2024-03-19libstdc++: Fix Python scripts to output the correct filenameJonathan Wakely2-2/+3
2024-03-19libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]Jonathan Wakely1-6/+6
2024-03-18libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advanceFrançois Dumont1-0/+3
2024-03-18libstdc++: Fix _Safe_local_iterator<>::_M_valid_rangeFrançois Dumont1-1/+7
2024-03-17libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]François Dumont1-0/+12
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely1-3/+4
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely3-71/+71
2024-03-14libstdc++: Add missing clear_padding in __atomic_float constructorxndcn1-1/+1
2024-03-14libstdc++: Update C++23 status in the manualJonathan Wakely1-1/+1
2024-03-09libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]Jonathan Wakely1-1/+11
2024-03-09libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]Jonathan Wakely1-12/+62
2024-03-07libstdc++: Use std::from_chars to speed up parsing subsecond durationsJonathan Wakely1-10/+18
2024-03-07libstdc++: Fix parsing of fractional seconds [PR114244]Jonathan Wakely1-6/+12
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely3-4/+5
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-29libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...Jonathan Wakely1-19/+22
2024-02-28libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]Jonathan Wakely1-3/+3
2024-02-28libstdc++: Add more nodiscard uses in <vector>Jonathan Wakely3-12/+18
2024-02-28libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask opsJonathan Wakely7-58/+126
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