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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-20
Fix test failure due to Networking TS headers using mutexes
Jonathan Wakely
2
-8
/
+15
2019-05-20
CWG 2094 - volatile scalars are trivially copyable.
Marek Polacek
2
-1
/
+10
2019-05-20
Fix failing tests for use of non-reserved names
Jonathan Wakely
3
-1
/
+12
2019-05-20
PR c++/90532 Ensure __is_constructible(T[]) is false
Jonathan Wakely
6
-47
/
+46
2019-05-20
std::allocator::deallocate support sized-deallocation
Pádraig Brady
2
-3
/
+16
2019-05-20
Fix test bug with mismatched alignment in allocate/deallocate
Jonathan Wakely
2
-2
/
+7
2019-05-18
PR libstdc++/90520 adjust Xmethod for recent unique_ptr changes
Jonathan Wakely
3
-4
/
+26
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-2
/
+2
2019-05-17
2019-05-17 François Dumont <fdumont@gcc.gnu.org>
François Dumont
4
-193
/
+320
2019-05-17
PR libstdc++/90246 Improve text of std::variant exceptions and assertions
Jonathan Wakely
2
-16
/
+36
2019-05-17
Fix std::variant test for ILP32 targets
Jonathan Wakely
3
-1
/
+24
2019-05-17
Fix uses of non-reserved names for template parameters
Jonathan Wakely
7
-14
/
+158
2019-05-17
PR libstdc++/85965 move is_invocable assertions again
Jonathan Wakely
14
-33
/
+101
2019-05-17
Fix __invoke_r<void> to be valid in C++11
Jonathan Wakely
2
-1
/
+5
2019-05-17
Add missing piece of P0777R1 and update C++20 status docs
Jonathan Wakely
7
-27
/
+35
2019-05-17
Move from state of allocators (LWG2593)
François Dumont
18
-57
/
+65
2019-05-16
Remove incorrect assertion from filesystem::absolute
Jonathan Wakely
2
-3
/
+4
2019-05-16
Implement sane variant converting constructor (P0608R3)
Jonathan Wakely
4
-30
/
+118
2019-05-16
Changes to std::variant to reduce code size
Jonathan Wakely
2
-17
/
+17
2019-05-16
Replace _Equal_helper with simpler class template
Jonathan Wakely
2
-36
/
+23
2019-05-16
Change EBO accessors from static to non-static member functions
Jonathan Wakely
2
-38
/
+35
2019-05-16
Remove unnecessary non-const accessors in hash table bases
Jonathan Wakely
2
-36
/
+23
2019-05-15
Qualify calls in std::visit and std::visit<R>
Jonathan Wakely
2
-4
/
+8
2019-05-14
Fix NullablePointer test utility
Jonathan Wakely
2
-1
/
+6
2019-05-14
Remove obsolete Solaris 10 support
Rainer Orth
16
-23101
/
+23
2019-05-14
Add __raw_visit and __raw_idx_visit, use INVOKE<R>
Jonathan Wakely
2
-123
/
+139
2019-05-14
nonesuch is insufficiently useless (lwg2996)
Nina Dinka Ranns
7
-17
/
+108
2019-05-14
Use INVOKE<R> in std::function, std::bind and std::packaged_task
Jonathan Wakely
4
-128
/
+32
2019-05-14
Define std::__invoke_r for INVOKE<R>
Jonathan Wakely
4
-2
/
+146
2019-05-14
Add __is_nothrow_convertible to fix std::is_nothrow_invocable_r
Jonathan Wakely
7
-14
/
+100
2019-05-14
Reduce header dependencies in <iterator>
Jonathan Wakely
2
-2
/
+4
2019-05-14
Removing unused, non-standard function in _Rb_tree
Jonathan Wakely
2
-12
/
+4
2019-05-14
Make std::match_results::_M_resize more useful
Jonathan Wakely
3
-10
/
+23
2019-05-14
PR libstdc++/69724 avoid temporary in std::thread construction
Jonathan Wakely
3
-8
/
+90
2019-05-14
Inconsistency wrt Allocators in basic_string assignment (LWG2579)
Nina Dinka Ranns
4
-29
/
+113
2019-05-14
Fix indentation in testsuite utility header
Jonathan Wakely
2
-133
/
+136
2019-05-14
Add __gnu_test::NullablePointer utility to testsuite
Jonathan Wakely
6
-56
/
+111
2019-05-14
Fix unique_ptr pretty printer for empty classes
Jonathan Wakely
4
-5
/
+57
2019-05-14
LWG 2899 - Make is_move_constructible correct for unique_ptr
Jonathan Wakely
4
-52
/
+153
2019-05-13
PR libstdc++/90454.cc path construction from void*
Jonathan Wakely
5
-5
/
+34
2019-05-13
Small markup changes to PBDS docs
Jonathan Wakely
3
-11
/
+18
2019-05-13
Document P0811R3 status in C++20 table
Edward Smith-Rowland
2
-0
/
+15
2019-05-13
Fix ChangeLog date
Jonathan Wakely
1
-1
/
+1
2019-05-13
Remove Profile Mode, deprecated since GCC 7.1
Jonathan Wakely
130
-12111
/
+282
2019-05-13
Remove array_allocator extension, deprecated since 4.9.0
Jonathan Wakely
18
-617
/
+25
2019-05-11
stl_bvector.h (operator==(const _Bit_iterator_base&, const _Bit_iterator_base...
François Dumont
2
-57
/
+87
2019-05-10
PR libstdc++/81266 fix std::thread::native_handle_type test
Jonathan Wakely
2
-1
/
+11
2019-05-10
PR libstdc++/90397 fix std::variant friend declarations
Jonathan Wakely
2
-6
/
+16
2019-05-10
PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
Jonathan Wakely
4
-23
/
+138
2019-05-10
Improve API docs for <memory> and <new>
Jonathan Wakely
6
-22
/
+179
[next]