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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-06
libstdc++: Cleanup whitespace and type trait usage in <optional>
Jonathan Wakely
1
-102
/
+107
2020-07-06
libstdc++: Constrain std::make_optional
Jonathan Wakely
1
-8
/
+17
2020-07-06
libstdc++: Add noexcept to std::optional initialization (PR 96036)
Jonathan Wakely
1
-6
/
+25
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
15
-24
/
+31
2020-07-02
PR libstdc++/91807
Ville Voutilainen
1
-1
/
+2
2020-07-01
libstdc++: Remove noexcept from match_results comparisons (PR 94627)
Jonathan Wakely
1
-2
/
+2
2020-06-30
Revert "Add a __nonnnull__ attribute to std::string's _CharT* constructor"
Ville Voutilainen
1
-1
/
+0
2020-06-29
Add a __nonnnull__ attribute to std::string's _CharT* constructor
Ville Voutilainen
1
-0
/
+1
2020-06-29
PR libstdc++/95915
Ville Voutilainen
2
-12
/
+9
2020-06-24
libstdc++: Fix std::from_chars to ignore leading zeros in base 2
Jonathan Wakely
1
-2
/
+6
2020-06-24
libstdc++: Fix warnings with -Wsystem-headers
Jonathan Wakely
2
-1
/
+4
2020-06-24
libstdc++: Fix std::to_chars buffer overflow (PR 95851)
Jonathan Wakely
1
-1
/
+4
2020-06-23
libstdc++: Implement P1972R2 changes to std::variant (PR 95832)
Jonathan Wakely
1
-16
/
+5
2020-06-23
libstdc++: Regenerate makefiles
Jonathan Wakely
1
-0
/
+1
2020-06-19
libstdc++: Fix some -Wsystem-headers warnings (PR 95765)
Jonathan Wakely
2
-7
/
+4
2020-06-19
libstdc++: Remove redundant std:: qualification
Jonathan Wakely
3
-79
/
+79
2020-06-19
libstdc++: Define all std::function members inline
Jonathan Wakely
1
-94
/
+65
2020-06-19
libstdc++: std::includes performance tweak
Marc Glisse
1
-8
/
+6
2020-06-19
libstdc++: Optimize std::optional default constructor
Marc Glisse
1
-1
/
+1
2020-06-17
libstdc++: Avoid stack overflow in std::vector (PR 94540)
Jonathan Wakely
1
-16
/
+28
2020-06-17
libstdc++: Handle non-integral sizes in std::uninitialized_fill_n
Jonathan Wakely
1
-9
/
+17
2020-06-16
libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282)
Jonathan Wakely
1
-5
/
+5
2020-06-16
libstdc++: Enforce copyable/movable checks in std::atomic
Jonathan Wakely
1
-0
/
+7
2020-06-15
libstdc++: Update value of __cpp_lib_constexpr_char_traits for C++20
Jonathan Wakely
2
-3
/
+12
2020-06-15
libstdc++: Fix char_traits move with overlap
Paul Keir
1
-1
/
+1
2020-06-12
libstdc++: Make std::atomic_flag::test members const
Jonathan Wakely
1
-2
/
+2
2020-06-11
libstdc++: Fix istream::ignore discarding too many chars (PR 94749)
Jonathan Wakely
1
-4
/
+2
2020-06-10
libstdc++: Fix some ranges algos optimizations [PR95578]
Patrick Palka
2
-45
/
+57
2020-06-10
libstdc++: Extend memcmp optimization in std::lexicographical_compare
François Dumont
3
-8
/
+270
2020-06-09
libstdc++: Define converting assignment operator for std::move_iterator
Jonathan Wakely
1
-0
/
+8
2020-06-09
libstdc++: Define std::bad_optional_access constructor as defaulted
Jonathan Wakely
1
-4
/
+3
2020-06-08
libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
Jonathan Wakely
1
-2
/
+18
2020-06-04
libstdc++: Remove workarounds for constrained nested class templates
Jonathan Wakely
2
-94
/
+97
2020-06-04
libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iterators
François Dumont
5
-35
/
+115
2020-06-04
libstdc++: Make std::copy_n work with negative and non-integral sizes
Jonathan Wakely
2
-5
/
+13
2020-06-02
libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)
Jonathan Wakely
10
-24
/
+136
2020-06-02
libstdc++: Fix filesystem::u8path for mingw targets (PR 95392)
Jonathan Wakely
1
-75
/
+57
2020-05-29
libstdc++: Review unordered_map insert_or_assign/try_emplace (PR 95079)
François Dumont
2
-112
/
+82
2020-05-27
libstdc++: Fix atomic<FP>::load (PR 95282)
Jonathan Wakely
1
-1
/
+1
2020-05-27
libstdc++: Fix view adaptors for mixed-const sentinels and iterators (PR 95322)
Jonathan Wakely
1
-27
/
+40
2020-05-27
libstdc++: Fix std::reverse_iterator comparisons (PR 94354)
Jonathan Wakely
1
-5
/
+6
2020-05-26
libstdc++: Fix common_iterator::operator-> [PR95322]
Patrick Palka
1
-18
/
+16
2020-05-23
libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)
Jonathan Wakely
1
-1
/
+1
2020-05-23
libstdc++: Refactor filesystem::path string conversions
Jonathan Wakely
2
-192
/
+171
2020-05-23
libstdc++: Remove incorrect static specifiers
Jonathan Wakely
2
-12
/
+12
2020-05-23
libstdc++: Simplify filesystem::path SFINAE constraints
Jonathan Wakely
1
-48
/
+77
2020-05-21
libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)
Jonathan Wakely
1
-4
/
+6
2020-05-21
libstdc++: Use macro for nodiscard attribute
Jonathan Wakely
1
-2
/
+2
2020-05-21
libstdc++: Better requirements checking in Networking TS
Jonathan Wakely
2
-27
/
+159
2020-05-21
libstdc++: Fix net::basic_socket::close(error_code&)
Jonathan Wakely
3
-14
/
+40
[next]