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
/
std
/
ranges
/
adaptors
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
libstdc++: Fix ref_view branch of views::as_const [PR119135]
Patrick Palka
1
-0
/
+4
12 days
libstdc++: Implement P3137R3 views::to_input for C++26
Patrick Palka
1
-0
/
+59
13 days
libstdc++: Make range adaptor __has_arrow helper use a const type
Jonathan Wakely
1
-0
/
+41
2025-03-05
libstdc++: Make enumerate_view::iterator::operator- noexcept
Jonathan Wakely
1
-0
/
+11
2025-03-05
libstdc++: Implement P3138R5 views::cache_latest
Patrick Palka
1
-0
/
+72
2025-02-25
libstdc++: Implement LWG 4027 change to possibly-const-range [PR118083]
Patrick Palka
3
-10
/
+4
2025-01-29
libstdc++: Fix views::transform(move_only_fn{}) forwarding [PR118413]
Patrick Palka
2
-0
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2024-12-10
c++: P2865R5, Remove Deprecated Array Comparisons from C++26 [PR117788]
Marek Polacek
1
-1
/
+4
2024-11-14
libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
1
-0
/
+14
2024-10-29
libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
1
-0
/
+12
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-04
libstdc++/ranges: Implement various small LWG issues
Patrick Palka
4
-0
/
+24
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
1
-0
/
+29
2024-04-02
libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlap
Patrick Palka
1
-0
/
+4
2024-01-18
libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]
Patrick Palka
1
-4
/
+0
2024-01-15
libstdc++: Implement P2836R1 changes to const_iterator
Patrick Palka
1
-1
/
+1
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
2
-10
/
+10
2024-01-03
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
8
-31
/
+47
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
11
-11
/
+0
2023-09-15
libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
Jonathan Wakely
30
-58
/
+28
2023-09-07
libstdc++: Fix <ranges> tests that fail in C++23
Jonathan Wakely
3
-0
/
+8
2023-09-07
libstdc++: Relax range adaptors for move-only types (P2494R2)
Jonathan Wakely
2
-0
/
+33
2023-08-17
libstdc++: Implement P2770R0 changes to join_view / join_with_view
Patrick Palka
1
-0
/
+110
2023-08-17
libstdc++: Convert _RangeAdaptorClosure into a CRTP base [PR108827]
Patrick Palka
1
-7
/
+0
2023-04-18
libstdc++: Fix typo in views::as_const's operator() [PR109525]
Patrick Palka
1
-14
/
+23
2023-04-14
libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"
Patrick Palka
2
-4
/
+69
2023-04-12
libstdc++: Implement ranges::enumerate_view from P2164R9
Patrick Palka
1
-0
/
+102
2023-04-12
libstdc++: Implement LWG 3904 change to lazy_split_view's iterator
Patrick Palka
2
-1
/
+17
2023-04-12
libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]
Patrick Palka
1
-0
/
+35
2023-03-14
libstdc++: Implement LWG 3715 changes to view_interface::empty
Patrick Palka
1
-0
/
+33
2023-03-09
libstdc++: Implement LWG 3796 changes to repeat_/chunk_by_view [PR109024]
Patrick Palka
1
-0
/
+8
2023-01-16
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2023-01-13
libstdc++: Fix a few !HOSTED test regressions
Arsen Arsenović
1
-4
/
+15
2023-01-06
libstdc++: Add feature-test macros for implemented C++23 views [PR108260]
Patrick Palka
6
-0
/
+24
2022-11-07
libstdc++: Implement ranges::as_rvalue_view from P2446R2
Patrick Palka
1
-0
/
+47
2022-10-19
libstdc++: Fix typo in stride_view's operator- [PR107313]
Patrick Palka
1
-0
/
+20
2022-10-18
libstdc++: Implement ranges::stride_view from P1899R3
Patrick Palka
1
-0
/
+73
2022-10-04
libstdc++: Fix test FAIL for old std::string ABI
Jonathan Wakely
1
-3
/
+9
2022-10-04
libstdc++: Implement ranges::join_with_view from P2441R2
Patrick Palka
1
-0
/
+97
2022-10-03
libstdc++: Disable hosted-only tests [PR103626]
Arsen Arsenović
2
-0
/
+3
2022-10-03
libstdc++: Make some tests work on freestanding [PR103626]
Arsen Arsenović
1
-1
/
+10
2022-09-15
libstdc++: Implement ranges::chunk_by_view from P2443R1
Patrick Palka
1
-0
/
+58
2022-09-13
libstdc++: Implement ranges::slide_view from P2442R1
Patrick Palka
1
-0
/
+105
2022-09-13
libstdc++: Implement ranges::chunk_view from P2442R1
Patrick Palka
1
-0
/
+80
2022-09-13
libstdc++: Implement LWG 3569 changes to join_view::_Iterator
Patrick Palka
1
-0
/
+17
2022-09-12
libstdc++: Add already-accepted <ranges> testcase [PR106320]
Patrick Palka
1
-0
/
+13
2022-09-09
libstdc++: Fix typo in adjacent_view::_Iterator [PR106798]
Patrick Palka
1
-0
/
+12
[next]