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
/
20_util
/
variant
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2024-11-13
libstdc++: Refactor std::hash specializations
Jonathan Wakely
2
-0
/
+82
2024-10-14
libstdc++: Constrain std::expected comparisons (P3379R0)
Jonathan Wakely
1
-1
/
+1
2024-08-21
libstdc++: Fix std::variant to reject array types [PR116381]
Jonathan Wakely
1
-0
/
+17
2024-07-31
libstdc++: Define C++26 member visit for std::variant [PR110356]
Jonathan Wakely
2
-1
/
+121
2024-05-22
libstdc++: Ensure std::variant relops convert to bool [PR115145]
Jonathan Wakely
1
-0
/
+36
2024-05-07
libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
Jonathan Wakely
1
-0
/
+175
2024-01-07
libstdc++: Remove dg-timeout-factor from test
Jonathan Wakely
1
-2
/
+0
2024-01-03
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
1
-0
/
+20
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
3
-0
/
+3
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests
Jonathan Wakely
6
-10
/
+4
2023-09-15
libstdc++: Fix constraints for std::variant default constructor
Jonathan Wakely
1
-0
/
+11
2023-06-07
libstdc++: Fix some tests that fail with -fexcess-precision=standard
Jonathan Wakely
1
-2
/
+2
2023-02-02
libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585
Jonathan Wakely
1
-0
/
+16
2023-01-16
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2022-08-23
libstdc++: Fix visit<void>(v) for non-void visitors [PR106589]
Jonathan Wakely
1
-0
/
+8
2022-01-03
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2021-11-04
libstdc++: Fix handling of const types in std::variant [PR102912]
Jonathan Wakely
1
-0
/
+71
2021-10-15
libstdc++: Add missing constexpr to std::variant (P2231R1)
Jonathan Wakely
3
-0
/
+151
2021-10-01
libstdc++: Allow visiting inherited variants [PR 90943]
Jonathan Wakely
1
-0
/
+36
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from any/optional/variant tests
Jonathan Wakely
16
-16
/
+0
2021-05-10
libstdc++: Rename test type to avoid clashing with std::any
Jonathan Wakely
1
-4
/
+4
2021-05-04
libstdc++: Do not use deduced return type for std::visit [PR 100384]
Jonathan Wakely
1
-0
/
+9
2021-01-04
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2020-10-19
libstdc++: Optimize container node-handle type for size
Jonathan Wakely
1
-0
/
+1
2020-10-09
libstdc++: Diagnose visitors with different return types [PR95904]
Ville Voutilainen
1
-1
/
+1
2020-09-02
libstdc++: Break header cycle between <new> and <exception>
Jonathan Wakely
1
-1
/
+1
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
5
-3
/
+5
2020-07-02
PR libstdc++/91807
Ville Voutilainen
1
-0
/
+35
2020-06-29
PR libstdc++/95915
Ville Voutilainen
2
-0
/
+42
2020-06-23
libstdc++: Implement P1972R2 changes to std::variant (PR 95832)
Jonathan Wakely
2
-0
/
+39
2020-03-31
Library-side tests for parenthesized aggregate init
Ville Voutilainen
1
-0
/
+91
2020-02-21
libstdc++: Define <=> for tuple, optional and variant
Jonathan Wakely
3
-0
/
+54
2020-01-01
Update copyright years.
Jakub Jelinek
16
-16
/
+16
2019-05-17
Fix std::variant test for ILP32 targets
Jonathan Wakely
2
-1
/
+20
2019-05-16
Implement sane variant converting constructor (P0608R3)
Jonathan Wakely
2
-0
/
+52
2019-04-26
Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
Jonathan Wakely
1
-4
/
+24
2019-04-24
Avoid -Wcatch-value warning in testsuite
Jonathan Wakely
1
-1
/
+1
2019-04-24
Implement LWG 2904 for std::variant assignment
Jonathan Wakely
1
-0
/
+41
2019-04-23
Implement correct std::variant triviality rules from P0602R4
Jonathan Wakely
1
-7
/
+7
2019-04-23
PR libstdc++/90165 constrain variant(T&&) constructor
Jonathan Wakely
1
-0
/
+6
2019-04-23
Fix std::variant regression caused by never-valueless optimization
Jonathan Wakely
2
-0
/
+50
2019-04-17
Fix condition for std::variant to be copy constructible
Jonathan Wakely
2
-0
/
+36
2019-04-17
Remove unnecessary string literals from static_assert in C++17 tests
Jonathan Wakely
1
-125
/
+125
2019-04-17
Fix tests for std::variant to match original intention
Jonathan Wakely
1
-5
/
+9
2019-04-10
PR libstdc++/89851 Add testcase for std::variant equality
Jonathan Wakely
1
-0
/
+40
2019-04-09
Add comments and style fixes to <variant>
Jonathan Wakely
1
-0
/
+22
2019-04-09
Fix std::visit to support arbitrary callables
Jonathan Wakely
1
-0
/
+73
2019-04-09
PR libstdc++/90008 remove unused capture from variant rel ops
Jonathan Wakely
1
-0
/
+37
[next]