aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
8 hourslibstdc++: Populate std::time_get::get's %c format for C localeJonathan Wakely2-0/+74
8 hourslibstdc++: Fix rounding in chrono::parseJonathan Wakely2-1/+40
5 dayslibstdc++: Fix test FAILs due to -Wreturn-local-addrJonathan Wakely2-0/+2
5 dayslibstdc++: Fix test FAIL due to -Wpointer-arithJonathan Wakely1-0/+1
6 dayslibstdc++: Preserve signbit of nan when converting float to double [PR113578]Jonathan Wakely1-0/+14
6 dayslibstdc++: Fix comments in <sstream> tests that mention basic_filebufJonathan Wakely9-25/+17
6 dayslibstdc++: Add [[nodiscard]] to iostream membersJonathan Wakely2-4/+4
7 dayslibstdc++: testsuite: fix dg-bogus directive syntaxSam James3-3/+3
7 dayslibstdc++: #ifdef out #pragma GCC system_headerJason Merrill8-12/+13
10 dayslibstdc++: Disable std::formatter<char8_t, C> specializationJonathan Wakely1-0/+17
10 dayslibstdc++: Fix formatting of most negative chrono::duration [PR116755]Jonathan Wakely1-0/+8
10 dayslibstdc++: add default template parameters to algorithmsJonathan Wakely2-0/+182
12 dayslibstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]Jonathan Wakely1-0/+35
13 dayslibstdc++: add #pragma diagnosticJason Merrill4-4/+4
2024-09-15libstdc++: Enable most of <chrono> for freestandingJonathan Wakely1-0/+52
2024-09-15libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]Jonathan Wakely1-0/+31
2024-09-14libstdc++: Refactor loops in std::__platform_semaphoreJonathan Wakely2-0/+20
2024-09-13libstdc++: Do not use use memmove for 1-element ranges [PR108846,PR116471]Giuseppe D'Angelo5-4/+188
2024-09-12libstdc++: Simplify std::launder definitionJonathan Wakely1-6/+9
2024-09-10libstdc++: std::string move assignment should not use POCCA trait [PR116641]Jonathan Wakely1-0/+53
2024-09-10libstdc++: Add missing exception specifications in testsJonathan Wakely2-10/+12
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