aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers
AgeCommit message (Expand)AuthorFilesLines
2024-11-13libstdc++: Simplify _Hashtable merge functionsJonathan Wakely4-0/+498
2024-11-13libstdc++: Refactor Hashtable insertion [PR115285]Jonathan Wakely2-14/+21
2024-11-13libstdc++: Allow unordered_set assignment to assign to existing nodesJonathan Wakely2-6/+9
2024-11-07libstdc++: Fix conversions to key/value types for hash table insertion [PR115...Jonathan Wakely3-1/+76
2024-11-01libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...Jonathan Wakely9-0/+845
2024-11-01libstdc++: Add missing <vector> header to unordered_set/pr115285.cc testJonathan Wakely1-1/+2
2024-10-30libstdc++: Fix copy&paste comments in vector range testsJonathan Wakely4-4/+4
2024-10-28libstdc++: Fix tests for std::vector range operationsJonathan Wakely8-45/+50
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely8-0/+828
2024-10-27libstdc++: Fix std::vector<bool>::emplace to forward parameterJonathan Wakely1-0/+24
2024-10-24libstdc++: Fix test broken when using COW std::stringFrançois Dumont1-3/+2
2024-10-23libstdc++: Always instantiate key_type to compute hash code [PR115285]François Dumont5-63/+100
2024-10-18libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]Jonathan Wakely2-5/+3
2024-09-25libstdc++: testsuite: fix dg-bogus directive syntaxSam James3-3/+3
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill2-4/+4
2024-09-22libstdc++: add default template parameters to algorithmsJonathan Wakely1-0/+40
2024-09-03libstdc++: Add missing feature-test macro in various headersDhruv Chawla8-0/+64
2024-08-23libstdc++: Define operator== for hash table iterators [PR115939]Jonathan Wakely1-0/+29
2024-08-23libstdc++: Make std::vector<bool>::reference constructor private [PR115098]Jonathan Wakely1-0/+8
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-10libstdc++: Use direct-initialization for std::vector<bool>'s allocator [PR115...Jonathan Wakely2-0/+20
2024-06-27libstdc++: Add debug assertions to std::vector<bool> [PR103191]Jonathan Wakely1-1/+1
2024-06-27libstdc++: Enable more debug assertions during constant evaluation [PR111250]Jonathan Wakely2-4/+64
2024-06-21libstdc++: Fix std::to_array for trivial-ish types [PR115522]Jonathan Wakely1-0/+33
2024-06-13libstdc++: Improve diagnostics for invalid std::hash specializations [PR115420]Jonathan Wakely1-0/+16
2024-03-26libstdc++: Replace stacktrace effective target with feature testJonathan Wakely1-1/+1
2024-03-22libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely4-0/+502
2024-03-22libstdc++: Constrain std::vector default constructor [PR113841]Jonathan Wakely1-0/+34
2024-03-18libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advanceFrançois Dumont1-0/+16
2024-03-18libstdc++: Fix _Safe_local_iterator<>::_M_valid_rangeFrançois Dumont1-0/+28
2024-03-17libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]François Dumont2-0/+32
2024-03-07libstdc++: Replace unnecessary uses of built-ins in testsuiteJonathan Wakely9-18/+27
2024-02-28libstdc++: Add more nodiscard uses in <vector>Jonathan Wakely1-0/+153
2024-01-18libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]Patrick Palka2-0/+36
2024-01-11libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...François Dumont1-0/+20
2024-01-03Update copyright years.Jakub Jelinek1399-1399/+1399
2023-12-14libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]Jonathan Wakely17-17/+3
2023-12-06c++: partial ordering of object parameter [PR53499]Jason Merrill2-4/+4
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely3-6/+6
2023-11-29Fix '23_containers/span/at.cc' for '-fno-exceptions' configurationsThomas Schwinge1-2/+2
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely2-3/+22
2023-11-21libstdc++: Add std::span::at for C++26 (P2821R5)Jonathan Wakely3-28/+50
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely23-16/+46
2023-11-11libstdc++: Add [[nodiscard]] to std::span membersJonathan Wakely20-21/+79
2023-10-19libstdc++: [_Hashtable] Do not reuse untrusted cached hash codeFrançois Dumont1-5/+173
2023-09-25libstdc++: Prevent unwanted ADL in std::to_array [PR111512]Jonathan Wakely1-0/+24
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely94-167/+74
2023-09-15libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span testsJonathan Wakely21-57/+36
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely3-3/+0