index
:
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
forward_list.h
Age
Commit message (
Expand
)
Author
2025-11-13
libstdc++: Fix std::forward_list::assign assignable check [PR122661]
Jonathan Wakely
2025-04-11
libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]
Tomasz Kamiński
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-16
libstdc++: Fix fancy pointer support in linked lists [PR57272]
Jonathan Wakely
2024-12-03
libstdc++: Add fancy pointer support to std::forward_list [PR57272]
Jonathan Wakely
2024-11-27
libstdc++: Add debug assertions to std::list and std::forward_list
Jonathan Wakely
2024-11-27
libstdc++: Simplify std::forward_list assignment using 'if constexpr'
Jonathan Wakely
2024-11-26
libstdc++: Improve Doxygen comments in <forward_list>
Jonathan Wakely
2024-11-01
libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...
Jonathan Wakely
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-04-27
libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-04
libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-04-17
libstdc++: Add comparison operators to sequence containers
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-17
PR libstdc++/92124 fix incorrect container move assignment
Jonathan Wakely
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
2019-01-21
Fix after P0600.
Ulrich Drepper
2019-01-03
PR libstdc++/88607 replace or remove unnecessary UTF-8 characters
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-30
PR libstdc++/87809 avoid invalid expressions in exception specifications
Jonathan Wakely
2018-10-11
2018-10-11 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2018-07-04
P0646R1 Improving the Return Value of Erase-Like Algorithms I
Jonathan Wakely
2018-06-13
PR libstdc++/86127 avoid unnecessary allocator conversions
Jonathan Wakely
2018-01-10
2018-01-10 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2018-01-03
Update copyright years.
Jakub Jelinek
2017-11-21
PR libstdc++/48101 improve errors for invalid container specializations
Jonathan Wakely
2017-09-13
Define std::__to_address helper
Jonathan Wakely
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
2017-06-09
Add deduction guides for sequence containers (P0433R2, partial)
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-17
Implement P0084R2, Emplace return type, for C++17
Jonathan Wakely
2016-07-14
Improve doxygen comments for allocators in containers
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-12-10
Improve generated libstdc++ API docs
Jonathan Wakely
2015-07-13
c++config (_GLIBCXX_NOEXCEPT_IF): Define.
Jonathan Wakely
2015-06-26
Implement N4258 (Cleaning-up noexcept in the Library rev 3)
Jonathan Wakely
2015-06-17
forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...
Jonathan Wakely
2015-06-17
forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...
Jonathan Wakely
2015-04-28
re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions)
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-06-25
alloc_traits.h (__alloc_rebind): Define alias template.
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
[next]