index
:
rocket-tools/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
/
24_iterators
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
libstdc++: Teach std::distance and std::advance about C++20 iterators [PR102181]
Jonathan Wakely
1
-0
/
+60
2025-07-25
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
1
-1
/
+2
2025-07-24
libstdc++: Cleaned up string_vector_iterators.cc test [PR104874]
Tomasz Kamiński
1
-379
/
+146
2025-05-29
libstdc++: Disable -Wlong-long warnings in boost_concept_check.h
Jonathan Wakely
1
-1
/
+1
2025-04-24
libstdc++: Add lvalue overload for generator::yield_value
Jonathan Wakely
1
-0
/
+57
2025-04-22
Revert "libstdc++: Optimize std::projected<I, std::identity>" [PR119888]
Patrick Palka
1
-5
/
+0
2025-03-27
libstdc++: Fix std::ranges::iter_move for function references [PR119469]
Jonathan Wakely
1
-0
/
+11
2025-03-24
libstdc++: Add testcases for resolved bug [PR101527]
Jonathan Wakely
2
-0
/
+28
2025-02-28
libstdc++: Fix ranges::iter_move handling of rvalues [PR106612]
Jonathan Wakely
1
-0
/
+95
2025-02-28
libstdc++: Fix constraint recursion in basic_const_iterator relops [PR112490]
Patrick Palka
1
-0
/
+12
2025-02-15
libstdc++: Add conditional noexcept to remaining range access functions
Jonathan Wakely
1
-11
/
+11
2025-02-15
libstdc++: Combine three tests into one
Jonathan Wakely
4
-167
/
+107
2025-01-02
Update copyright years.
Jakub Jelinek
147
-147
/
+147
2024-12-28
libstdc++: Fix up pr118196.cc test [PR118196]
Jakub Jelinek
1
-1
/
+1
2024-12-27
libstdc++: add missing return in generator assignment operator [PR118196]
Arsen Arsenović
1
-0
/
+13
2024-12-27
libstdc++: don't implicit-construct _Yielded_decvref [PR118022]
Arsen Arsenović
1
-0
/
+16
2024-12-11
libstdc++: Remove constraints on std::generator::promise_type::operator new
Jonathan Wakely
2
-0
/
+87
2024-11-26
libstdc++: Add conditional noexcept to range access functions
Jonathan Wakely
6
-13
/
+115
2024-11-14
libstdc++: Add missing constraint to operator+ for std::move_iterator
Jonathan Wakely
1
-0
/
+12
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
1
-19
/
+0
2024-10-18
libstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.h
Jonathan Wakely
1
-0
/
+29
2024-10-05
libstdc++: Implement LWG 3664 changes to ranges::distance
Patrick Palka
1
-0
/
+11
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-1
/
+1
2024-09-03
libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator ...
Jonathan Wakely
1
-0
/
+52
2024-08-22
libstdc++: Optimize std::projected<I, std::identity>
Patrick Palka
1
-0
/
+5
2024-08-22
libstdc++: Implement P2997R1 changes to the indirect invocability concepts
Patrick Palka
1
-0
/
+37
2024-08-22
libstdc++: Implement P2609R3 changes to the indirect invocability concepts
Patrick Palka
1
-0
/
+27
2024-03-29
libstdc++-v3: drop GCC Runtime Library Exception from gen tests
Arsen Arsenović
7
-42
/
+16
2024-03-26
libstdc++: fix generator iterator operator* return type
Arsen Arsenović
1
-0
/
+25
2024-01-15
libstdc++: Implement P2836R1 changes to const_iterator
Patrick Palka
1
-0
/
+22
2024-01-03
Update copyright years.
Jakub Jelinek
146
-146
/
+146
2023-12-21
libstdc++: implement std::generator
Arsen Arsenović
6
-0
/
+551
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
1
-0
/
+1
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 24_iterators tests
Jonathan Wakely
56
-105
/
+50
2023-09-15
libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span tests
Jonathan Wakely
1
-3
/
+2
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
1
-1
/
+0
2023-09-15
libstdc++: Replace dg-options "-std=c++20" with dg-add-options strict_std
Jonathan Wakely
1
-2
/
+2
2023-08-17
libstdc++: Disable PCH for tests that rely on include order
Jonathan Wakely
1
-0
/
+1
2023-06-26
libstdc++: Implement P2538R1 ADL-proof std::projected
Jonathan Wakely
1
-0
/
+42
2023-04-14
libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"
Patrick Palka
1
-0
/
+140
2023-03-22
libstdc++: Make std::istream_iterator copy ctor constexpr (LWG 3600)
Jonathan Wakely
1
-0
/
+5
2023-03-14
libstdc++: Implement P2520R0 changes to move_iterator's iterator_concept
Patrick Palka
1
-0
/
+37
2023-01-16
Update copyright years.
Jakub Jelinek
140
-140
/
+140
2022-11-08
libstdc++: Fix -Wsystem-headers warnings in tests
Jonathan Wakely
3
-14
/
+14
2022-10-10
libstdc++: Revert addition of constraints to make_signed/make_unsigned
Jonathan Wakely
1
-2
/
+1
2022-10-10
libstdc++: std::make_signed_t<cv bool> should be ill-formed
Jonathan Wakely
1
-1
/
+2
2022-10-03
libstdc++: Disable hosted-only tests [PR103626]
Arsen Arsenović
10
-0
/
+18
2022-07-20
libstdc++: Fix std::common_iterator triviality [PR100823]
Jonathan Wakely
1
-0
/
+15
2022-07-20
libstdc++: Fix std::common_iterator assignment [PR100823]
Jonathan Wakely
1
-0
/
+43
2022-07-20
libstdc++: Fix minor bugs in std::common_iterator
Jonathan Wakely
1
-1
/
+22
[next]