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
/
bits
Age
Commit message (
Expand
)
Author
Files
Lines
12 hours
libstdc++/regex: Zero-initialize _ExecutorFrame flags
Patrick Palka
1
-5
/
+4
3 days
libstdc++/regex: Suppress -Wpedantic warning about anonymous structs
Patrick Palka
1
-0
/
+3
4 days
libstdc++/regex: add [[gnu::always_inline]] to _Executor::_M_node
Patrick Palka
1
-1
/
+4
4 days
libstdc++/regex: Defer _M_current restoration to backtracking nodes [PR86164]
Patrick Palka
1
-18
/
+16
4 days
libstdc++/regex: Make DFS executor non-recursive [PR86164]
Patrick Palka
3
-45
/
+199
6 days
libstdc++: Disable false positive middle end warnings in std::shared_ptr [PR1...
Jonathan Wakely
1
-0
/
+7
6 days
libstdc++: Implement std::atomic::fetch_min/max
Soumya AR
3
-4
/
+146
6 days
libstdc++, contracts: Add base P2900R14 contracts support.
Nina Ranns
2
-0
/
+19
11 days
libstdc++: Explicitly call _Mo_base() in _Cpy_base copy-constructor [PR123758]
Tomasz Kamiński
1
-0
/
+1
14 days
libstdc++: Disable __cpp_lib_reflection for old CXX ABI
Jakub Jelinek
2
-10
/
+11
2026-01-19
libstdc++: Use overload operator<=> when provided in relational functors [PR1...
Tomasz Kamiński
2
-75
/
+115
2026-01-19
libstdc++: Fix std::erase_if for std::string with -D_GLIBCXX_USE_CXX11_ABI=0.
Tomasz Kamiński
1
-2
/
+2
2026-01-19
libstdc++: Fix std::erase_if behavior for std::__debug containers
François Dumont
1
-0
/
+22
2026-01-15
c++: C++26 Reflection [PR120775]
Marek Polacek
3
-1
/
+20
2026-01-13
libstdc++: Fix handling iterators with proxy subscript in heap algorithms.
Tomasz Kamiński
1
-4
/
+4
2026-01-12
libstdc++: Improve comments on __wait_args::_M_setup_proxy_wait
Jonathan Wakely
1
-6
/
+5
2026-01-10
libstdc++: constexpr flat_map and flat_multimap
Yuao Ma
2
-0
/
+18
2026-01-09
libstdc++: Fix proxy wait detection in atomic wait
Jonathan Wakely
2
-29
/
+57
2026-01-09
libstdc++: Ensure counting_semaphore::try_acquire_for times out [PR122878]
Jonathan Wakely
1
-10
/
+18
2026-01-07
libstdc++: Remove redundant return statement after static_assert(false)
Jonathan Wakely
1
-4
/
+1
2026-01-07
libstdc++: Use gnu_inline attribute on constexpr exception methods [PR123183]
Jakub Jelinek
2
-30
/
+70
2026-01-02
Update copyright years.
Jakub Jelinek
157
-157
/
+157
2025-12-19
libstdc++: Use smallest possible integer for __generate_cannonical_any
Tomasz Kamiński
2
-30
/
+82
2025-12-19
libstdc++: Fix chrono::parse to read from wide strings [PR123147]
Jonathan Wakely
1
-4
/
+4
2025-12-18
libstdc++: Fix some warnings seen during mingw-w64 bootstrap
Jonathan Wakely
1
-1
/
+2
2025-12-18
libstdc++: Fix ranges::stable_sort handling of null buffer [PR123180]
Jonathan Wakely
1
-2
/
+2
2025-12-18
libstdc++: Fix up std::generate_canonical for 32-bit arches
Jonathan Wakely
1
-52
/
+23
2025-12-17
libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI
Jonathan Wakely
2
-1
/
+2
2025-12-17
libstdc++: Implement std::philox_engine for targets without __int128
Jonathan Wakely
4
-118
/
+440
2025-12-17
libstdc++: Move new std::generate_canonical to inline namespace
Jonathan Wakely
2
-0
/
+8
2025-12-17
libstdc++: Restore braces around body of if-statement
Jonathan Wakely
1
-0
/
+2
2025-12-17
libstdc++: Make declaration and definition of generate_canonical consistent.
Tomasz Kamiński
1
-7
/
+4
2025-12-17
libstdc++: Fixed failing dg-error in random/pr60037-neg.cc tests.
Tomasz Kamiński
1
-1
/
+1
2025-12-17
libstdc++: Fix up all_pedantic_errors.cc
Jakub Jelinek
1
-2
/
+2
2025-12-17
libstdc++: Provide conversion between atomic_ref of similar types.
Tomasz Kamiński
2
-14
/
+13
2025-12-16
libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907]
Jonathan Wakely
1
-0
/
+7
2025-12-16
libstdc++: New generate_canonical impl (P0952, LWG2524) [PR119739]
Nathan Myers
1
-11
/
+249
2025-12-16
libstdc++: Implement P2408R5 C++20 iterators as inputs to STL algos
Patrick Palka
7
-32
/
+106
2025-12-11
libstdc++: Implement C++26 P3378R2 - constexpr exception types
Jakub Jelinek
19
-75
/
+1114
2025-12-11
libstdc++: constexpr flat_set and flat_multiset
Yuao Ma
2
-0
/
+18
2025-12-09
libstdc++: Regenerate <bits/version.h>
Jonathan Wakely
1
-2
/
+2
2025-12-09
libstdc++: Set __cpp_lib_submdspan to 202411.
Luc Grosheintz
2
-6
/
+7
2025-12-08
libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]
Jonathan Wakely
2
-3
/
+7
2025-12-08
libstdc++: Extend __is_standard_integer to cover extended integer types
Jonathan Wakely
3
-16
/
+14
2025-12-08
libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h>
Jonathan Wakely
1
-4
/
+0
2025-12-08
libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file
Jonathan Wakely
1
-0
/
+120
2025-12-06
libstdc++: std::atomic should use std::addressof
Jonathan Wakely
1
-1
/
+2
2025-12-05
libstdc++: Implement rest of P2655R3 common_reference of reference_wrapper
Patrick Palka
3
-0
/
+52
2025-12-05
libstdc++: Implement P2655R3 changes to common_reference bullet 1
Patrick Palka
2
-0
/
+18
2025-12-05
libstdc++: Use deducing this in std::bind_front even in C++20 [PR111327]
Patrick Palka
1
-1
/
+4
[next]