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/gfortran-test
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-15
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-15
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
2022-11-06
libstdc++: Declare const global variables inline
Patrick Palka
3
-18
/
+18
2022-11-03
libstdc++: Add missing move in ranges::copy
Jonathan Wakely
1
-1
/
+1
2022-10-31
libstdc++-v3: <complex> support for extended floating point types
Jakub Jelinek
1
-0
/
+45
2022-10-29
libstdc++: Fix dangling reference in filesystem::path::filename()
Jonathan Wakely
1
-3
/
+3
2022-10-28
libstdc++: Fix allocator propagation in regex algorithms [PR107376]
Jonathan Wakely
2
-9
/
+11
2022-10-26
c++: Implement -Wdangling-reference [PR106393]
Marek Polacek
1
-0
/
+3
2022-10-21
libstdc++: Fix std::move_only_function for incomplete parameter types
Jonathan Wakely
1
-4
/
+1
2022-10-18
libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...
Jakub Jelinek
2
-0
/
+48
2022-10-15
libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)
Jonathan Wakely
1
-2
/
+2
2022-10-15
libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)
Jonathan Wakely
3
-5
/
+2
2022-10-07
libstdc++: Shuffle header dependencies of <functional>
Jonathan Wakely
1
-5
/
+5
2022-10-05
libstdc++: Guard use of new built-in with __has_builtin
Jonathan Wakely
1
-0
/
+2
2022-10-04
libstdc++: Refactor seed sequence constraints in <random>
Jonathan Wakely
1
-15
/
+24
2022-10-04
libstdc++: Define <bits/functexcept.h> functions for freestanding [PR107135]
Jonathan Wakely
1
-0
/
+25
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
5
-2
/
+45
2022-09-29
c++: implement __remove_cv, __remove_reference and __remove_cvref
Patrick Palka
1
-4
/
+1
2022-09-29
libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]
Jonathan Wakely
1
-18
/
+12
2022-09-27
libstdc++: Adjust deduction guides for static operator() [PR106651]
Jonathan Wakely
1
-3
/
+22
2022-09-26
libstdc++: Update std::pointer_traits to match new LWG 3545 wording
Jonathan Wakely
1
-14
/
+6
2022-09-24
libstdc++: Simplify detection idiom using concepts
Jonathan Wakely
2
-24
/
+7
2022-09-21
libstdc++: Add <initializer_list> to ranges_base.h header
Jonathan Wakely
1
-0
/
+1
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
6
-17
/
+58
2022-09-16
libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>
Jonathan Wakely
2
-51
/
+48
2022-09-16
libstdc++: Make more internal headers include their own dependencies
Jonathan Wakely
4
-1
/
+8
2022-09-16
libstdc++: Remove __alloc_neq helper
Jonathan Wakely
2
-20
/
+2
2022-09-16
libstdc++: Fix Doxygen commands
Jonathan Wakely
1
-0
/
+3
2022-09-15
libstdc++: Tweak TSan annotations for std::atomic<shared_ptr<T>>
Jonathan Wakely
1
-11
/
+15
2022-09-15
libstdc++: Implement ranges::chunk_by_view from P2443R1
Patrick Palka
2
-37
/
+39
2022-09-14
libstdc++: Add TSan annotations to std::atomic<shared_ptr<T>>
Jonathan Wakely
1
-0
/
+38
2022-09-14
libstdc++: Add missing <new> header to <bits/stl_tempbuf.h>
Jonathan Wakely
1
-0
/
+1
2022-09-12
libstdc++: Outline the overlapping case of string _M_replace into a separate ...
Jakub Jelinek
2
-27
/
+47
2022-09-09
libstdc++: Rename parameter to avoid darwin __weak qualifier
Jonathan Wakely
1
-3
/
+4
2022-09-08
libstdc++: Clear padding bits in atomic compare_exchange
Thomas Rodgers
1
-21
/
+76
2022-08-31
libstdc++: A few more minor <ranges> cleanups
Patrick Palka
1
-1
/
+1
2022-08-31
libstdc++: Add noexcept-specifier to std::reference_wrapper::operator()
Jonathan Wakely
1
-1
/
+2
2022-08-31
libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>
Jonathan Wakely
1
-84
/
+127
2022-08-26
libstdc++: Add nonnull to starts_with/ends_with/contains string members
Jonathan Wakely
2
-0
/
+6
2022-08-24
libstdc++: Implement ranges::zip_view from P2321R2
Patrick Palka
2
-53
/
+56
2022-08-24
Revert "libstdc++: Optimize operator+(string/char*, char*/string) equally"
Jonathan Wakely
2
-23
/
+7
2022-08-24
libstdc++: Fix fallout from P2321R2 std::pair/tuple enhancements
Patrick Palka
1
-0
/
+7
2022-08-24
libstdc++: Fix regression in std::stable_sort
Jonathan Wakely
1
-2
/
+3
2022-08-24
libstdc++: Optimize operator+(string/char*, char*/string) equally
Will Hawkins
2
-7
/
+23
2022-08-23
libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2
Patrick Palka
3
-5
/
+165
2022-08-22
libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]
Jonathan Wakely
1
-1
/
+7
2022-08-22
libstdc++: Check for overflow in regex back-reference [PR106607]
Jonathan Wakely
1
-4
/
+6
2022-08-04
libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
Jonathan Wakely
3
-13
/
+72
2022-08-04
libstdc++: Update value of __cpp_lib_ios_noreplace macro
Jonathan Wakely
1
-1
/
+1
2022-08-04
libstdc++: Unblock atomic wait on non-futex platforms [PR106183]
Jonathan Wakely
1
-22
/
+20
2022-07-29
libstdc++: Tweak common_iterator::operator-> return type [PR104443]
Jonathan Wakely
1
-1
/
+1
2022-07-26
libstdc++: Minor codegen improvement for atomic wait spinloop
Thomas Rodgers
1
-10
/
+7
[next]