aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std
AgeCommit message (Expand)AuthorFilesLines
2024-01-21libstdc++: Fix std::chrono::file_clock conversions for low-precision timesJonathan Wakely1-0/+9
2024-01-21libstdc++: Fix std::format floating-point alternate forms [PR113512]Jonathan Wakely1-0/+6
2024-01-18libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]Patrick Palka1-4/+0
2024-01-18libstdc++: Fix std::format test for Solaris [PR113450]Jonathan Wakely1-1/+1
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely3-0/+276
2024-01-16libstdc++: Implement P2540R1 change to views::cartesian_product()Patrick Palka1-3/+3
2024-01-15libstdc++: Implement P2836R1 changes to const_iteratorPatrick Palka2-2/+2
2024-01-12libstdc++: Fix std::runtime_format deviations from the spec [PR113320]Jonathan Wakely1-0/+11
2024-01-11libstdc++/ranges: Use C++23 deducing this in _Pipe and _PartialPatrick Palka2-10/+10
2024-01-08libstdc++: Implement P2918R0 "Runtime format strings II" for C++26Jonathan Wakely1-0/+37
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely11-24/+64
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-0/+67
2024-01-08libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20Jonathan Wakely1-4/+23
2024-01-05libstdc++: Remove UB from month and weekday additions and subtractions.Cassio Neri4-2/+97
2024-01-03Update copyright years.Jakub Jelinek135-135/+135
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