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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]
Jonathan Wakely
1
-0
/
+3
2024-04-03
libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]
Jonathan Wakely
1
-1
/
+1
2024-04-02
libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]
Jonathan Wakely
1
-3
/
+7
2024-04-02
libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlap
Patrick Palka
1
-5
/
+8
2024-03-27
libstdc++: Add masked ++/-- implementation for sizeof < 16
Matthias Kretz
1
-10
/
+14
2024-03-27
libstdc++: Fix call signature of builtins from masked ++/--
Matthias Kretz
1
-3
/
+9
2024-03-27
libstdc++: add ARM SVE support to std::experimental::simd
Srinivas Yadav Singanaboina
9
-104
/
+2152
2024-03-26
libstdc++: fix generator iterator operator* return type
Arsen Arsenović
1
-2
/
+2
2024-03-26
libstdc++: fix _V badname in <generator>
Arsen Arsenović
1
-8
/
+10
2024-03-23
libstdc++: Disable std::formatter specializations (LWG 3944)
Jonathan Wakely
1
-0
/
+23
2024-03-23
libstdc++: Add __is_in_place_index_v helper and use it in <variant>
Jonathan Wakely
2
-1
/
+8
2024-03-23
libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]
Jonathan Wakely
1
-2
/
+10
2024-03-22
libstdc++: Destroy allocators in re-inserted container nodes [PR114401]
Jonathan Wakely
3
-15
/
+28
2024-03-22
libstdc++: Constrain std::vector default constructor [PR113841]
Jonathan Wakely
3
-0
/
+9
2024-03-22
libstdc++: Use feature test macros in <bits/stl_construct.h>
Jonathan Wakely
1
-7
/
+7
2024-03-22
libstdc++: Reorder feature test macro definitions
Jonathan Wakely
2
-37
/
+37
2024-03-22
libstdc++: Replace std::result_of with __invoke_result_t [PR114394]
Jonathan Wakely
2
-1
/
+5
2024-03-20
libstdc++: [_GLIBCXX_DEBUG] Define __cpp_lib_null_iterators
François Dumont
2
-2
/
+1
2024-03-19
libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]
Jonathan Wakely
1
-1
/
+1
2024-03-19
libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]
Jonathan Wakely
1
-0
/
+10
2024-03-19
libstdc++: Regenerate <bits/version.h> in maintainer mode
Jonathan Wakely
2
-0
/
+10
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-18
libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advance
François Dumont
1
-0
/
+3
2024-03-18
libstdc++: Fix _Safe_local_iterator<>::_M_valid_range
François Dumont
1
-1
/
+7
2024-03-17
libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]
François Dumont
1
-0
/
+12
2024-03-14
libstdc++: Fix std::format("{}", negative_integer) [PR114325]
Jonathan Wakely
1
-3
/
+4
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
3
-4
/
+5
2024-03-07
libstdc++: Update expiry times for leap seconds lists
Jonathan Wakely
1
-1
/
+1
2024-03-07
libstdc++: Better diagnostics for std::format errors
Jonathan Wakely
1
-0
/
+13
2024-03-04
libstdc++: Add missing std::tuple constructor [PR114147]
Jonathan Wakely
1
-0
/
+14
2024-02-29
libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
Jonathan Wakely
1
-5
/
+1
2024-02-29
libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...
Jonathan Wakely
1
-19
/
+22
2024-02-28
libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]
Jonathan Wakely
1
-3
/
+3
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
3
-12
/
+18
2024-02-28
libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
Jonathan Wakely
7
-58
/
+126
2024-02-28
libstdc++: Fix std::print for Cygwin
Jonathan Wakely
2
-3
/
+3
2024-02-28
libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
Jonathan Wakely
1
-0
/
+3
2024-02-28
libstdc++: Add more [[nodiscard]] to <stacktrace>
Jonathan Wakely
1
-5
/
+31
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
2
-2
/
+32
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
[next]