index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
23_containers
/
span
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-08
libstdc++: add initializer_list constructor to std::span (P2447R6)
Giuseppe D'Angelo
2
-0
/
+101
2025-01-02
Update copyright years.
Jakub Jelinek
27
-27
/
+27
2024-12-11
libstdc++: Skip redundant assertions in std::span construction [PR117966]
Jonathan Wakely
1
-0
/
+13
2024-01-03
Update copyright years.
Jakub Jelinek
27
-27
/
+27
2023-12-05
libstdc++: Redefine __glibcxx_assert to work in C++23 constexpr
Jonathan Wakely
3
-6
/
+6
2023-11-29
Fix '23_containers/span/at.cc' for '-fno-exceptions' configurations
Thomas Schwinge
1
-2
/
+2
2023-11-21
libstdc++: Add std::span::at for C++26 (P2821R5)
Jonathan Wakely
3
-28
/
+50
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
2
-0
/
+2
2023-11-11
libstdc++: Add [[nodiscard]] to std::span members
Jonathan Wakely
20
-21
/
+79
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
Jonathan Wakely
9
-16
/
+7
2023-09-15
libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span tests
Jonathan Wakely
21
-57
/
+36
2023-09-15
libstdc++: Remove dg-options "-std=c++20" from <span> and <cuchar> tests
Jonathan Wakely
2
-4
/
+2
2023-03-20
c++: explicit ctor and list-initialization [PR109159]
Marek Polacek
1
-2
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2022-01-03
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2021-11-26
libstdc++: Remove redundant xfail selectors in dg-do compile tests
Jonathan Wakely
1
-1
/
+1
2021-10-05
libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...
Jonathan Wakely
1
-0
/
+13
2021-08-31
libstdc++: Add valid range checks to std::span constructors [PR98421]
Jonathan Wakely
2
-0
/
+28
2021-08-24
libstdc++: Add std::is_layout_compatible trait for C++20
Jonathan Wakely
1
-9
/
+10
2021-08-11
libstdc++: Define std::is_pointer_interconvertible_base_of for C++20
Jonathan Wakely
1
-1
/
+1
2021-07-12
libstdc++: Constrain std::as_writable_bytes [PR101411]
Jonathan Wakely
1
-0
/
+15
2021-05-20
libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]
Jonathan Wakely
3
-3
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2020-10-28
libstdc++: Make std::span layout-compatible with struct iovec [PR 95609]
Jonathan Wakely
1
-0
/
+48
2020-09-21
libstdc++: Remove overzealous static_asserts from std::span
Patrick Palka
3
-12
/
+30
2020-07-31
libstdc++: Add dg-require-effective-target to std::span assert tests
Jonathan Wakely
13
-13
/
+26
2020-02-27
libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONS
Jonathan Wakely
13
-0
/
+13
2020-02-19
libstdc++: span's deduction-guide for built-in arrays doesn't work (LWG 3369)
Jonathan Wakely
2
-1
/
+5
2020-02-19
libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320)
Jonathan Wakely
1
-8
/
+7
2020-02-18
libstdc++: P1976R2 Fixed-size span construction from dynamic range
Jonathan Wakely
3
-2
/
+50
2020-02-18
libstdc++: P2116R0 Remove tuple-like protocol support from fixed-extent span
Jonathan Wakely
5
-109
/
+0
2020-01-27
libstdc++: Fix deduction guide for std::span (PR93426)
Jonathan Wakely
1
-0
/
+84
2020-01-01
Update copyright years.
Jakub Jelinek
29
-29
/
+29
2019-12-10
libstdc++: Correct noexcept-specifiers on span constructors
Jonathan Wakely
1
-0
/
+59
2019-12-05
libstdc++: Fix bug in std::span test
Jonathan Wakely
1
-2
/
+7
2019-10-09
Implement C++20 P0388R4, DR 1307, and DR 330.
Marek Polacek
1
-2
/
+1
2019-09-30
Implement LWG 3255 for std::span constructors
Jonathan Wakely
1
-0
/
+69
2019-09-10
PR libstdc++/91711 fix failing test
Jonathan Wakely
1
-1
/
+1
2019-09-05
Improve precondition checks for std::span
Jonathan Wakely
21
-10
/
+574
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide
8
-0
/
+398