summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/span
Commit message (Expand)AuthorAgeFilesLines
* c++: explicit ctor and list-initialization [PR109159]Marek Polacek2023-03-201-2/+2
* Update copyright years.Jakub Jelinek2023-01-1628-28/+28
* Update copyright years.Jakub Jelinek2022-01-0328-28/+28
* libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely2021-11-261-1/+1
* libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2021-10-051-0/+13
* libstdc++: Add valid range checks to std::span constructors [PR98421]Jonathan Wakely2021-08-312-0/+28
* libstdc++: Add std::is_layout_compatible trait for C++20Jonathan Wakely2021-08-241-9/+10
* libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely2021-08-111-1/+1
* libstdc++: Constrain std::as_writable_bytes [PR101411]Jonathan Wakely2021-07-121-0/+15
* libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]Jonathan Wakely2021-05-203-3/+3
* Update copyright years.Jakub Jelinek2021-01-0428-28/+28
* libstdc++: Make std::span layout-compatible with struct iovec [PR 95609]Jonathan Wakely2020-10-281-0/+48
* libstdc++: Remove overzealous static_asserts from std::spanPatrick Palka2020-09-213-12/+30
* libstdc++: Add dg-require-effective-target to std::span assert testsJonathan Wakely2020-07-3113-13/+26
* libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONSJonathan Wakely2020-02-2713-0/+13
* libstdc++: span's deduction-guide for built-in arrays doesn't work (LWG 3369)Jonathan Wakely2020-02-192-1/+5
* libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320)Jonathan Wakely2020-02-191-8/+7
* libstdc++: P1976R2 Fixed-size span construction from dynamic rangeJonathan Wakely2020-02-183-2/+50
* libstdc++: P2116R0 Remove tuple-like protocol support from fixed-extent spanJonathan Wakely2020-02-185-109/+0
* libstdc++: Fix deduction guide for std::span (PR93426)Jonathan Wakely2020-01-271-0/+84
* Update copyright years.Jakub Jelinek2020-01-0129-29/+29
* libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely2019-12-101-0/+59
* libstdc++: Fix bug in std::span testJonathan Wakely2019-12-051-2/+7
* Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek2019-10-091-2/+1
* Implement LWG 3255 for std::span constructorsJonathan Wakely2019-09-301-0/+69
* PR libstdc++/91711 fix failing testJonathan Wakely2019-09-101-1/+1
* Improve precondition checks for std::spanJonathan Wakely2019-09-0521-10/+574
* Implement std::span for C++20JeanHeyd Meneide2019-09-058-0/+398