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
/
bits
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
libstdc++: Fix Python scripts to output the correct filename
Jonathan Wakely
2
-2
/
+3
2024-03-19
libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]
Jonathan Wakely
1
-6
/
+6
2024-03-14
libstdc++: Add nodiscard in <algorithm>
Jonathan Wakely
3
-71
/
+71
2024-03-14
libstdc++: Add missing clear_padding in __atomic_float constructor
xndcn
1
-1
/
+1
2024-03-14
libstdc++: Update C++23 status in the manual
Jonathan Wakely
1
-1
/
+1
2024-03-09
libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]
Jonathan Wakely
1
-1
/
+11
2024-03-09
libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]
Jonathan Wakely
1
-12
/
+62
2024-03-07
libstdc++: Use std::from_chars to speed up parsing subsecond durations
Jonathan Wakely
1
-10
/
+18
2024-03-07
libstdc++: Fix parsing of fractional seconds [PR114244]
Jonathan Wakely
1
-6
/
+12
2024-03-07
libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...
Jonathan Wakely
2
-1
/
+2
2024-02-29
libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...
Jonathan Wakely
1
-19
/
+22
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
2
-11
/
+11
2024-02-28
libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
Jonathan Wakely
4
-58
/
+103
2024-02-28
libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
Jonathan Wakely
1
-0
/
+3
2024-02-20
libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_wrap behavior
François Dumont
1
-1
/
+1
2024-02-17
libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_base behavior
François Dumont
1
-1
/
+15
2024-02-15
libstdc++: Use unsigned division in std::rotate [PR113811]
Jonathan Wakely
1
-2
/
+8
2024-02-15
libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]
Jonathan Wakely
1
-7
/
+109
2024-02-12
libstdc++: Fix constexpr basic_string union member [PR113294]
Paul Keir
1
-1
/
+1
2024-02-09
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_same
Ken Matsui
1
-4
/
+0
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-07
libstdc++: Work around modules issue causing hello-1 ICE [PR113710]
Patrick Palka
1
-0
/
+5
2024-02-04
libstdc++: Add copyright and license text to new generated headers
Jonathan Wakely
2
-0
/
+54
2024-02-02
libstdc++: Make std::function deduction guide support explicit object functio...
Jonathan Wakely
1
-0
/
+6
2024-02-01
libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]
Patrick Palka
6
-5
/
+236
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-01-31
libstdc++: Add "ASCII" as an alias for std::text_encoding::id::ASCII
Jonathan Wakely
1
-1
/
+2
2024-01-24
libstdc++: [_Hashtable] Remove useless check for _M_before_begin node
Huanghui Nie
1
-9
/
+4
2024-01-21
libstdc++: Fix std::format for floating-point chrono::time_point [PR113500]
Jonathan Wakely
1
-20
/
+51
2024-01-21
libstdc++: Fix std::chrono::file_clock conversions for low-precision times
Jonathan Wakely
1
-6
/
+8
2024-01-18
libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zip
Patrick Palka
1
-5
/
+5
2024-01-18
libstdc++: Avoid -Wmaybe-uninitialized warnings in text_encoding.cc
Jonathan Wakely
1
-1
/
+1
2024-01-17
libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]
Jonathan Wakely
5
-3
/
+988
2024-01-17
libstdc++: Do not use CTAD for _Utf32_view alias template
Jonathan Wakely
1
-5
/
+18
2024-01-15
libstdc++: Implement P2836R1 changes to const_iterator
Patrick Palka
3
-3
/
+15
2024-01-12
libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
Patrick Palka
2
-105
/
+125
2024-01-13
libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engi...
Jonathan Wakely
1
-1
/
+4
2024-01-12
libstdc++: Implement C++23 P1951R1 (Default Args for pair's Forwarding Ctor) ...
Jonathan Wakely
1
-0
/
+8
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
1
-0
/
+3
2024-01-10
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for _Nth_type
Patrick Palka
1
-1
/
+1
2024-01-09
libstdc++: Fix Unicode property detection functions
Jonathan Wakely
2
-323
/
+324
2024-01-09
libstdc++: Simplify some chrono formatters
Jonathan Wakely
1
-10
/
+4
2024-01-08
libstdc++: Remove std::__unicode::__null_sentinel
Jonathan Wakely
1
-2
/
+0
2024-01-08
libstdc++: Implement P2905R2 "Runtime format strings" for C++20
Jonathan Wakely
1
-5
/
+10
2024-01-08
libstdc++: Add Unicode-aware width estimation for std::format
Jonathan Wakely
2
-0
/
+1514
2024-01-08
libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20
Jonathan Wakely
2
-65
/
+85
2024-01-05
libstdc++: Fix std::char_traits<C>::move [PR113200]
Jonathan Wakely
1
-13
/
+3
2024-01-05
libstdc++: Use if-constexpr in std::__try_use_facet [PR113099]
Jonathan Wakely
1
-1
/
+4
[next]