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-11-20
libstdc++: Fix std::unordered_set::emplace optimization [PR117686]
Jonathan Wakely
1
-0
/
+16
2024-11-18
testsuite: move dg-test cleanup code from gcc-dg.exp to its own file
David Malcolm
1
-0
/
+1
2024-11-14
libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
Jonathan Wakely
2
-0
/
+100
2024-11-14
libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
1
-0
/
+14
2024-11-14
libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)
Jonathan Wakely
1
-0
/
+30
2024-11-14
libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14
Jonathan Wakely
26
-40
/
+38
2024-11-14
libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
1
-0
/
+12
2024-11-14
libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]
Jonathan Wakely
1
-0
/
+16
2024-11-13
libstdc++: Refactor std::hash specializations
Jonathan Wakely
6
-0
/
+267
2024-11-13
libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
4
-0
/
+498
2024-11-13
libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
2
-14
/
+21
2024-11-13
libstdc++: Allow unordered_set assignment to assign to existing nodes
Jonathan Wakely
2
-6
/
+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
2
-2
/
+8
2024-11-13
libstdc++: Fix nodiscard warnings in perf test for memory pools
Jonathan Wakely
1
-3
/
+12
2024-11-11
libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]
Jonathan Wakely
1
-2
/
+17
2024-11-08
libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
1
-0
/
+2
2024-11-07
libstdc++: Fix conversions to key/value types for hash table insertion [PR115...
Jonathan Wakely
3
-1
/
+76
2024-11-06
libstdc++: Deprecate useless <cxxx> compatibility headers for C++17
Jonathan Wakely
16
-109
/
+199
2024-11-04
libstdc++: Fix up 117406.cc test [PR117406]
Jakub Jelinek
1
-2
/
+2
2024-11-02
libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406]
Jakub Jelinek
1
-0
/
+59
2024-11-01
libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...
Jonathan Wakely
9
-0
/
+845
2024-11-01
libstdc++: Add missing <vector> header to unordered_set/pr115285.cc test
Jonathan Wakely
1
-1
/
+2
2024-10-31
libstdc++: Add align_alloc attribute to aligned operator new
Jonathan Wakely
1
-0
/
+13
2024-10-30
libstdc++: Fix copy&paste comments in vector range tests
Jonathan Wakely
4
-4
/
+4
2024-10-29
libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
1
-0
/
+12
2024-10-29
libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) f...
Jakub Jelinek
1
-0
/
+5
2024-10-28
libstdc++: Fix tests for std::vector range operations
Jonathan Wakely
8
-45
/
+50
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
[next]