aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)AuthorFilesLines
6 dayslibstdc++: Teach std::distance and std::advance about C++20 iterators [PR102181]Jonathan Wakely1-3/+65
9 dayslibstdc++: doc: Rectify referencing of non-existent typeTuur Martens1-4/+4
2025-07-19libstdc++: Only define __any_input_iterator for C++20Jonathan Wakely1-0/+2
2025-07-18libstdc++: Fixed localized empty-spec formatting for months/weekdays [PR121154]Tomasz Kamiński1-52/+87
2025-07-18libstdc++: Implement reverse iteration for _Utf_viewJonathan Wakely1-5/+133
2025-07-18libstdc++: Optimize _Utf_iterator for sizeJonathan Wakely1-6/+6
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely3-0/+23
2025-07-17libstdc++: Add comments to __unicode::_Utf_iteratorJonathan Wakely1-9/+38
2025-07-16libstdc++: Do not define __cpp_lib_constexpr_exceptions [PR121114]Tomasz Kamiński2-3/+4
2025-07-15libstdc++: Constrain std::swap using concepts in C++20Jonathan Wakely1-12/+18
2025-07-15libstdc++: Make ranges::advance(it, n, bound) follow standard more strictlyJonathan Wakely1-4/+16
2025-07-15libstdc++: Ensure that ranges::destroy destroys in constexpr [PR121024]Jonathan Wakely1-14/+12
2025-07-15libstdc++: Ensure std::hash<__int128> is defined [PR96710]Jonathan Wakely1-0/+9
2025-07-15libstdc++: Format %a/%A/%b/%h/%B/%p without using locale::classic [PR110739]Tomasz Kamiński1-67/+87
2025-07-14libstdc++: Add comments to deleted std::swap overloads for LWG 2766Jonathan Wakely2-0/+4
2025-07-14libstdc++: Correct value of __cpp_lib_constexpr_exceptions [PR117785]Jonathan Wakely2-3/+3
2025-07-11libstdc++: Always treat __float128 as a floating-point typeJonathan Wakely2-1/+10
2025-07-11libstdc++: Treat __int128 as a real integral type [PR96710]Jonathan Wakely5-84/+37
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek2-0/+19
2025-07-09libstdc++: Fix __uninitialized_default for constexpr caseJonathan Wakely1-1/+7
2025-07-09libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]Paul Keir4-0/+117
2025-07-09libstdc++: Added missing members to numeric_limits specializations for intege...Mateusz Zych1-0/+83
2025-07-08libstdc++: Set feature test macro for complete C++23 mdspan [PR107761].Luc Grosheintz2-3/+3
2025-07-07libstdc++: Fix attribute order on __normal_iterator friends [PR120949]Jonathan Wakely1-14/+16
2025-07-07libstdc++: Format chrono %a/%A/%b/%h/%B/%p using locale's time_put [PR117214]XU Kailiang1-15/+46
2025-07-06libstdc++: Implement ranges::shift_left/right from P2440R1Patrick Palka3-1/+125
2025-07-05libstdc++: Avoid -Wswitch warning from chrono formattersJonathan Wakely1-0/+2
2025-07-05libstdc++: Fix typo in __size_to_integer(__GLIBCXX_TYPE_INT_N_3)Jonathan Wakely1-2/+2
2025-07-03libstdc++: fix bits/version.def typoNathan Myers2-2/+2
2025-07-03libstdc++: construct bitset from string_view (P2697) [PR119742]Nathan Myers2-0/+18
2025-07-03libstdc++: Fix regression in std::uninitialized_fill for C++98 [PR120931]Jonathan Wakely1-1/+1
2025-07-02libstdc++: Use hidden friends for __normal_iterator operatorsJonathan Wakely1-164/+175
2025-07-01libstdc++: Use ranges::iter_move in ranges::remove_if [PR120789]Patrick Palka1-1/+1
2025-07-01libstdc++: Use ranges::iter_move in ranges::unique [PR120789]Patrick Palka1-1/+1
2025-06-27libstdc++: Directly implement ranges::shuffle [PR100795]Patrick Palka1-3/+55
2025-06-27libstdc++: Directly implement ranges::sample [PR100795]Patrick Palka1-7/+63
2025-06-27libstdc++: Directly implement ranges::nth_element [PR100795]Patrick Palka1-5/+42
2025-06-27libstdc++: Directly implement ranges::stable_partition [PR100795]Patrick Palka1-5/+101
2025-06-27libstdc++: Directly implement ranges::stable_sort [PR100795]Patrick Palka1-4/+203
2025-06-27libstdc++: Directly implement ranges::inplace_merge [PR100795]Patrick Palka1-4/+253
2025-06-27libstdc++: Directly implement ranges::sort [PR100795]Patrick Palka2-4/+175
2025-06-27libstdc++: Directly implement ranges::heap algos [PR100795]Patrick Palka1-16/+124
2025-06-27libstdc++: Use runtime format for internal format calls in chrono [PR110739]Tomasz Kamiński1-10/+27
2025-06-27libstdc++: Fix warnings introduced by type-erasing for chrono commits [PR110739]Tomasz Kamiński1-118/+103
2025-06-26libstdc++: Lift chrono localized formatting to main chrono format loop [PR110...Tomasz Kamiński1-167/+171
2025-06-26libstdc++: Type-erase chrono-data for formatting [PR110739]Tomasz Kamiński1-797/+1157
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek2-0/+18
2025-06-26c++, libstdc++: Implement C++26 P2830R10 - Constexpr Type OrderingJakub Jelinek2-0/+20
2025-06-25libstdc++: Report compilation error on formatting "%d" from month_last [PR120...Tomasz Kamiński1-2/+1
2025-06-13libstdc++: Fix std::uninitialized_value_construct for arrays [PR120397]Jonathan Wakely1-0/+20