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
/
20_util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
PR libstdc++/71579 assert that type traits are not misused with incomplete types
Antony Polukhin
14
-0
/
+316
2019-05-24
Fix broken shared_ptr test
Jonathan Wakely
2
-11
/
+11
2019-05-23
Fix testsuite bugs
Jonathan Wakely
2
-25
/
+62
2019-05-23
LWG 2996 add rvalue overloads for shared_ptr aliasing and casting
Jonathan Wakely
5
-20
/
+284
2019-05-20
CWG 2094 - volatile scalars are trivially copyable.
Marek Polacek
1
-1
/
+3
2019-05-20
PR c++/90532 Ensure __is_constructible(T[]) is false
Jonathan Wakely
4
-0
/
+28
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-2
/
+2
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-05-14
nonesuch is insufficiently useless (lwg2996)
Nina Dinka Ranns
1
-0
/
+39
2019-05-14
Define std::__invoke_r for INVOKE<R>
Jonathan Wakely
2
-2
/
+82
2019-05-14
Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r
Jonathan Wakely
5
-6
/
+72
2019-05-14
Add __gnu_test::NullablePointer utility to testsuite
Jonathan Wakely
1
-1
/
+1
2019-05-14
LWG 2899 - Make is_move_constructible correct for unique_ptr
Jonathan Wakely
1
-0
/
+54
2019-05-10
PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
Jonathan Wakely
2
-1
/
+91
2019-05-07
Improve API docs for <chrono> and <ratio>
Jonathan Wakely
2
-8
/
+8
2019-05-07
PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)
Jonathan Wakely
5
-5
/
+9
2019-04-29
Adding noexcept-specification on tuple constructors (LWG 2899)
Nina Dinka Ranns
1
-0
/
+943
2019-04-26
Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
Jonathan Wakely
1
-4
/
+24
2019-04-26
Tweak C++2a uses-allocator construction utilities
Jonathan Wakely
2
-0
/
+53
2019-04-25
PR libstdc++/90239 use uses_allocator_construction_args in <scoped_allocator>
Jonathan Wakely
1
-0
/
+97
2019-04-24
PR libstdc++/90220 Fix std::any_cast for array types
Jonathan Wakely
1
-0
/
+17
2019-04-24
PR libstdc++/90220 Fix std::any_cast for function pointers
Jonathan Wakely
1
-0
/
+34
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
Corrections for C++2a std::unwrap_reference traits
Jonathan Wakely
1
-1
/
+1
2019-04-23
Fix std::variant regression caused by never-valueless optimization
Jonathan Wakely
2
-0
/
+50
2019-04-17
PR c++/90047 - ICE with enable_if alias template.
Jason Merrill
10
-0
/
+18
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-17
Add constexpr to std::optional::value_or(U&&)&&
Jonathan Wakely
2
-4
/
+68
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
2019-04-08
Fix visit<R> for variant.
Ville Voutilainen
2
-0
/
+59
2019-04-05
Implement std::visit<R> for C++2a (P0655R1)
Jonathan Wakely
1
-0
/
+49
2019-04-05
PR libstdc++/87431 re-adjust never-valueless optimizations
Jonathan Wakely
3
-3
/
+183
2019-03-21
Integrate C++17 parallel algorithms
Thomas Rodgers
3
-0
/
+384
2019-03-12
re PR libstdc++/89461 (FAIL: experimental/net/timer/waitable/cons.cc)
John David Anglin
2
-0
/
+2
2019-03-11
PR c++/86521 - wrong overload resolution with ref-qualifiers.
Jason Merrill
1
-2
/
+4
2019-03-11
PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX
Jonathan Wakely
1
-0
/
+43
2019-03-07
Fix new test to run as well as compile
Jonathan Wakely
1
-2
/
+2
2019-03-07
P0356R5 Simplified partial function application
Jonathan Wakely
1
-0
/
+176
2019-03-06
Add feature test macro for bounded array traits
Jonathan Wakely
2
-0
/
+12
2019-03-06
Rewrite variant, also PR libstdc++/85517
Ville Voutilainen
2
-4
/
+38
2019-03-06
Add C++20 Traits for [Un]bounded Arrays (P1357R1)
Jonathan Wakely
6
-0
/
+259
[next]