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/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
23_containers
/
array
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
1
-0
/
+2
2025-07-14
libstdc++: Add comments to deleted std::swap overloads for LWG 2766
Jonathan Wakely
1
-3
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
59
-59
/
+59
2024-12-11
libstdc++: Skip redundant assertions in std::array equality [PR106212]
Jonathan Wakely
1
-0
/
+15
2024-09-25
libstdc++: testsuite: fix dg-bogus directive syntax
Sam James
3
-3
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-3
/
+3
2024-06-27
libstdc++: Enable more debug assertions during constant evaluation [PR111250]
Jonathan Wakely
1
-0
/
+44
2024-06-21
libstdc++: Fix std::to_array for trivial-ish types [PR115522]
Jonathan Wakely
1
-0
/
+33
2024-01-03
Update copyright years.
Jakub Jelinek
59
-59
/
+59
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
2
-3
/
+22
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
7
-6
/
+12
2023-09-25
libstdc++: Prevent unwanted ADL in std::to_array [PR111512]
Jonathan Wakely
1
-0
/
+24
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
Jonathan Wakely
8
-15
/
+8
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-3
/
+3
2023-06-09
libstdc++: Optimize std::to_array for trivial types [PR110167]
Jonathan Wakely
1
-0
/
+14
2023-06-06
libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]
Jonathan Wakely
1
-0
/
+5
2023-01-16
Update copyright years.
Jakub Jelinek
59
-59
/
+59
2023-01-04
libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]
Jonathan Wakely
1
-3
/
+16
2022-05-05
libstdc++: Fixes for tests that fail with -fno-rtti
Jonathan Wakely
1
-0
/
+3
2022-05-04
libstdc++: Simplify std::array accessors [PR104719]
Jonathan Wakely
1
-3
/
+3
2022-02-01
Declare std::array members with attribute const [PR101831].
Martin Sebor
4
-0
/
+93
2022-01-03
Update copyright years.
Jakub Jelinek
59
-59
/
+59
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
1
-3
/
+3
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
8
-10
/
+10
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
1
-2
/
+2
2021-07-27
libstdc++: Reduce header dependencies on <array> and <utility>
Jonathan Wakely
1
-3
/
+3
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from containers tests
Jonathan Wakely
5
-6
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
59
-59
/
+59
2020-12-14
libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTED
François Dumont
3
-3
/
+3
2020-12-14
libstdc++: Fix several _GLIBCXX_DEBUG tests
François Dumont
3
-3
/
+3
2020-12-03
libstdc++: Disable std::array assertions for C++11 constexpr
Jonathan Wakely
3
-11
/
+42
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
11
-71
/
+8
2020-09-02
libstdc++: Fix three-way comparison for std::array [PR 96851]
Jonathan Wakely
2
-3
/
+122
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
1
-1
/
+1
2020-04-23
libstdc++: Change __cpp_lib_array_constexpr for C++17 again
Jonathan Wakely
2
-5
/
+4
2020-04-22
libstdc++: Update (and revert) value of __cpp_lib_array_constexpr
Jonathan Wakely
4
-2
/
+79
2020-02-27
libstdc++: Define <=> for Debug Mode array
Jonathan Wakely
2
-4
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
58
-58
/
+58
2019-12-09
libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG array
François Dumont
2
-4
/
+4
2019-12-05
libstdc++: Implement spaceship for std::array (P1614R2)
Jonathan Wakely
2
-3
/
+23
2019-11-15
Implement the <array> part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
2
-0
/
+79
2019-09-30
Implement C++20 constexpr comparison operators for __debug::array (P1023).
François Dumont
2
-4
/
+4
2019-08-08
P0325R4 to_array from LFTS with updates
Jonathan Wakely
4
-1
/
+141
2019-08-01
Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...
Edward Smith-Rowland
3
-4
/
+37
2019-06-17
Fix tests that fail without PCH
Jonathan Wakely
2
-1
/
+2
2019-06-11
Fix ConstexprIterator requirements tests - No constexpr algorithms!
Edward Smith-Rowland
1
-1
/
+5
2019-06-08
Test for C++20 p0858 - ConstexprIterator requirements.
Edward Smith-Rowland
1
-0
/
+41
2019-05-13
Remove Profile Mode, deprecated since GCC 7.1
Jonathan Wakely
2
-5
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
51
-51
/
+51
2018-10-19
Skip tests for GNU extensions when testing with strict mode
Jonathan Wakely
1
-0
/
+2
[next]