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/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-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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-15
libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
Jonathan Wakely
1
-4
/
+1
2024-02-15
libstdc++: Use memset to optimize std::bitset::set() [PR113807]
Jonathan Wakely
1
-2
/
+9
2024-02-15
libstdc++: Use unsigned division in std::rotate [PR113811]
Jonathan Wakely
1
-2
/
+8
2024-02-15
libstdc++: Avoid aliasing violation in std::valarray [PR99117]
Jonathan Wakely
2
-1
/
+24
2024-02-15
libstdc++: Update tzdata to 2024a
Jonathan Wakely
2
-1988
/
+1986
2024-02-15
libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]
Jonathan Wakely
3
-8
/
+132
2024-02-15
Daily bump.
GCC Administrator
1
-0
/
+6
2024-02-14
libstdc++: C++ item p2442 is version 1 only
Gerald Pfeifer
2
-4
/
+4
2024-02-13
Daily bump.
GCC Administrator
1
-0
/
+9
2024-02-12
libstdc++: Fix constexpr basic_string union member [PR113294]
Paul Keir
2
-1
/
+15
2024-02-10
Daily bump.
GCC Administrator
1
-0
/
+9
2024-02-09
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_same
Ken Matsui
2
-8
/
+5
2024-02-09
Daily bump.
GCC Administrator
1
-0
/
+15
2024-02-08
libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>
Jonathan Wakely
1
-1
/
+1
2024-02-08
libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147]
Jonathan Wakely
1
-0
/
+2
2024-02-08
libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin
Jonathan Wakely
1
-1
/
+4
2024-02-08
Daily bump.
GCC Administrator
1
-0
/
+7
2024-02-07
libstdc++: Work around modules issue causing hello-1 ICE [PR113710]
Patrick Palka
1
-0
/
+5
2024-02-07
Daily bump.
GCC Administrator
1
-0
/
+5
2024-02-06
libstdc++: /dev/null is not accessible on Windows
Torbjörn SVENSSON
1
-2
/
+5
2024-02-05
Daily bump.
GCC Administrator
1
-0
/
+21
2024-02-04
libstdc++: Replace padding bits with bit-fields in __format::_Spec
Jonathan Wakely
1
-0
/
+2
2024-02-04
libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
Jonathan Wakely
4
-9
/
+38
2024-02-04
libstdc++: Add copyright and license text to new generated headers
Jonathan Wakely
3
-1
/
+83
2024-02-03
Daily bump.
GCC Administrator
1
-0
/
+56
2024-02-02
libstdc++: Make std::function deduction guide support explicit object functio...
Jonathan Wakely
3
-0
/
+76
2024-02-02
libstdc++: Fix experimental/names.cc failure on AIX
Jonathan Wakely
1
-0
/
+2
2024-02-02
libstdc++: Implement some missing functions for net::ip::network_v6
Jonathan Wakely
2
-4
/
+96
2024-02-02
libstdc++: Fix invalid order in PSTL inplace_merge test [PR90276]
Jonathan Wakely
1
-1
/
+1
2024-02-02
libstdc++: Avoid reusing moved-from iterators in PSTL tests [PR90276]
Jonathan Wakely
1
-5
/
+5
2024-02-02
libstdc++: Allow explicit conversion of string views with different traits
Jonathan Wakely
3
-36
/
+8
2024-02-02
libstdc++: Remove noexcept from std::osyncstream::operator=
Jonathan Wakely
1
-1
/
+1
2024-02-02
libstdc++: Remove noexcept from std::generator::promise_type::yield_value
Jonathan Wakely
1
-1
/
+0
2024-02-02
Daily bump.
GCC Administrator
1
-0
/
+119
2024-02-01
libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]
Patrick Palka
15
-83
/
+1070
2024-02-01
libstdc++/pair: Factor out const-assignability helper for C++20
Patrick Palka
1
-8
/
+13
2024-02-01
libstdc++: Do not use def-file-line for each macro in <bits/version.h>
Jonathan Wakely
2
-188
/
+1
2024-02-01
libstdc++: Update expected error for debug/constexpr*_neg.cc tests
Jonathan Wakely
9
-15
/
+9
2024-02-01
libstdc++: Fix -Wdeprecated warning about implicit capture of 'this'
Jonathan Wakely
1
-14
/
+6
2024-02-01
Daily bump.
GCC Administrator
1
-0
/
+25
2024-01-31
libstdc++: Enable std::text_encoding for darwin and FreeBSD
Jonathan Wakely
3
-0
/
+9
2024-01-31
libstdc++: Add "ASCII" as an alias for std::text_encoding::id::ASCII
Jonathan Wakely
3
-2
/
+30
2024-01-31
libstdc++: Add all supported headers to lists in the manual
Jonathan Wakely
3
-32
/
+191
2024-01-31
libstdc++: Fix -Wshift-count-overflow warning in std::bitset
Jonathan Wakely
1
-6
/
+7
2024-01-31
Daily bump.
GCC Administrator
1
-0
/
+5
2024-01-30
libstdc++: Fix check in testsuite/std/time/clock/gps/io.cc
Jonathan Wakely
1
-1
/
+2
2024-01-30
Daily bump.
GCC Administrator
1
-0
/
+5
2024-01-29
libstdc++: Fix _GLIBCXX_DEBUG_BACKTRACE macro documentation
François Dumont
1
-2
/
+2
2024-01-25
Daily bump.
GCC Administrator
1
-0
/
+6
2024-01-24
libstdc++: [_Hashtable] Remove useless check for _M_before_begin node
Huanghui Nie
1
-9
/
+4
[next]