summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]Jonathan Wakely2023-05-112-1/+32
* libstdc++: Fix __max_diff_type::operator>>= for negative valuesPatrick Palka2023-04-241-2/+10
* libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]Patrick Palka2023-04-182-1/+47
* libstdc++: Adding missing feature-test macros for C++23 ranges algosPatrick Palka2023-04-181-0/+16
* libstdc++: Fix typo in views::as_const's operator() [PR109525]Patrick Palka2023-04-181-14/+23
* libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"Patrick Palka2023-04-143-4/+73
* libstdc++: Implement ranges::enumerate_view from P2164R9Patrick Palka2023-04-122-0/+106
* libstdc++: Implement LWG 3904 change to lazy_split_view's iteratorPatrick Palka2023-04-122-1/+17
* libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]Patrick Palka2023-04-121-0/+35
* libstdc++: Update tzdata to 2023a [PR109288]Jonathan Wakely2023-03-281-3/+1
* libstdc++: Remove std::formatter<const charT[N], charT> specializationJonathan Wakely2023-03-221-0/+9
* libstdc++: Add missing __cpp_lib_format macro to <version>Jonathan Wakely2023-03-221-0/+15
* libstdc++: Implement LWG 3715 changes to view_interface::emptyPatrick Palka2023-03-141-0/+33
* libstdc++: Implement LWG 3820/3849 changes to cartesian_product_viewPatrick Palka2023-03-091-0/+9
* libstdc++: Implement LWG 3796 changes to repeat_/chunk_by_view [PR109024]Patrick Palka2023-03-092-0/+16
* libstdc++: Make views::single/iota/istream SFINAE-friendly [PR108362]Patrick Palka2023-03-093-0/+35
* libstdc++: extraneous begin in cartesian_product_view::end [PR107572]Patrick Palka2023-03-091-0/+24
* libstdc++: Make std::chrono::current_zone() default to UTCJonathan Wakely2023-03-011-11/+11
* libstdc++: Reorder dg-options before dg-doJonathan Wakely2023-02-241-1/+1
* libstdc++: Replace non-ascii character in testJonathan Wakely2023-02-161-1/+1
* libstdc++: Enable CTAD for std::basic_format_args (LWG 3810)Jonathan Wakely2023-02-161-0/+25
* libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.ccHans-Peter Nilsson2023-02-011-1/+1
* Update copyright years.Jakub Jelinek2023-01-16135-135/+135
* libstdc++: Remove dg-xfail-run-if in std/time/tzdb_list/1.ccJonathan Wakely2023-01-151-4/+10
* libstdc++: Fix narrowing conversion in std/time/clock/utc/io.ccJonathan Wakely2023-01-151-1/+2
* libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=noJonathan Wakely2023-01-142-0/+2
* libstdc++: Fix ostream insertion operators for calendar typesJonathan Wakely2023-01-1410-0/+322
* libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović2023-01-132-6/+19
* libstdc++: Add feature-test macros for implemented C++23 views [PR108260]Patrick Palka2023-01-0610-0/+80
* libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265]Jonathan Wakely2023-01-051-0/+16
* libstdc++, testsuite: Correct an init.Iain Sandoe2022-12-241-1/+1
* libstdc++: Add std::format support to <chrono>Jonathan Wakely2022-12-2215-6/+913
* libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely2022-12-2219-11/+1407
* libstdc++: Fix constraint on std::basic_format_string [PR108024]Jonathan Wakely2022-12-121-0/+16
* libstdc++: Add casts for integer-like difference type [PR107871]Jonathan Wakely2022-12-061-0/+14
* libstdc++: Make chrono::hh_mm_ss more compactJonathan Wakely2022-12-061-1/+55
* libstdc++: The Trouble with TribblesJonathan Wakely2022-12-062-27/+22
* libstdc++: Add test for chrono::utc_clock leap second offsetJonathan Wakely2022-11-161-0/+24
* libstdc++: Fix std::format test for strict -std=c++20 modeJonathan Wakely2022-11-151-3/+4
* libstc++: std::formattable concept should not be defined for C++20Jonathan Wakely2022-11-153-44/+68
* libstdc++: Fix detection of std::format support for __float128 [PR107693]Jonathan Wakely2022-11-151-2/+18
* libstdc++: Add C++20 clocksJonathan Wakely2022-11-133-0/+103
* libstdc++: Implement C++20 <format> [PR104166]Jonathan Wakely2022-11-1310-0/+1235
* libstdc++: Optimize std::destructible conceptJonathan Wakely2022-11-101-0/+5
* libstdc++: Implement ranges::as_rvalue_view from P2446R2Patrick Palka2022-11-071-0/+47
* libstdc++: Implement ranges::cartesian_product_view from P2374R4Patrick Palka2022-11-071-0/+186
* libstdc++: Implement remaining P2474R2 changes to views::take/dropPatrick Palka2022-10-191-0/+33
* libstdc++: Fix typo in stride_view's operator- [PR107313]Patrick Palka2022-10-191-0/+20
* libstdc++: Implement ranges::stride_view from P1899R3Patrick Palka2022-10-181-0/+73
* libstdc++: Implement ranges::repeat_view from P2474R2Patrick Palka2022-10-121-0/+93