index
:
rocket-tools/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
Age
Commit message (
Expand
)
Author
Files
Lines
16 hours
libstdc++: Make std::expected trivially copy/move assignable (LWG 4026)
Jonathan Wakely
1
-12
/
+77
19 hours
libstdc++: Fix use of feature test macro in <source_location>
Jonathan Wakely
1
-8
/
+5
24 hours
libstdc++: Fix non-ASCII characters in <contracts> header
Jonathan Wakely
1
-3
/
+3
48 hours
libstdc++: Do not allow contract26.cc to build without -fcontracts
Jonathan Wakely
1
-1
/
+1
2 days
libstdc++: Disable false positive middle end warnings in std::shared_ptr [PR1...
Jonathan Wakely
1
-0
/
+7
2 days
libstdc++: Implement std::atomic::fetch_min/max
Soumya AR
4
-4
/
+203
2 days
libstdc++, contracts: Add base P2900R14 contracts support.
Nina Ranns
8
-85
/
+147
7 days
libstdc++: Explicitly call _Mo_base() in _Cpy_base copy-constructor [PR123758]
Tomasz Kamiński
1
-0
/
+1
10 days
libstdc++: Disable __cpp_lib_reflection for old CXX ABI
Jakub Jelinek
2
-10
/
+11
11 days
libstdc++: Use overload operator<=> when provided in relational functors [PR1...
Tomasz Kamiński
3
-75
/
+131
11 days
libstdc++: Fix std::erase_if for std::string with -D_GLIBCXX_USE_CXX11_ABI=0.
Tomasz Kamiński
1
-2
/
+2
11 days
libstdc++: Fix std::erase_if behavior for std::__debug containers
François Dumont
21
-154
/
+229
2026-01-15
libstdc++: Fix __cpp_impl_reflection comparisons
Jakub Jelinek
1
-4
/
+4
2026-01-15
c++: C++26 Reflection [PR120775]
Marek Polacek
8
-2
/
+735
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
3
-9
/
+166
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++: Fix std::basic_stringbuf::str()&& [PR123100]
Jonathan Wakely
1
-3
/
+6
2026-01-07
libstdc++: Remove redundant return statement after static_assert(false)
Jonathan Wakely
1
-4
/
+1
2026-01-07
libstdc++: Fix memory leak in std::barrier destructor [PR123378]
Jonathan Wakely
1
-0
/
+6
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
820
-820
/
+820
2025-12-19
libstdc++: Use union to store non-trivially destructible types in C++17 mode ...
Tomasz Kamiński
1
-7
/
+6
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-19
libstdc++: Make more _Safe_iterator functions in constexpr in C++20.
Tomasz Kamiński
2
-5
/
+17
2025-12-18
libstdc++: Fix some warnings seen during mingw-w64 bootstrap
Jonathan Wakely
1
-1
/
+2
2025-12-18
libstdc++: On Windows, retrieve thread-local variables via functions
LIU Hao
1
-0
/
+19
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
4
-19
/
+35
2025-12-16
libstdc++: Optimize compilation time for signed/unsigned integer traits
Jonathan Wakely
1
-79
/
+80
2025-12-16
libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907]
Jonathan Wakely
1
-0
/
+7
2025-12-16
libstdc++: Update tzdata to 2025c
Jonathan Wakely
1
-1
/
+1
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
10
-38
/
+115
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
52
-346
/
+1242
2025-12-11
libstdc++: constexpr flat_set and flat_multiset
Yuao Ma
3
-3
/
+118
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
[next]