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
2018-11-20
Housekeeping for the effective targets of optional's tests.
Ville Voutilainen
52
-51
/
+106
2018-11-19
2018-11-19 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-33
/
+44
2018-11-19
re PR libstdc++/87855 (std::optional<T> only copy-constructible if T is trivi...
Ville Voutilainen
4
-4
/
+150
2018-11-19
PR libstdc++/88084 - Implement LWG 2777
Jonathan Wakely
4
-3
/
+125
2018-11-18
PR libstdc++/83566 - cyl_bessel_j returns wrong result for x>1000
Michele Pezzutti
6
-11
/
+192
2018-11-17
Implement std::pmr::synchronized_pool_resource
Jonathan Wakely
13
-55
/
+1387
2018-11-16
[Patch][libstdc++.exp] Update the usage of cached result.
Renlin Li
2
-714
/
+225
2018-11-15
Optimize pool resource allocation
Jonathan Wakely
6
-11
/
+230
2018-11-15
Fix test that does undefined shifts greater than width of size_t
Jonathan Wakely
2
-23
/
+32
2018-11-14
Add missing dir to create_testsuite_files script
Jonathan Wakely
3
-0
/
+10
2018-11-13
Fix error when selecting number of memory pools
Jonathan Wakely
2
-1
/
+4
2018-11-13
Fix unused parameter warnings introduced in earlier patch
Jonathan Wakely
2
-1
/
+5
2018-11-13
Remove redundant loop in unsynchronized_pool_resource code
Jonathan Wakely
2
-26
/
+16
2018-11-13
Improve handling of pool_options::largest_required_pool_block
Jonathan Wakely
3
-21
/
+101
2018-11-13
Fix incorrect assertion when deallocating big block
Jonathan Wakely
3
-14
/
+133
2018-11-13
Fix overflows in std::pmr::unsynchonized_pool_resource
Jonathan Wakely
3
-15
/
+150
2018-11-12
Implement P0722R3, destroying operator delete.
Jason Merrill
2
-0
/
+16
2018-11-12
PR libstdc++/87963 fix build for 64-bit mingw
Jonathan Wakely
2
-9
/
+14
2018-11-11
Fix copypasto in las ChangeLog.
Hans-Peter Nilsson
1
-1
/
+1
2018-11-11
re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...
Hans-Peter Nilsson
3
-4
/
+12
2018-11-11
Implement P0318R1 unwrap_ref_decay and unwrap_reference
Jonathan Wakely
4
-0
/
+129
2018-11-11
Implement P1007R3 std::assume_aligned
Jonathan Wakely
5
-0
/
+122
2018-11-09
PR libstdc++/87787 fix UBsan error in std::vector
Jonathan Wakely
2
-1
/
+8
2018-11-09
Fix whitespace in ChangeLog
Jonathan Wakely
1
-1
/
+1
2018-11-07
iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
Hafiz Abid Qadeer
2
-4
/
+8
2018-11-07
Fix linker script to use [jmy] to match size_t parameters
Jonathan Wakely
2
-2
/
+6
2018-11-06
Implement std::pmr::unsynchronized_pool_resource
Jonathan Wakely
10
-5
/
+1285
2018-11-06
re PR libstdc++/87872 (debug list::splice should not call _M_transfer_from_if...
John Bytheway
2
-0
/
+9
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
17
-3761
/
+4963
2018-10-31
More testing for std::pair layout change
Jonathan Wakely
2
-0
/
+19
2018-10-31
PR libstdc++/87822 fix layout change for nested std::pair
Jonathan Wakely
3
-2
/
+56
2018-10-30
Implement P0892R2, explicit(bool).
Marek Polacek
4
-40
/
+47
2018-10-30
PR libstdc++/87809 avoid invalid expressions in exception specifications
Jonathan Wakely
9
-5
/
+188
2018-10-30
PR libstdc++/87784 fix dynamic_bitset::push_back
Jonathan Wakely
3
-3
/
+89
2018-10-29
C++: simplify output from suggest_alternatives_for
David Malcolm
3
-4
/
+6
2018-10-28
48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...
François Dumont
4
-3
/
+10
2018-10-25
PR libstdc++/87749 fix (and optimize) string move construction
Jonathan Wakely
6
-6
/
+258
2018-10-25
Relocation (= move+destroy)
Marc Glisse
10
-40
/
+213
2018-10-24
2018-10-24 François Dumont <fdumont@gcc.gnu.org>
François Dumont
4
-381
/
+502
2018-10-24
cstddef: Add versioned namespace.
François Dumont
2
-0
/
+6
2018-10-23
PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
Jonathan Wakely
3
-4
/
+48
2018-10-20
testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...
François Dumont
3
-4
/
+21
2018-10-19
Skip tests for GNU extensions when testing with strict mode
Jonathan Wakely
15
-8
/
+66
2018-10-19
Fix testsuite failures due to extra errors in strict dialects
Jonathan Wakely
9
-0
/
+18
2018-10-19
Conditionally disable tests of non-standard extensions
Jonathan Wakely
12
-6
/
+58
2018-10-19
Fix tests that use allocators with incorrect value types
Jonathan Wakely
27
-68
/
+111
2018-10-19
Disable tests that only pass for GNU dialects
Jonathan Wakely
13
-0
/
+26
2018-10-19
Remove duplicate tests
Jonathan Wakely
6
-148
/
+12
2018-10-19
Fix compilation error with _GLIBCXX_PARALLEL
Jonathan Wakely
4
-5
/
+30
2018-10-19
Fix testsuite failures in Debug Mode
Jonathan Wakely
5
-0
/
+16
[next]