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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-01
libstdc++: Clear RB tree after moving elements [PR103501]
Jonathan Wakely
4
-2
/
+66
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
1
-3
/
+3
2021-11-30
libstdc++: Fix tests that fail with fully-dynamic-string
Jonathan Wakely
8
-8
/
+20
2021-11-30
libstdc++: Fix fully-dynamic-string build
Jonathan Wakely
2
-2
/
+0
2021-11-28
libstdc++: Implement std::byteswap for C++23
Jakub Jelinek
2
-0
/
+139
2021-11-26
libstdc++: Fix test that fails in C++20 mode
Jonathan Wakely
1
-10
/
+15
2021-11-26
libstdc++: Ensure dg-add-options comes after dg-options
Jonathan Wakely
1
-1
/
+1
2021-11-26
libstdc++: Fix dg-do directive for tests supposed to be run
Jonathan Wakely
2
-2
/
+2
2021-11-26
libstdc++: Remove redundant xfail selectors in dg-do compile tests
Jonathan Wakely
17
-17
/
+17
2021-11-26
libstdc++: Move std::to_address tests to more appropriate place
Jonathan Wakely
2
-20
/
+26
2021-11-25
libstdc++: Remove dg-error that no longer happens
Jonathan Wakely
1
-1
/
+0
2021-11-25
libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416]
Jonathan Wakely
3
-1
/
+133
2021-11-25
libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]
Jonathan Wakely
1
-2
/
+4
2021-11-24
libstdc++: Add xfail to some printer tests for debug mode
Jonathan Wakely
2
-3
/
+3
2021-11-24
libstdc++: Replace hyphens in effective target keywords
Jonathan Wakely
142
-153
/
+153
2021-11-23
libstdc++: Add another testcase for std::unique_ptr printer [PR103086]
Jonathan Wakely
1
-0
/
+11
2021-11-23
libstdc++: Add effective-target for std::allocator implementation
Jonathan Wakely
10
-5
/
+19
2021-11-19
libstdc++: Improve tests for stringstream constructors in C++20
Jonathan Wakely
6
-88
/
+633
2021-11-19
libstdc++, testsuite: Add a prune expression for external tool bug.
Iain Sandoe
1
-1
/
+4
2021-11-19
libstdc++: Suppress -Wstringop warnings [PR103332]
Jonathan Wakely
3
-1
/
+9
2021-11-19
libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
Jonathan Wakely
1
-0
/
+14
2021-11-18
libstdc++: Fix std::char_traits<C>::move for constexpr
Jonathan Wakely
1
-3
/
+20
2021-11-17
libstdc++: Fix std::type_info::before for ARM [PR103240]
Jonathan Wakely
2
-0
/
+48
2021-11-16
libstdc++: Fix tests for constexpr std::string
Jonathan Wakely
2
-3
/
+31
2021-11-16
libstdc++: Implement constexpr std::basic_string for C++20
Michael de Lang
7
-0
/
+545
2021-11-16
libstdc++: Fix out-of-bound array accesses in testsuite
Jonathan Wakely
3
-5
/
+5
2021-11-16
libstdc++: Fix typos in tests
Jonathan Wakely
2
-2
/
+2
2021-11-15
c++: Add -fimplicit-constexpr
Jason Merrill
2
-1
/
+9
2021-11-15
libstdc++: Unordered containers merge re-use hash code
François Dumont
2
-0
/
+65
2021-11-13
libstdc++: Implement std::spanstream for C++23
Jonathan Wakely
2
-0
/
+63
2021-11-12
libstdc++: Print assertion messages to stderr [PR59675]
Jonathan Wakely
1
-1
/
+2
2021-11-12
libstdc++: Implement constexpr std::vector for C++20
Jonathan Wakely
20
-49
/
+2107
2021-11-10
libstdc++: Fix test for libstdc++ not including <unistd.h> [PR100117]
Jonathan Wakely
1
-1
/
+112
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
17
-0
/
+519
2021-11-09
libstdc++: Make test print which random_device tokens work
Jonathan Wakely
1
-0
/
+7
2021-11-09
libstdc++: Support getentropy and arc4random in std::random_device
Jonathan Wakely
2
-0
/
+8
2021-11-09
libstdc++: Make spurious std::random_device FAIL less likely
Jonathan Wakely
1
-1
/
+1
2021-11-05
libstdc++: Add support for POWER9 DARN instruction to std::random_device
Jonathan Wakely
2
-3
/
+4
2021-11-05
libstdc++: Add xfail to pretty printer tests that fail in C++20
Jonathan Wakely
4
-26
/
+45
2021-11-04
libstdc++: Deprecate std::unexpected and handler functions
Jonathan Wakely
4
-2
/
+4
2021-11-04
libstdc++: Optimize std::tuple_element and std::tuple_size_v
Jonathan Wakely
1
-0
/
+1
2021-11-04
libstdc++: Fix handling of const types in std::variant [PR102912]
Jonathan Wakely
1
-0
/
+71
2021-11-03
libstdc++: Fix regression in std::list::sort [PR66742]
Jonathan Wakely
1
-0
/
+23
2021-11-01
libstdc++: Missing constexpr for __gnu_debug::__valid_range etc
Jonathan Wakely
1
-0
/
+11
2021-11-01
libstdc++: Fix range access for empty std::valarray [PR103022]
Jonathan Wakely
3
-8
/
+78
2021-10-29
libstdc++: Fix typo in std::stack test
Jonathan Wakely
1
-1
/
+1
2021-10-26
Make full use of context-sensitive ranges in access warnings.
Martin Sebor
2
-2
/
+3
2021-10-26
libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
Rainer Orth
1
-0
/
+3
2021-10-26
libstdc++: Fix 17_intro/names.cc on Solaris
Rainer Orth
1
-0
/
+4
2021-10-22
libstdc++: Constrain std::make_any [PR102894]
Jonathan Wakely
1
-0
/
+20
[next]