aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/memory
AgeCommit message (Expand)AuthorFilesLines
2025-10-08libstdc++: Fix allocator propagation and tests for std::indirect and std::pol...Jonathan Wakely12-99/+281
2025-10-01libstdc++: Fix spelling of "Polymorphic" in a testJonathan Wakely1-9/+9
2025-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek1-0/+94
2025-08-04libstdc++: Fix dereferencing of std::indirect xvalues [PR121128]Tomasz Kamiński2-0/+111
2025-06-02libstdc++: Implement C++26 std::polymorphic [PR119152]Jonathan Wakely8-0/+1394
2025-05-26libstdc++: Run in_place constructor test for std::indirect [PR119152]Tomasz Kamiński1-1/+2
2025-05-26libstdc++: Implement C++26 std::indirect [PR119152]Jonathan Wakely8-0/+1140