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
/
include
/
bits
/
iterator_concepts.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
libstdc++: Fix std::ranges::iter_move for function references [PR119469]
Jonathan Wakely
1
-2
/
+9
2025-02-28
libstdc++: Fix ranges::iter_move handling of rvalues [PR106612]
Jonathan Wakely
1
-9
/
+24
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-10-15
libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
1
-1
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
1
-0
/
+7
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+4
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
-13
/
+4
2024-08-22
libstdc++: Implement P2609R3 changes to the indirect invocability concepts
Patrick Palka
1
-15
/
+46
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-09-07
libstdc++: Simplify C++20 poison pill overloads (P2602R2)
Jonathan Wakely
1
-4
/
+3
2023-09-07
libstdc++: Rename C++20 Customization Point Objects
Jonathan Wakely
1
-23
/
+23
2023-07-05
libstdc++: Add redundant 'typename' to std::projected
Jonathan Wakely
1
-1
/
+1
2023-06-26
libstdc++: Implement P2538R1 ADL-proof std::projected
Jonathan Wakely
1
-10
/
+25
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-08-04
libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
Jonathan Wakely
1
-5
/
+23
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
1
-0
/
+1
2021-07-16
libstdc++: Use __extension__ instead of diagnostic pragmas
Jonathan Wakely
1
-5
/
+2
2021-07-16
libstdc++: Suppress pedantic warnings about __int128
Jonathan Wakely
1
-0
/
+5
2021-06-17
libstdc++: Implement P2325 changes to default-constructibility of views
Patrick Palka
1
-2
/
+1
2021-06-16
libstdc++: Use named struct for __decay_copy
Jonathan Wakely
1
-1
/
+2
2021-06-15
libstdc++: Use function object for __decay_copy helper
Jonathan Wakely
1
-9
/
+9
2021-06-09
libstdc++: Add warnings for some C++23 deprecations
Jonathan Wakely
1
-2
/
+2
2021-06-04
libstdc++: Fix value categories used by ranges access CPOs [PR 100824]
Jonathan Wakely
1
-10
/
+15
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-15
libstdc++: Remove workaround for PR c++/78173
Jonathan Wakely
1
-4
/
+1
2020-11-25
libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]
Jonathan Wakely
1
-6
/
+11
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
1
-1
/
+1
2020-08-24
libstdc++: Fix std::indirectly_readable ambiguity [LWG 3446]
Jonathan Wakely
1
-2
/
+28
2020-08-20
libstdc++: Make incrementable<__int128> satisfied in strict mode
Jonathan Wakely
1
-0
/
+11
2020-08-19
libstdc++: integer-class types as per [iterator.concept.winc]
Patrick Palka
1
-4
/
+20
2020-07-30
libstdc++: cv bool can't be an integer-like type (LWG 3467)
Jonathan Wakely
1
-1
/
+7
2020-06-04
libstdc++: Remove workarounds for constrained nested class templates
Jonathan Wakely
1
-73
/
+80
2020-05-21
libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)
Jonathan Wakely
1
-4
/
+6
2020-05-01
libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)
Jonathan Wakely
1
-11
/
+31
2020-03-27
libstdc++: Implement C++20 changes to insert iterators
Jonathan Wakely
1
-0
/
+50
2020-02-19
libstdc++: ranges::iter_move should perform ADL-only lookup (LWG 3247)
Jonathan Wakely
1
-0
/
+2
2020-02-17
libstdc++: Make "implicit expression variants" more explicit (P2102R0)
Jonathan Wakely
1
-0
/
+3
2020-02-07
libstdc++: Implement P1878R1 "Constraining Readable Types"
Jonathan Wakely
1
-48
/
+73
2020-02-05
libstdc++: Remove workarounds for constraints on alias templates
Jonathan Wakely
1
-56
/
+11
2020-01-15
libstdc++: Fix weakly_incrementable to allow __int128 (PR 93267)
Jonathan Wakely
1
-1
/
+23
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
libstdc++: Fix bug in std::indirect_result_t
Jonathan Wakely
1
-13
/
+17
2019-11-25
libstdc++: Add move_sentinel, common_iterator and counted_iterator
Jonathan Wakely
1
-2
/
+3
2019-11-15
libstdc++: Implement LWG 3149 for std::default_constructible
Jonathan Wakely
1
-1
/
+1
2019-11-14
libstdc++: Implement new predicate concepts from P1716R3
Jonathan Wakely
1
-11
/
+30
2019-11-14
libstdc++: Rename disable_sized_sentinel [P1871R1]
Jonathan Wakely
1
-2
/
+2
2019-11-06
libstdc++: remove redundant equality operators
Jonathan Wakely
1
-17
/
+0
[next]