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/jlaw/pr124029
devel/jlaw/pr80770
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
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
libstdc++: Fix fallback definitions of std::is_member_*_pointer
Jonathan Wakely
1
-0
/
+6
5 days
libstdc++: Clear padding bits in std::atomic ctor in C++11 [PR114865]
Patrick Palka
1
-1
/
+4
6 days
libstdc++: Make function_ref non-dangling for stateless wrappers
Tomasz Kamiński
1
-50
/
+0
7 days
libstdc++: Allow constant initialization of std::atomic of types with padding...
Tomasz Kamiński
1
-1
/
+2
12 days
libstdc++: Fix ambiguity caused by new std::source_location constructor
Jonathan Wakely
2
-5
/
+4
12 days
libstdc++: container erasure overloads (P2077) [PR117404]
Nathan Myers
4
-0
/
+4
14 days
libstdc++: Define __cpp_lib_define_static [PR123921]
Jakub Jelinek
1
-0
/
+1
2026-01-29
libstdc++: Make std::expected trivially copy/move assignable (LWG 4026)
Jonathan Wakely
1
-12
/
+77
2026-01-29
libstdc++: Fix use of feature test macro in <source_location>
Jonathan Wakely
1
-8
/
+5
2026-01-29
libstdc++: Fix non-ASCII characters in <contracts> header
Jonathan Wakely
1
-3
/
+3
2026-01-28
libstdc++: Do not allow contract26.cc to build without -fcontracts
Jonathan Wakely
1
-1
/
+1
2026-01-28
libstdc++: Implement std::atomic::fetch_min/max
Soumya AR
1
-0
/
+57
2026-01-28
libstdc++, contracts: Add base P2900R14 contracts support.
Nina Ranns
2
-0
/
+125
2026-01-19
libstdc++: Use overload operator<=> when provided in relational functors [PR1...
Tomasz Kamiński
1
-0
/
+16
2026-01-19
libstdc++: Fix std::erase_if behavior for std::__debug containers
François Dumont
10
-115
/
+59
2026-01-15
libstdc++: Fix __cpp_impl_reflection comparisons
Jakub Jelinek
1
-4
/
+4
2026-01-15
c++: C++26 Reflection [PR120775]
Marek Polacek
2
-1
/
+712
2026-01-10
libstdc++: constexpr flat_map and flat_multimap
Yuao Ma
1
-9
/
+148
2026-01-07
libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
Jonathan Wakely
1
-3
/
+6
2026-01-07
libstdc++: Fix memory leak in std::barrier destructor [PR123378]
Jonathan Wakely
1
-0
/
+6
2026-01-02
Update copyright years.
Jakub Jelinek
72
-72
/
+72
2025-12-19
libstdc++: Use union to store non-trivially destructible types in C++17 mode ...
Tomasz Kamiński
1
-7
/
+6
2025-12-18
libstdc++: On Windows, retrieve thread-local variables via functions
LIU Hao
1
-0
/
+19
2025-12-17
libstdc++: Provide conversion between atomic_ref of similar types.
Tomasz Kamiński
2
-5
/
+22
2025-12-16
libstdc++: Optimize compilation time for signed/unsigned integer traits
Jonathan Wakely
1
-79
/
+80
2025-12-16
libstdc++: Update tzdata to 2025c
Jonathan Wakely
1
-1
/
+1
2025-12-16
libstdc++: Implement P2408R5 C++20 iterators as inputs to STL algos
Patrick Palka
3
-6
/
+9
2025-12-12
libstdc++: Make <mdspan> compatible with clang.
Luc Grosheintz
1
-1
/
+1
2025-12-11
libstdc++: Implement C++26 P3378R2 - constexpr exception types
Jakub Jelinek
16
-258
/
+101
2025-12-11
libstdc++: constexpr flat_set and flat_multiset
Yuao Ma
1
-3
/
+100
2025-12-09
libstdc++: Implement submdspan_mapping for layout_right_padded. [PR110352]
Luc Grosheintz
1
-0
/
+46
2025-12-09
libstdc++: Implement submdspan_mapping for layout_left_padded. [PR110352]
Luc Grosheintz
1
-4
/
+52
2025-12-09
libstdc++: Implement submdspan_mapping for layout_stride. [PR110352]
Luc Grosheintz
1
-0
/
+20
2025-12-09
libstdc++: Implement submdspan_mapping for layout_right. [PR110352]
Luc Grosheintz
1
-0
/
+40
2025-12-09
libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]
Luc Grosheintz
1
-57
/
+502
2025-12-09
libstdc++: Silence warning in mdspan.
Luc Grosheintz
1
-1
/
+1
2025-12-08
libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]
Jonathan Wakely
1
-1
/
+22
2025-12-08
libstdc++: Extend __is_standard_integer to cover extended integer types
Jonathan Wakely
3
-10
/
+17
2025-12-08
libstdc++: Refactor _Variadic_union so _Unitialized<T, false> is not needed [...
Tomasz Kamiński
1
-9
/
+25
2025-12-08
libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file
Jonathan Wakely
2
-72
/
+2
2025-12-05
libstdc++: Use deducing this in std::bind when available [PR80564]
Patrick Palka
1
-0
/
+82
2025-12-06
libstdc++: std::atomic should use std::addressof
Jonathan Wakely
1
-5
/
+4
2025-12-05
libstdc++: Implement rest of P2655R3 common_reference of reference_wrapper
Patrick Palka
1
-0
/
+1
2025-12-05
libstdc++: Implement P2655R3 changes to common_reference bullet 1
Patrick Palka
1
-0
/
+7
2025-12-05
libstdc++: Consolidate bullet 1 __common_reference_impl partial specs
Patrick Palka
1
-27
/
+13
2025-12-05
libstdc++: Use deducing this in range adaptors even in C++20 [PR111550]
Patrick Palka
1
-2
/
+8
2025-12-05
libstdc++: Use deducing this in std::not_fn when available [PR111327]
Patrick Palka
1
-0
/
+16
2025-12-04
libstdc++: Fix std::erase_if behavior for std::__debug::deque
François Dumont
1
-10
/
+7
2025-12-04
libstdc++: Convertibility of rank == 0 layouts, LWG4272.
Luc Grosheintz
1
-13
/
+23
2025-12-03
libstdc++: implement P3044R2 - sub-string_view from string (string part)
Yuao Ma
1
-0
/
+1
[next]