aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-09-06libstdc++: Fix std::chrono::parse for TAI and GPS clocksJonathan Wakely5-2/+121
2024-09-05libstdc++: -Wswitch and ios::openmodeJason Merrill1-0/+4
2024-09-03libstdc++: Fix error handling in fs::hard_link_count for WindowsJonathan Wakely1-0/+24
2024-09-03libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator ...Jonathan Wakely1-0/+52
2024-09-03libstdc++: Simplify std::any to fix -Wdeprecated-declarations warningJonathan Wakely1-0/+22
2024-09-03libstdc++: Add missing feature-test macro in various headersDhruv Chawla11-0/+88
2024-09-02[libstdc++-v3] [testsuite] improve future/*/poll.cc calibrationAlexandre Oliva1-41/+70
2024-09-02[libstdc++] [testsuite] avoid async.cc loss of precision [PR91486]Alexandre Oliva1-3/+16
2024-08-28libstdc++: fix testcase regexpJason Merrill1-1/+1
2024-08-27libstdc++: Do not use std::vector<bool>::reference default ctor [PR115098]Jonathan Wakely2-6/+0
2024-08-23libstdc++: Implement LWG 3746 for std::optionalJonathan Wakely1-0/+20
2024-08-23libstdc++: Fix std::allocator_traits::construct constraints [PR108619]Jonathan Wakely4-24/+53
2024-08-23libstdc++: Define operator== for hash table iterators [PR115939]Jonathan Wakely1-0/+29
2024-08-23libstdc++: Fix std::random_shuffle for low RAND_MAX [PR88935]Giovanni Bajo1-0/+24
2024-08-23libstdc++: Make std::vector<bool>::reference constructor private [PR115098]Jonathan Wakely2-0/+19
2024-08-22libstdc++: Add some missing ranges feature-test macro testsPatrick Palka3-0/+12
2024-08-22libstdc++: Optimize std::projected<I, std::identity>Patrick Palka1-0/+5
2024-08-22libstdc++: Implement P2997R1 changes to the indirect invocability conceptsPatrick Palka3-71/+42
2024-08-22libstdc++: Implement P2609R3 changes to the indirect invocability conceptsPatrick Palka2-1/+28
2024-08-21libstdc++: Check ios::uppercase for ios::fixed floating-point output [PR114862]Jonathan Wakely1-0/+46
2024-08-21libstdc++: Fix std::variant to reject array types [PR116381]Jonathan Wakely1-0/+17
2024-08-20libstdc++: Adjust testcase for constexpr placement new [PR115744]Jonathan Wakely1-2/+7
2024-08-16libstdc++-v3: testsuite: Prune uncapitalized "in function" linker warningHans-Peter Nilsson1-0/+9
2024-08-03libstdc++: use concrete return type for std::forward_likePatrick Palka1-4/+2
2024-08-02libstdc++: Add missing <cstdint> to testJonathan Wakely1-0/+1
2024-08-01libstdc++: Fix incomplete change to reduce iterations for simulatorsJonathan Wakely1-3/+3
2024-08-01libstdc++: Constrain std::basic_string default constructor [PR113841]Jonathan Wakely1-0/+28
2024-08-01libstdc++: Make dg-error pattern more accurateJonathan Wakely2-4/+4
2024-07-31libstdc++: Fix unexpected compilation error in neg testsFrançois Dumont2-10/+8
2024-07-31libstdc++: Fix src/c++20/format.cc for non-gthreads targetsJonathan Wakely1-1/+1
2024-07-31libstdc++: drop bogus 'dg_do run' directiveSam James1-1/+0
2024-07-31libstdc++: Only append "@euro" to locale names for Glibc testingJonathan Wakely1-1/+1
2024-07-31libstdc++: Bump __cpp_lib_format value for std::runtime_formatJonathan Wakely1-2/+2
2024-07-31libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]Jonathan Wakely3-3/+46
2024-07-31libstdc++: Define C++26 member visit for std::variant [PR110356]Jonathan Wakely2-1/+121
2024-07-31libstdc++: Implement C++26 type checking for std::format args [PR115776]Jonathan Wakely4-0/+201
2024-07-31libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20Jonathan Wakely2-3/+3
2024-07-31libstdc++: Handle encodings in localized chrono formatting [PR109162]Jonathan Wakely2-0/+91
2024-07-30libstdc++: Fix formatter for low-resolution chrono::zoned_time (LWG 4124)Jonathan Wakely1-0/+4
2024-07-30libstdc++: Fix std::format output for std::chrono::zoned_timeJonathan Wakely5-6/+95
2024-07-30libstdc++: Implement LWG 3886 for std::optional and std::expectedJonathan Wakely2-0/+116
2024-07-30libstdc++: Fix overwriting files with fs::copy_file on WindowsJonathan Wakely2-0/+131
2024-07-30libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]Lennox Shou Hao Ho1-0/+37
2024-07-29Polish libstdc++ 'dg-final' action 'file-io-diff'Thomas Schwinge1-8/+11
2024-07-29testsuite: fix dg-do ordering wrt dg-require-*Sam James1-1/+1
2024-07-25libstdc++: Remove std::basic_format_args default constructor (LWG 4106)Jonathan Wakely1-0/+4
2024-07-25libstdc++: Implement P2968R2 "Making std::ignore a first-class object"Jonathan Wakely1-0/+29
2024-07-25libstdc++: fix uses of explicit object parameter [PR116038]Patrick Palka3-0/+83
2024-07-25libstdc++: Add noexcept to bad_expected_access<void> members (LWG 4031)Jonathan Wakely1-0/+13
2024-07-25libstdc++: Implement LWG 3836 for std::optional bool conversionsJonathan Wakely1-0/+58