index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
span
Age
Commit message (
Expand
)
Author
2025-09-10
libstdc++: Apply LWG4351 to CTAD of span/mdspan.
Luc Grosheintz
2025-09-08
libstdc++: Adjust span/mdspan CTAD for P2781R9.
Luc Grosheintz
2025-07-09
libstdc++: Do not use list-initialization in std::span members [PR120997]
Jonathan Wakely
2025-07-08
libstdc++: Better CTAD for span and mdspan [PR120914].
Luc Grosheintz
2025-03-06
libstdc++: Remove redundant std::span destructor
Jonathan Wakely
2025-01-08
libstdc++: Adjust indentation of new std::span constructor
Jonathan Wakely
2025-01-08
libstdc++: add initializer_list constructor to std::span (P2447R6)
Giuseppe D'Angelo
2025-01-08
libstdc++: Avoid redundant assertions in std::span constructors
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-11
libstdc++: Skip redundant assertions in std::span construction [PR117966]
Jonathan Wakely
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-09-15
libstdc++: Adjust std::span::iterator to be ADL-proof
Jonathan Wakely
2024-06-04
libstdc++: Only define std::span::at for C++26 [PR115335]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-21
libstdc++: Add std::span::at for C++26 (P2821R5)
Jonathan Wakely
2023-11-11
libstdc++: Add [[nodiscard]] to std::span members
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-04-14
libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"
Patrick Palka
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-10
libstdc++: Fix std::span constraint for sizeof(size_t) < sizeof(int) [PR108221]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-01
libstdc++: Reorder constraints on std::span::span(Range&&) constructor.
Jonathan Wakely
2021-10-21
libstdc++: Implement P1739R4 changes to views::take/drop/counted
Patrick Palka
2021-09-16
libstdc++: Add missing constraint to std::span deduction guide [PR102280]
Jonathan Wakely
2021-08-31
libstdc++: Add valid range checks to std::span constructors [PR98421]
Jonathan Wakely
2021-07-12
libstdc++: Constrain std::as_writable_bytes [PR101411]
Jonathan Wakely
2021-06-17
libstdc++: Implement P2325 changes to default-constructibility of views
Patrick Palka
2021-01-04
Update copyright years.
Jakub Jelinek
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
2020-10-28
libstdc++: Make std::span layout-compatible with struct iovec [PR 95609]
Jonathan Wakely
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
2020-09-21
libstdc++: Remove overzealous static_asserts from std::span
Patrick Palka
2020-02-24
libstdc++: enable_view has false positives (LWG 3326)
Jonathan Wakely
2020-02-19
libstdc++: span's deduction-guide for built-in arrays doesn't work (LWG 3369)
Jonathan Wakely
2020-02-19
libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320)
Jonathan Wakely
2020-02-19
libstdc++: "safe" in several library names is misleading (LWG 3379)
Jonathan Wakely
2020-02-18
libstdc++: P1976R2 Fixed-size span construction from dynamic range
Jonathan Wakely
2020-02-18
libstdc++: Fix and simplify constraints on std::span constructors
Jonathan Wakely
2020-02-18
libstdc++: Reorder declarations of std::span members
Jonathan Wakely
2020-02-18
libstdc++: P2116R0 Remove tuple-like protocol support from fixed-extent span
Jonathan Wakely
2020-01-27
libstdc++: Fix deduction guide for std::span (PR93426)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-12-10
libstdc++: Correct noexcept-specifiers on span constructors
Jonathan Wakely
2019-12-10
libstdc++: Reduce header dependencies in <span>
Jonathan Wakely
2019-12-09
libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
Jonathan Wakely
2019-12-05
libstdc++: Implement P1872R0 and P1394R0 for std::span
JeanHeyd "ThePhD" Meneide
2019-09-30
Implement LWG 3255 for std::span constructors
Jonathan Wakely
2019-09-09
Improve constraints for std::span constructors
Jonathan Wakely
2019-09-05
Improve precondition checks for std::span
Jonathan Wakely
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide