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
2022-01-06
libstdc++: Add self-merge check to std::forward_list::merge [PR103853]
Pavel I. Kryukov
1
-0
/
+48
2022-01-06
libstdc++: Increase timeout for pthread7-rope.cc test
Jonathan Wakely
1
-1
/
+2
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
2
-1
/
+126
2022-01-05
libstdc++: Fix overconstrained std::string constructor [PR103919]
Jonathan Wakely
1
-0
/
+43
2022-01-05
libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"
Jonathan Wakely
1
-0
/
+48
2022-01-05
libstdc++: Fix comments in std::forward_list tests
Jonathan Wakely
7
-13
/
+13
2022-01-05
libstdc++: Reduce template instantiations in <regex>
Jonathan Wakely
1
-12
/
+12
2022-01-05
libstdc++: Compare match_results for failed regex_match
Jonathan Wakely
1
-2
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
8926
-8927
/
+8927
2021-12-15
libstdc++: Overload std::__to_address for __gnu_cxx::__normal_iterator.
François Dumont
1
-2
/
+15
2021-12-15
libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]
Jakub Jelinek
2
-0
/
+192
2021-12-14
libstdc++: Support old and new T_FMT for en_HK locale [PR103687]
Jonathan Wakely
3
-10
/
+65
2021-12-14
libstdc++: Fix handling of invalid ranges in std::regex [PR102447]
Jonathan Wakely
1
-1
/
+61
2021-12-14
libstdc++: Simplify definition of std::regex_constants variables
Jonathan Wakely
4
-5
/
+50
2021-12-14
libstdc++: Fix non-reserved name in <regex> header
Jonathan Wakely
1
-0
/
+1
2021-12-13
libstdc++: Make ranges::size and ranges::empty check for unbounded arrays
Jonathan Wakely
2
-0
/
+20
2021-12-13
libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]
Jonathan Wakely
1
-0
/
+11
2021-12-10
libstdc++: Add std::time_get %r support [PR71367]
Jakub Jelinek
2
-0
/
+134
2021-12-10
libstdc++: Some time_get fixes [PR78714]
Jakub Jelinek
8
-8
/
+720
2021-12-09
libstdc++: Make atomic<T*>::wait() const [PR102994]
Thomas Rodgers
1
-0
/
+19
2021-12-09
libstdc++: Remove bogus dg-error for effective-target c++20
Jonathan Wakely
1
-4
/
+0
2021-12-09
libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]
Jonathan Wakely
1
-1
/
+1
2021-12-09
libstdc++: Fix std::exception_ptr regressions [PR103630]
Jonathan Wakely
1
-0
/
+39
2021-12-09
libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769]
Jonathan Wakely
2
-0
/
+58
2021-12-09
libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]
Jonathan Wakely
1
-0
/
+66
2021-12-09
libstdc++: Avoid unnecessary allocations in std::map insertions [PR92300]
Jonathan Wakely
2
-0
/
+74
2021-12-09
libstdc++: Fix non-reserved name in std::allocator base class [PR64135]
Jonathan Wakely
1
-0
/
+45
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
[next]