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
/
include
/
std
/
array
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-11
libstdc++: Skip redundant assertions in std::array equality [PR106212]
Jonathan Wakely
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-06-21
libstdc++: Fix std::to_array for trivial-ish types [PR115522]
Jonathan Wakely
1
-2
/
+6
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
1
-0
/
+1
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-0
/
+2
2023-09-25
libstdc++: Prevent unwanted ADL in std::to_array [PR111512]
Jonathan Wakely
1
-2
/
+2
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-4
/
+6
2023-06-20
libstdc++: Remove redundant code in std::to_array
Jonathan Wakely
1
-2
/
+2
2023-06-09
libstdc++: Optimize std::to_array for trivial types [PR110167]
Jonathan Wakely
1
-16
/
+37
2023-06-06
libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]
Jonathan Wakely
1
-5
/
+5
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-04
libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]
Jonathan Wakely
1
-1
/
+1
2022-11-08
libstdc++: Fix -Wsystem-headers warnings
Jonathan Wakely
1
-2
/
+2
2022-05-04
libstdc++: Add always_inline to the simplest std::array accessors [PR104719]
Jonathan Wakely
1
-4
/
+4
2022-05-04
libstdc++: Simplify std::array accessors [PR104719]
Jonathan Wakely
1
-45
/
+35
2022-02-01
Declare std::array members with attribute const [PR101831].
Martin Sebor
1
-8
/
+8
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
1
-3
/
+1
2021-11-04
libstdc++: Optimize std::tuple_element and std::tuple_size_v
Jonathan Wakely
1
-0
/
+8
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
1
-1
/
+37
2021-07-27
libstdc++: Reduce header dependencies on <array> and <utility>
Jonathan Wakely
1
-17
/
+13
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-03
libstdc++: Disable std::array assertions for C++11 constexpr
Jonathan Wakely
1
-0
/
+6
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
1
-31
/
+35
2020-09-02
libstdc++: Fix three-way comparison for std::array [PR 96851]
Jonathan Wakely
1
-9
/
+13
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-05
libstdc++: Implement spaceship for std::array (P1614R2)
Jonathan Wakely
1
-0
/
+20
2019-11-15
Implement the <array> part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
1
-3
/
+3
2019-09-26
Remove include directives for deleted Profile Mode headers
Jonathan Wakely
1
-4
/
+0
2019-08-08
P0325R4 to_array from LFTS with updates
Jonathan Wakely
1
-1
/
+39
2019-08-01
Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...
Edward Smith-Rowland
1
-0
/
+7
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
1
-1
/
+1
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-30
Implement LWG 2485
Ville Voutilainen
1
-0
/
+8
2017-10-25
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
Jonathan Wakely
1
-2
/
+2
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
1
-0
/
+7
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-08
Delete std::swap for debug mode array
Jonathan Wakely
1
-1
/
+0
2016-12-01
Implement LWG 2766,
Ville Voutilainen
1
-0
/
+8
2016-08-23
Add constexpr to <iterator> and <array> for C++17
Jonathan Wakely
1
-18
/
+18
2016-07-31
libstdc++/72745 add static assertion for invalid tuple access
Jonathan Wakely
1
-3
/
+3
2016-06-16
Provide swappable traits (p0185r1)
Daniel Kruegler
1
-2
/
+14
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-19
/
+19
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-06-23
array: Include <array>.
François Dumont
1
-0
/
+5
2015-06-05
Add __is_nothrow_swappable and take it into use.
Ville Voutilainen
1
-1
/
+1
[next]