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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
libstdc++: Expand compile-time ranges tests for vector and basic_string.
Tomasz Kamiński
1
-0
/
+5
13 days
libstdc++: Make testsuite_iterators constexpr and expand inplace_vector tests...
Tomasz Kamiński
1
-46
/
+127
2025-07-18
libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]
Jonathan Wakely
1
-0
/
+6
2025-07-08
libstdc++: Make debug iterator pointer sequence const [PR116369]
François Dumont
1
-0
/
+6
2025-07-07
libstdc++: Make VERIFY a variadic macro
Jonathan Wakely
1
-10
/
+7
2025-06-26
libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptr
Jakub Jelinek
1
-0
/
+1
2025-05-30
libstdc++: Move atomic wait/notify entry points into the library
Jonathan Wakely
1
-0
/
+1
2025-05-22
libstdc++: Fix PSTL test iterators
Jonathan Wakely
1
-3
/
+3
2025-05-02
libstdc++: Make __gnu_test::default_init_allocator usable in constexpr
Jonathan Wakely
1
-7
/
+10
2025-04-24
libstdc++: Add std::deque<>::shrink_to_fit test
François Dumont
1
-0
/
+8
2025-04-22
libstdc++: Finalize GCC 15 ABI
Andreas Schwab
1
-2
/
+2
2025-04-18
libstdc++: Add _GLIBCXX_DEBUG checks on unordered container local_iterator
François Dumont
1
-39
/
+113
2025-04-16
libstdc++: Implement formatters for pair and tuple [PR109162]
Tomasz Kamiński
1
-0
/
+3
2025-04-15
libstdc++: Enable __gnu_test::test_container constructor for C++98
Jonathan Wakely
1
-3
/
+1
2025-03-13
libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]
Jonathan Wakely
1
-0
/
+11
2025-02-05
libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701]
Rainer Orth
1
-0
/
+2
2025-01-27
libstdc++: correct symbol version of typeinfo for bfloat16_t on RISC-V
Andreas Schwab
1
-0
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
120
-120
/
+120
2024-11-28
libstdc++: Deprecate std::rel_ops namespace for C++20
Jonathan Wakely
1
-0
/
+9
2024-11-13
libstdc++: Fix calculation of system time in performance tests
Jonathan Wakely
1
-1
/
+4
2024-11-13
libstdc++: Use __is_single_threaded() in performance tests
Jonathan Wakely
1
-6
/
+3
2024-11-13
libstdc++: Stop using std::unary_function in perf tests
Jonathan Wakely
1
-1
/
+4
2024-10-27
libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
1
-0
/
+20
2024-07-31
libstdc++: Handle encodings in localized chrono formatting [PR109162]
Jonathan Wakely
1
-0
/
+1
2024-07-10
libstdc++: ranges::find needs explicit conversion to size_t [PR115799]
Jonathan Wakely
1
-10
/
+32
2024-06-21
libstdc++: Initialize base in test allocator's constructor
Jonathan Wakely
1
-1
/
+1
2024-05-07
libstdc++: Update ABI test to disallow adding to released symbol versions
Jonathan Wakely
1
-2
/
+2
2024-04-11
libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]
Jonathan Wakely
1
-1
/
+2
2024-03-19
libstdc++: Fix typos in MemoryChecker assertion messages in PSTL tests
Jonathan Wakely
1
-7
/
+7
2024-03-07
libstdc++: Replace unnecessary uses of built-ins in testsuite
Jonathan Wakely
1
-6
/
+5
2024-02-02
libstdc++: Avoid reusing moved-from iterators in PSTL tests [PR90276]
Jonathan Wakely
1
-5
/
+5
2024-01-03
Update copyright years.
Jakub Jelinek
120
-120
/
+120
2023-11-23
libstdc++: Fix access error in __gnu_test::uneq_allocator
Jonathan Wakely
1
-1
/
+1
2023-09-07
libstdc++: Avoid -Wunused-parameter warning in testsuite helper
Jonathan Wakely
1
-1
/
+1
2023-08-23
libstdc++: Fix tests relying on operator new/delete overload
François Dumont
1
-0
/
+20
2023-06-26
libstdc++: Synchronize PSTL with upstream
Thomas Rodgers
1
-7
/
+87
2023-06-07
libstdc++: Restore accidentally removed version in abi-check
Jonathan Wakely
1
-0
/
+1
2023-06-06
libstdc++: Update list of known symbol versions for abi-check
Jonathan Wakely
1
-5
/
+2
2023-05-31
libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
Jonathan Wakely
1
-3
/
+3
2023-05-26
libstdc++: Add relational operators to __gnu_test::PointerBase
Jonathan Wakely
1
-0
/
+9
2023-04-28
libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...
Jakub Jelinek
1
-1
/
+2
2023-04-27
libstdc++: Make std::random_device throw std::system_error [PR105081]
Jonathan Wakely
1
-1
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
120
-120
/
+120
2023-01-15
libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]
François Dumont
1
-0
/
+34
2023-01-13
libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]
Jonathan Wakely
1
-3
/
+6
2022-12-15
c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...
Jakub Jelinek
1
-1
/
+2
2022-10-12
libstdc++: Add __gnu_debug::basic_string<>::compare overloads
François Dumont
1
-1
/
+1
2022-09-12
libstdc++: Outline the overlapping case of string _M_replace into a separate ...
Jakub Jelinek
1
-1
/
+2
2022-09-08
libstdc++: mallinfo deprecated, use mallinfo2 when glibc => 2.33
François Dumont
1
-33
/
+30
2022-07-19
libstdc++: Complete __gnu_debug::string Standard conformity
François Dumont
1
-0
/
+20
[next]