aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
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-06c++: partial ordering of object parameter [PR53499]Jason Merrill2-4/+4
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++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely12-21/+15
2023-12-05libstdc++: Disable std::formatter::set_debug_format [PR112832]Jonathan Wakely1-0/+29
2023-12-05libstdc++: Add test for LWG Issue 3897Will Hawkins1-0/+15
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek2-1/+2
2023-11-30libstdc++: Fix std::ranges::to errorsJonathan Wakely1-14/+15
2023-11-29Fix '23_containers/span/at.cc' for '-fno-exceptions' configurationsThomas Schwinge1-2/+2
2023-11-23libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]Jonathan Wakely3-0/+412
2023-11-23libstdc++: Fix access error in __gnu_test::uneq_allocatorJonathan Wakely1-1/+1
2023-11-21libstdc++: Do not declare strtok for C++26 freestanding (P2937R0)Jonathan Wakely1-0/+19
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely7-3/+119
2023-11-21libstdc++: Add std::span::at for C++26 (P2821R5)Jonathan Wakely4-28/+72
2023-11-21libstdc++: Fix std::tr2::dynamic_bitset support for alternate charactersJonathan Wakely1-0/+36
2023-11-18libstdc++: Check string value_type in std::make_format_args [PR112607]Jonathan Wakely1-0/+30
2023-11-17libstdc++: Define C++26 saturation arithmetic functions (P0543R3)Jonathan Wakely6-0/+281
2023-11-17libstdc++: Add more Doxygen comments and another test for std::out_ptrJonathan Wakely1-0/+19
2023-11-16libstdc++: Fix aligned formatting of stacktrace_entry and thread::id [PR112564]Jonathan Wakely2-5/+27
2023-11-16libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]Jonathan Wakely8-0/+651
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely200-172/+366
2023-11-15libstdc++: Fix std::deque::operator[] Xmethod [PR112491]Jonathan Wakely1-1/+5
2023-11-15libstdc++: std::stacktrace tweaksJonathan Wakely1-2/+3
2023-11-14libstdc++: Fix UB in weekday::weekday(sys_days) and add testCassio Neri1-0/+9
2023-11-14libstdc++: Fix std::hash<std::stacktrace> [PR112348]Jonathan Wakely1-0/+23
2023-11-14libstdc++: Fix std::deque::size() Xmethod [PR112491]Jonathan Wakely1-0/+20
2023-11-13libstdc++: Add dg-timeout-factor to remaining <chrono> IO testsJonathan Wakely6-0/+6
2023-11-11libstdc++: Fix broken tests for <complex.h>Jonathan Wakely3-8/+13
2023-11-11libstdc++: Add static_assert to std::integer_sequence [PR112473]Jonathan Wakely1-0/+8
2023-11-11libstdc++: Fix test that fails with -ffreestandingJonathan Wakely1-10/+10
2023-11-11libstdc++: Deprecate std::atomic_xxx overloads for std::shared_ptrJonathan Wakely4-0/+4
2023-11-11libstdc++: Add [[nodiscard]] to lock typesJonathan Wakely3-0/+89
2023-11-11libstdc++: Add [[nodiscard]] to std::span membersJonathan Wakely20-21/+79
2023-11-11libstdc++: Add missing functions to <cmath> [PR79700]Nathaniel Shead2-0/+269
2023-11-10libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hostedArsen Arsenović1-0/+1
2023-11-09libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453]Patrick Palka1-0/+13
2023-11-02libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]Jonathan Wakely2-0/+28
2023-10-26libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]Jonathan Wakely1-0/+23
2023-10-26libstdc++: Add dg-timeout-factor to <chrono> IO testsJonathan Wakely19-0/+19
2023-10-21libstdc++: testsuite: Enhance codecvt_unicode with tests for length()Dimitrij Mijoski1-13/+110
2023-10-19libstdc++: [_Hashtable] Do not reuse untrusted cached hash codeFrançois Dumont1-5/+173
2023-10-13libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc regression with rece...Jakub Jelinek2-2/+2
2023-10-13testsuite: Replace many dg-require-thread-fence with dg-require-atomic-cmpxch...Hans-Peter Nilsson9-9/+9
2023-10-13testsuite: Add dg-require-atomic-cmpxchg-wordHans-Peter Nilsson2-0/+46
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski5-440/+1484
2023-09-28libstdc++: Show full Python stack on errorTom Tromey1-0/+2
2023-09-26testsuite: Require thread-fence for 29_atomics/atomic_flag/cons/value_init.ccHans-Peter Nilsson1-0/+1
2023-09-25libstdc++: Prevent unwanted ADL in std::to_array [PR111512]Jonathan Wakely1-0/+24