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-05-29
libstdc++: Avoid MMX return types from __builtin_shufflevector
Matthias Kretz
1
-11
/
+28
2024-05-23
libstdc++: Implement ranges::concat_view from P2542R7
Patrick Palka
3
-0
/
+598
2024-05-22
libstdc++: Add [[nodiscard]] to some std::locale functions
Jonathan Wakely
2
-1
/
+8
2024-05-22
libstdc++: Fix effects of combining locales [PR108323]
Jonathan Wakely
1
-1
/
+12
2024-05-22
libstdc++: Guard use of sized deallocation [PR114940]
Jonathan Wakely
3
-4
/
+13
2024-05-22
libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115...
Jonathan Wakely
2
-11
/
+43
2024-05-22
libstdc++: Ensure std::variant relops convert to bool [PR115145]
Jonathan Wakely
1
-28
/
+35
2024-05-17
libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]
Jonathan Wakely
1
-2
/
+4
2024-05-15
libstdc++: Fix data race in std::basic_ios::fill() [PR77704]
Jonathan Wakely
2
-10
/
+15
2024-05-15
libstdc++: Rewrite std::variant comparisons without macros
Jonathan Wakely
1
-51
/
+112
2024-05-15
libstdc++: Give std::memory_order a fixed underlying type [PR89624]
Jonathan Wakely
1
-2
/
+2
2024-05-14
libstdc++: Fix typo in std::stacktrace::max_size [PR115063]
Jonathan Wakely
1
-1
/
+1
2024-05-13
libstdc++: Use __builtin_shufflevector for simd split and concat
Matthias Kretz
3
-192
/
+125
2024-05-07
libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_view
Jonathan Wakely
1
-13
/
+11
2024-05-07
libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
Jonathan Wakely
1
-0
/
+10
2024-05-07
libstdc++: Simplify std::variant comparison operators
Jonathan Wakely
1
-11
/
+9
2024-05-07
libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
Jonathan Wakely
7
-70
/
+146
2024-05-07
libstdc++: Use https instead of http in some comments
Jonathan Wakely
3
-5
/
+5
2024-05-01
libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891]
Jonathan Wakely
1
-0
/
+8
2024-04-26
libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
Jonathan Wakely
1
-1
/
+1
2024-04-25
libstdc++: Fix typo in Doxygen comment
Jonathan Wakely
1
-1
/
+1
2024-04-25
libstdc++: Add comment to #include in <variant>
Jonathan Wakely
1
-1
/
+1
2024-04-22
libstdc++: Fix conversion of simd to vector builtin
Matthias Kretz
1
-1
/
+1
2024-04-22
libstdc++: Silence irrelevant warnings in <experimental/simd>
Matthias Kretz
2
-3
/
+8
2024-04-19
libstdc++: Simplify constraints on <=> for std::reference_wrapper
Jonathan Wakely
1
-5
/
+11
2024-04-17
libstdc++: Implement "Printing blank lines with println" for C++23
Jonathan Wakely
2
-0
/
+26
2024-04-17
libstdc++: Add include guard to simd-internal header
Matthias Kretz
1
-0
/
+4
2024-04-17
libstdc++: Avoid ill-formed types on ARM
Matthias Kretz
1
-2
/
+2
2024-04-15
libstdc++: Add std::reference_wrapper comparison operators for C++26
Jonathan Wakely
4
-0
/
+64
2024-04-15
libstdc++: Heterogeneous std::pair comparisons [PR113386]
Jonathan Wakely
1
-8
/
+24
2024-04-10
libstdc++: Fix build for targets without FP std::from_chars [PR114633]
Jonathan Wakely
1
-0
/
+4
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
[next]