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
/
include
/
std
Age
Commit message (
Expand
)
Author
Files
Lines
23 hours
libstdc++: Fix flat_foo::insert_range for non-common ranges [PR118156]
Patrick Palka
2
-8
/
+36
2 days
libstdc++: Use safe integer comparisons in std::latch [PR98749]
Jonathan Wakely
1
-11
/
+21
3 days
libstdc++: Fix views::transform(move_only_fn{}) forwarding [PR118413]
Patrick Palka
1
-2
/
+2
2025-01-16
libstdc++: Move std::basic_ostream to new internal header [PR99995]
Jonathan Wakely
1
-762
/
+1
2025-01-08
libstdc++: Adjust indentation of new std::span constructor
Jonathan Wakely
1
-7
/
+6
2025-01-08
libstdc++: add initializer_list constructor to std::span (P2447R6)
Giuseppe D'Angelo
1
-0
/
+17
2025-01-08
libstdc++: Avoid redundant assertions in std::span constructors
Jonathan Wakely
1
-34
/
+44
2025-01-02
Update copyright years.
Jakub Jelinek
72
-72
/
+72
2024-12-27
libstdc++: add missing return in generator assignment operator [PR118196]
Arsen Arsenović
1
-0
/
+1
2024-12-27
libstdc++: don't implicit-construct _Yielded_decvref [PR118022]
Arsen Arsenović
1
-1
/
+1
2024-12-19
libstdc++: Implement C++23 <flat_set> (P1222R4)
Patrick Palka
1
-0
/
+1041
2024-12-19
libstdc++: Implement C++23 <flat_map> (P0429R9)
Patrick Palka
1
-0
/
+1570
2024-12-13
libstdc++: Fix uninitialized data in std::basic_spanbuf::seekoff
Jonathan Wakely
1
-3
/
+5
2024-12-11
libstdc++: Skip redundant assertions in std::array equality [PR106212]
Jonathan Wakely
1
-1
/
+1
2024-12-11
libstdc++: Skip redundant assertions in std::span construction [PR117966]
Jonathan Wakely
1
-5
/
+5
2024-12-11
libstdc++: Remove constraints on std::generator::promise_type::operator new
Jonathan Wakely
1
-29
/
+30
2024-12-11
libstdc++: Make std::println use locale from ostream (LWG 4088)
Jonathan Wakely
1
-2
/
+4
2024-12-10
libstdc++: deprecate is_trivial for C++26 (P3247R2)
Giuseppe D'Angelo
1
-2
/
+11
2024-12-10
libstdc++: port away from is_trivial in string classes
Giuseppe D'Angelo
1
-1
/
+3
2024-12-07
libstdc++: Fix typo in Doxygen comment in <format>
Jonathan Wakely
1
-1
/
+1
2024-12-03
libstdc++: Fix parallel std::exclusive_scan [PR108236]
Jonathan Wakely
1
-2
/
+2
2024-12-03
libstdc++: Fix constraints on std::optional converting constructors [PR117889]
Jonathan Wakely
1
-2
/
+2
2024-11-30
libstdc++: Fix constraints on std::optional converting assignments [PR117858]
Jonathan Wakely
1
-2
/
+2
2024-11-30
libstdc++: Move std::monostate to <utility> for C++26 (P0472R2)
Jonathan Wakely
2
-30
/
+5
2024-11-30
c++: Implement C++26 P3176R1 - The Oxford variadic comma
Jakub Jelinek
1
-1
/
+1
2024-11-28
libstdc++: Use std::_Destroy in std::stacktrace
Jonathan Wakely
1
-2
/
+1
2024-11-28
libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]
Jonathan Wakely
1
-1
/
+1
2024-11-27
libstdc++/ranges: make _RangeAdaptorClosure befriend operator|
Patrick Palka
1
-2
/
+21
2024-11-14
libstdc++: Implement LWG 3563 changes to keys_view and values_view
Patrick Palka
1
-2
/
+4
2024-11-13
libstdc++: Refactor std::hash specializations
Jonathan Wakely
2
-31
/
+36
2024-11-11
libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]
Jonathan Wakely
1
-3
/
+3
2024-10-29
libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
1
-2
/
+2
2024-10-24
libstdc++: Simplify std::__throw_bad_variant_access
Jonathan Wakely
1
-17
/
+15
2024-10-22
libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
1
-4
/
+6
2024-10-22
libstdc++: Avoid using std::__to_address with iterators
Jonathan Wakely
1
-1
/
+1
2024-10-15
libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
1
-5
/
+13
2024-10-14
libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
1
-2
/
+7
2024-10-14
libstdc++: Constrain std::expected comparisons (P3379R0)
Jonathan Wakely
1
-6
/
+25
2024-10-09
libstdc++: Fix -Wnarrowing in <complex> [PR116991]
Jonathan Wakely
1
-1
/
+1
2024-10-09
libstdc++: Fix -Wsign-compare in std::latch::count_down
Jonathan Wakely
1
-1
/
+5
2024-10-09
libstdc++: Simplify std::aligned_storage and fix for versioned namespace [PR6...
Jonathan Wakely
1
-24
/
+59
2024-10-09
libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)
Jonathan Wakely
1
-1
/
+1
2024-10-05
libstdc++: add std::is_virtual_base_of
Giuseppe D'Angelo
1
-0
/
+14
2024-10-04
libstdc++/ranges: Implement various small LWG issues
Patrick Palka
1
-8
/
+76
2024-10-04
libstdc++: Replace implicit lambda capture of 'this' [PR116964]
Jonathan Wakely
1
-6
/
+6
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
2
-0
/
+6
2024-09-27
libstdc++: Fix test FAIL due to -Wpointer-arith
Jonathan Wakely
1
-16
/
+16
2024-09-27
libgcc, libstdc++: Make declarations no longer TU-local [PR115126]
Nathaniel Shead
2
-14
/
+14
2024-09-26
libstdc++: Preserve signbit of nan when converting float to double [PR113578]
Jonathan Wakely
1
-6
/
+37
2024-09-26
libstdc++: Add [[nodiscard]] to iostream members
Jonathan Wakely
3
-0
/
+32
[next]