aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std
AgeCommit message (Expand)AuthorFilesLines
2024-01-02libstdc++: testsuite: Reduce max_size_type.cc exec time [PR113175]Patrick Palka1-4/+4
2023-12-18libstdc++: Make ranges::to closure objects SFINAE-friendly [PR112802]Patrick Palka1-0/+20
2023-12-12libstdc++: Fix std::format("{}", 'c')Jonathan Wakely2-0/+59
2023-12-12libstdc++: Fix std::format output of %C for negative yearsJonathan Wakely1-2/+5
2023-12-09libstdc++: Fix value of __cpp_lib_format macro [PR111826]Jonathan Wakely1-2/+2
2023-12-09libstdc++: Fix resolution of LWG 4016 for std::ranges::to [PR112876]Jonathan Wakely1-6/+6
2023-12-05libstdc++: Add workaround to std::ranges::subrange [PR111948]Jonathan Wakely1-0/+8
2023-12-05libstdc++: Implement LWG 4016 for std::ranges::toJonathan Wakely1-28/+121
2023-12-05libstdc++: Disable std::formatter::set_debug_format [PR112832]Jonathan Wakely1-0/+29
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek1-1/+1
2023-11-30libstdc++: Fix std::ranges::to errorsJonathan Wakely1-14/+15
2023-11-23libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]Jonathan Wakely3-0/+412
2023-11-18libstdc++: Check string value_type in std::make_format_args [PR112607]Jonathan Wakely1-0/+30
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely16-42/+69
2023-11-14libstdc++: Fix UB in weekday::weekday(sys_days) and add testCassio Neri1-0/+9
2023-11-13libstdc++: Add dg-timeout-factor to remaining <chrono> IO testsJonathan Wakely6-0/+6
2023-11-09libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453]Patrick Palka1-0/+13
2023-10-26libstdc++: Add dg-timeout-factor to <chrono> IO testsJonathan Wakely18-0/+18
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely17-17/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::chrono testsJonathan Wakely77-110/+33
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::format testsJonathan Wakely17-21/+0
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> testsJonathan Wakely105-205/+101
2023-09-15libstdc++: Replace dg-options "-std=c++20" with dg-add-options strict_stdJonathan Wakely4-7/+7
2023-09-07libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20" } in testsJonathan Wakely1-1/+1
2023-09-07libstdc++: Fix <ranges> tests that fail in C++23Jonathan Wakely8-7/+154
2023-09-07libstdc++: Simplify C++20 poison pill overloads (P2602R2)Jonathan Wakely2-1/+32
2023-09-07libstdc++: Relax range adaptors for move-only types (P2494R2)Jonathan Wakely6-1/+77
2023-09-01libstdc++: Fix how chrono::parse handles errors for time-of-day valuesJonathan Wakely1-0/+7
2023-09-01libstdc++: Do not allow chrono::parse to overflow for %C [PR111162]Jonathan Wakely1-0/+12
2023-08-24libstdc++: Add test for illegal pointer arithmetic in format [PR111102]Paul Dreik1-0/+15
2023-08-24libstdc++: Fix -Wunused-but-set-variable in std::format_to testJonathan Wakely1-4/+4
2023-08-17libstdc++: Add std::formatter specializations for extended float typesJonathan Wakely2-33/+92
2023-08-17libstdc++: Rework std::format support for wchar_tJonathan Wakely1-0/+10
2023-08-17libstdc++: Implement P2770R0 changes to join_view / join_with_viewPatrick Palka1-0/+110
2023-08-17libstdc++: Convert _RangeAdaptorClosure into a CRTP base [PR108827]Patrick Palka1-7/+0
2023-08-17libstdc++: Fix std::format("{:F}", inf) to use uppercaseJonathan Wakely1-0/+12
2023-08-17libstdc++: Disable PCH for tests that rely on include orderJonathan Wakely2-0/+2
2023-08-16libstdc++: Fix std::basic_string::resize_and_overwriteJonathan Wakely2-0/+9
2023-08-11libstdc++: Fix std::format_to_n return value [PR110990]Jonathan Wakely1-0/+17
2023-08-11libstdc++: Implement C++20 std::chrono::parse [PR104167]Jonathan Wakely15-16/+1038
2023-08-10libstdc++: Fix out-of-bounds read in format string "{:{}." [PR110974]Jonathan Wakely1-1/+20
2023-08-10libstdc++: Fix std::format for localized floats [PR110968]Jonathan Wakely1-0/+3
2023-08-07libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]Jonathan Wakely1-0/+100
2023-08-07libstdc++: Fix past-the-end increment in std::format [PR110862]Jonathan Wakely1-0/+13
2023-07-27libstdc++: Fix std::format alternate form for floating-point [PR108046]Jonathan Wakely1-0/+4
2023-07-19libstdc++: Fix formatting of negative chrono::hh_mm_ssJonathan Wakely1-0/+4
2023-07-19libstdc++: Fix locale-specific duration formatting [PR110719]Jonathan Wakely1-2/+22
2023-07-19libstdc++: Implement correct locale-specific chrono formatting [PR110719]Jonathan Wakely3-12/+84
2023-07-19libstdc++: Check for multiple modifiers in chrono format string [PR110708]Jonathan Wakely1-0/+10
2023-06-26libstdc++: Fix std::format for pointers [PR110239]Jonathan Wakely1-0/+5