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
/
debug
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Update copyright years.
Jakub Jelinek
33
-33
/
+33
2021-12-15
libstdc++: Overload std::__to_address for __gnu_cxx::__normal_iterator.
François Dumont
1
-0
/
+17
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
1
-12
/
+3
2021-11-20
libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on std::erase_if
François Dumont
7
-25
/
+89
2021-11-14
libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe()
François Dumont
12
-87
/
+82
2021-11-11
libstdc++: Fix debug containers for C++98 mode
Jonathan Wakely
8
-79
/
+14
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
4
-5
/
+311
2021-11-01
libstdc++: Missing constexpr for __gnu_debug::__valid_range etc
Jonathan Wakely
1
-8
/
+24
2021-10-09
libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
Jonathan Wakely
1
-2
/
+0
2021-10-04
libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
7
-14
/
+16
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
1
-3
/
+3
2021-08-18
libstdc++: Fix CTAD for debug sequence containers
Jonathan Wakely
4
-4
/
+24
2021-08-09
libstdc++: [_GLIBCXX_DEBUG] Avoid allocator operator== when always equal
François Dumont
1
-1
/
+12
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
5
-0
/
+86
2021-07-27
libstdc++: Remove unnecessary uses of <utility>
Jonathan Wakely
5
-5
/
+4
2021-07-22
libstdc++: Restore __gnu_debug::array [PR100682]
Jonathan Wakely
1
-0
/
+45
2021-05-26
libstdc++: [_GLIBCXX_DEBUG] Enhance rendering of assert message
François Dumont
1
-5
/
+7
2021-05-20
libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]
Jonathan Wakely
1
-2
/
+2
2021-04-09
libstdc++: [_GLIBCXX_DEBUG] Fix management of __dp_sign_max_size [PR 99402]
François Dumont
5
-41
/
+87
2021-03-28
libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructor
François Dumont
3
-5
/
+13
2021-03-25
libstdc++: Fix and complete __gnu_debug::basic_string implementation
François Dumont
1
-17
/
+70
2021-03-10
libstdc++: Fix headers that can't be used as header units [PR 99413]
Jonathan Wakely
1
-0
/
+2
2021-02-09
libstdc++: Add unordered containers heterogeneous lookup
François Dumont
2
-0
/
+168
2021-01-14
libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
François Dumont
4
-4
/
+14
2021-01-04
Update copyright years.
Jakub Jelinek
32
-32
/
+32
2020-12-12
libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibility
François Dumont
1
-4
/
+4
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
1
-408
/
+0
2020-11-09
libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatible
François Dumont
4
-31
/
+26
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
1
-1
/
+1
2020-10-10
libstdc++: Replace use of reserved name that clashes [PR 97362]
Jonathan Wakely
1
-3
/
+3
2020-08-12
libstdc++: Make self-move well-defined for containers [PR 85828]
Jonathan Wakely
5
-14
/
+15
2020-08-11
libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]
François Dumont
2
-69
/
+104
2020-08-07
libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [PR 96303]
Jonathan Wakely
1
-2
/
+4
2020-07-29
libstdc++: Review _Local_iterator/_Local_const_iterator implementations.
François Dumont
2
-4
/
+4
2020-07-29
libstdc++: Fix unordered containers move constructors noexcept qualification
François Dumont
2
-20
/
+24
2020-06-10
libstdc++: Extend memcmp optimization in std::lexicographical_compare
François Dumont
1
-0
/
+74
2020-06-04
libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iterators
François Dumont
1
-0
/
+6
2020-06-02
libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)
Jonathan Wakely
10
-24
/
+136
2020-05-23
libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)
Jonathan Wakely
1
-1
/
+1
2020-04-20
libstdc++: Add comparison operators to associative containers
Jonathan Wakely
4
-3
/
+35
2020-04-19
libstdc++: Remove operator!= overloads for unordered containers
Jonathan Wakely
2
-2
/
+8
2020-04-19
libstdc++: Fix redundant assignment (PR 94629)
Jonathan Wakely
1
-1
/
+0
2020-04-17
libstdc++: Add comparison operators to sequence containers
Jonathan Wakely
5
-0
/
+50
2020-02-27
libstdc++: Define <=> for Debug Mode array
Jonathan Wakely
1
-0
/
+20
2020-02-27
libstdc++: Fix std::string error in Debug Mode
Jonathan Wakely
1
-1
/
+1
2020-02-24
libstdc++: enable_view has false positives (LWG 3326)
Jonathan Wakely
3
-41
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
33
-33
/
+33
2019-12-10
libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algos
François Dumont
5
-28
/
+250
2019-11-26
libstdc++: Use C++98 syntax to instantiate input_iterator_tag
François Dumont
1
-2
/
+2
2019-11-26
libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG array
François Dumont
1
-2
/
+3
[next]