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
2024-10-27
libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
9
-0
/
+848
2024-10-27
libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
1
-0
/
+24
2024-10-25
libstdc++: Disable parts of new test that depend on constexpr std::string
Jonathan Wakely
1
-0
/
+2
2024-10-25
libstdc++: implement concatenation of strings and string_views
Giuseppe D'Angelo
3
-0
/
+245
2024-10-24
libstdc++: Fix test broken when using COW std::string
François Dumont
1
-3
/
+2
2024-10-24
libstdc++: Fix typos in tests using macros for std::float128_t support
Jonathan Wakely
4
-4
/
+4
2024-10-23
ginclude: stdalign.h should define __xxx_is_defined macros for C++
Jonathan Wakely
1
-0
/
+24
2024-10-23
libstdc++: Always instantiate key_type to compute hash code [PR115285]
François Dumont
5
-63
/
+100
2024-10-22
libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
1
-0
/
+20
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
1
-19
/
+0
2024-10-21
libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.cc
Jonathan Wakely
1
-23
/
+24
2024-10-18
libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]
Jonathan Wakely
5
-0
/
+247
2024-10-18
libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]
Jonathan Wakely
9
-16
/
+35
2024-10-18
libstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.h
Jonathan Wakely
1
-0
/
+29
2024-10-15
libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
1
-0
/
+16
2024-10-14
libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
1
-0
/
+19
2024-10-14
libstdc++: Constrain std::expected comparisons (P3379R0)
Jonathan Wakely
5
-4
/
+185
2024-10-14
libstdc++: Use std::move for iterator in ranges::fill [PR117094]
Jonathan Wakely
1
-0
/
+34
2024-10-13
libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCE
Sam James
1
-0
/
+1
2024-10-13
libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]
Jonathan Wakely
3
-0
/
+45
2024-10-11
libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
3
-0
/
+19
2024-10-11
libstdc++: Add missing whitespace in dg-do directives
Jonathan Wakely
2
-2
/
+2
2024-10-11
libstdc++: Fix some test failures with -fno-char8_t
Jonathan Wakely
2
-2
/
+9
2024-10-09
libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210]
Jonathan Wakely
2
-0
/
+13
2024-10-09
libstdc++: Workaround glibc headers on ia64-linux
Frank Scheiner
1
-0
/
+6
2024-10-09
libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]
Jonathan Wakely
1
-0
/
+2
2024-10-09
libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)
Jonathan Wakely
1
-15
/
+0
2024-10-09
libstdc++: Make std::construct_at support arrays (LWG 3436)
Jonathan Wakely
2
-0
/
+60
2024-10-09
libstdc++: Fix formatting of chrono::duration with character rep [PR116755]
Jonathan Wakely
1
-0
/
+66
2024-10-08
contrib, libcpp, libstdc++: Update to Unicode 16.0
Jakub Jelinek
1
-1
/
+1
2024-10-05
libstdc++: add std::is_virtual_base_of
Giuseppe D'Angelo
1
-0
/
+34
2024-10-05
libstdc++: Implement LWG 3664 changes to ranges::distance
Patrick Palka
1
-0
/
+11
2024-10-04
libstdc++/ranges: Implement various small LWG issues
Patrick Palka
6
-0
/
+59
2024-10-04
libstdc++: Fix some Parallel Mode testsuite failures
Jonathan Wakely
3
-4
/
+6
2024-10-02
libstdc++: Populate std::time_get::get's %c format for C locale
Jonathan Wakely
2
-0
/
+74
2024-10-02
libstdc++: Fix rounding in chrono::parse
Jonathan Wakely
2
-1
/
+40
2024-09-27
libstdc++: Fix test FAILs due to -Wreturn-local-addr
Jonathan Wakely
2
-0
/
+2
2024-09-27
libstdc++: Fix test FAIL due to -Wpointer-arith
Jonathan Wakely
1
-0
/
+1
2024-09-26
libstdc++: Preserve signbit of nan when converting float to double [PR113578]
Jonathan Wakely
1
-0
/
+14
2024-09-26
libstdc++: Fix comments in <sstream> tests that mention basic_filebuf
Jonathan Wakely
9
-25
/
+17
2024-09-26
libstdc++: Add [[nodiscard]] to iostream members
Jonathan Wakely
2
-4
/
+4
2024-09-25
libstdc++: testsuite: fix dg-bogus directive syntax
Sam James
3
-3
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
8
-12
/
+13
2024-09-22
libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
1
-0
/
+17
2024-09-22
libstdc++: Fix formatting of most negative chrono::duration [PR116755]
Jonathan Wakely
1
-0
/
+8
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
2
-0
/
+182
2024-09-20
libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]
Jonathan Wakely
1
-0
/
+35
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
4
-4
/
+4
2024-09-15
libstdc++: Enable most of <chrono> for freestanding
Jonathan Wakely
1
-0
/
+52
2024-09-15
libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]
Jonathan Wakely
1
-0
/
+31
[next]