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
/
include
/
std
/
functional
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
libstdc++: Use deducing this in std::bind when available [PR80564]
Patrick Palka
1
-0
/
+82
2025-12-05
libstdc++: Implement rest of P2655R3 common_reference of reference_wrapper
Patrick Palka
1
-0
/
+1
2025-12-05
libstdc++: Use deducing this in std::not_fn when available [PR111327]
Patrick Palka
1
-0
/
+16
2025-11-14
libstdc++: Use _Bind_front_t/_Bind_back_t in bind_front<f>/bind_back<f> [PR12...
Tomasz Kamiński
1
-43
/
+7
2025-10-24
libstdc++: Forward arguments for bind_front<f>,bind_back<f>,nttp<f> [PR122022]
Tomasz Kamiński
1
-4
/
+4
2025-09-19
libstdc++: Add NTTP bind_front, -back, not_fn (P2714) [PR119744]
Nathan Myers
1
-3
/
+139
2025-09-12
libstdc++: Fix algorithms to use iterators' difference_type for arithmetic [P...
Jonathan Wakely
1
-1
/
+1
2025-09-10
libstdc++: Enforce Mandates: for Boyer-Moore searchers
Jonathan Wakely
1
-0
/
+12
2025-09-04
libstdc++: Move _Binder and related aliases to separate file.
Tomasz Kamiński
1
-186
/
+1
2025-09-04
libstdc++: Merge bind_front and bind_back binders
Tomasz Kamiński
1
-102
/
+70
2025-08-26
libstdc++: Refactor bound arguments storage for bind_front/back
Tomasz Kamiński
1
-26
/
+87
2025-05-26
libstdc++: Implement C++26 function_ref [PR119126]
Tomasz Kamiński
1
-1
/
+2
2025-05-14
libstdc++: Renamed bits/move_only_function.h to bits/funcwrap.h [PR119125]
Tomasz Kamiński
1
-16
/
+16
2025-05-14
libstdc++: Implement C++26 copyable_function [PR119125]
Tomasz Kamiński
1
-0
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-30
c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
1
-2
/
+2
2024-04-15
libstdc++: Add std::reference_wrapper comparison operators for C++26
Jonathan Wakely
1
-0
/
+1
2024-03-22
libstdc++: Replace std::result_of with __invoke_result_t [PR114394]
Jonathan Wakely
1
-1
/
+1
2024-01-12
libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
Patrick Palka
1
-0
/
+70
2024-01-12
libstdc++: Use C++23 deducing this in std::bind_front
Patrick Palka
1
-6
/
+13
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-8
/
+11
2023-09-12
libstdc++: Fix std::not_fn perfect forwarding [PR111327]
Patrick Palka
1
-2
/
+8
2023-09-12
libstdc++: Fix std::bind_front perfect forwarding [PR111327]
Patrick Palka
1
-0
/
+16
2023-09-12
libstdc++: Remove std::bind_front specialization for no bound args
Patrick Palka
1
-62
/
+1
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-18
/
+21
2023-06-01
libstdc++: Reduce <functional> inclusion to <stl_algobase.h>
François Dumont
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-05
libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]
Jonathan Wakely
1
-3
/
+3
2022-11-21
libstdc++: Reduce size of std::bind_front(F) result
Jonathan Wakely
1
-1
/
+61
2022-10-29
libstdc++: Make placeholders inline when inline variables are available
Arsen Arsenović
1
-29
/
+37
2022-10-07
libstdc++: Shuffle header dependencies of <functional>
Jonathan Wakely
1
-4
/
+3
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-1
/
+2
2022-09-29
libstdc++: Disable volatile-qualified std::bind for C++20
Jonathan Wakely
1
-8
/
+24
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
1
-8
/
+14
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-21
libstdc++: Add Doxygen comments to contents of <functional>
Jonathan Wakely
1
-12
/
+82
2021-10-06
libstdc++: Implement std::move_only_function for C++23 (P0288R9)
Jonathan Wakely
1
-0
/
+3
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
1
-3
/
+3
2021-09-02
libstdc++: Define std::invoke_r for C++23 (P2136R3)
Jonathan Wakely
1
-0
/
+15
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
1
-1
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
1
-2
/
+2
2020-10-27
libstdc++: Fix ODR violations caused by <tr1/functional>
Jonathan Wakely
1
-7
/
+10
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
1
-1
/
+1
2020-09-21
libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
Jonathan Wakely
1
-2
/
+2
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
1
-2
/
+2
[next]