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
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
PR libstdc++/91067 fix missing exports for filesystem iterators
Jonathan Wakely
2
-1
/
+47
2019-06-27
PR libstdc++/91012 fixfilesystem_error::what() string
Jonathan Wakely
1
-6
/
+7
2019-06-26
Define std::chars_format enumeration type
Jonathan Wakely
1
-0
/
+52
2019-06-26
Add new helper traits for signed/unsigned integer types
Jonathan Wakely
11
-143
/
+37
2019-06-24
Fix std::midpoint for denormal values
Jonathan Wakely
3
-6
/
+20
2019-06-24
Define C11 macros such as FLT_DECIMAL_DIG for C++17
Jonathan Wakely
1
-0
/
+37
2019-06-20
Improve tests for std::vector<bool> printer
Jonathan Wakely
2
-2
/
+4
2019-06-19
Fix non-standard behaviour of std::istream_iterator
Jonathan Wakely
4
-0
/
+150
2019-06-19
Have std::vector printer's iterator return bool for vector<bool>
Michael Weghorn
2
-0
/
+20
2019-06-19
PR libstdc++/90920 restore previous checks for empty ranges
Jonathan Wakely
1
-0
/
+48
2019-06-19
Fix value category bugs in std::reduce
Jonathan Wakely
1
-0
/
+70
2019-06-19
Implement new serial algorithms from Parallelism TS (P0024R2)
Jonathan Wakely
8
-0
/
+628
2019-06-17
Fix AIX test failure due to replacement operator delete
Jonathan Wakely
1
-1
/
+14
2019-06-17
PR libstdc++/90281 Fix string conversions for filesystem::path
Jonathan Wakely
8
-0
/
+482
2019-06-17
Fix tests that fail without PCH
Jonathan Wakely
9
-1
/
+9
2019-06-12
Fix incorrect __cpp_lib_parallel_algorithm macro definitions
Jonathan Wakely
1
-0
/
+50
2019-06-12
Replace std::to_string for integers with optimized version
Jonathan Wakely
2
-3
/
+165
2019-06-11
Fix ConstexprIterator requirements tests - No constexpr algorithms!
Edward Smith-Rowland
2
-2
/
+10
2019-06-08
Test for C++20 p0858 - ConstexprIterator requirements.
Edward Smith-Rowland
2
-0
/
+83
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
38
-127
/
+117
2019-06-07
Fix test that gets skipped as unsupported
Jonathan Wakely
1
-1
/
+1
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
4
-0
/
+4
2019-06-06
Fix more failing tests for C++98 mode
Jonathan Wakely
13
-1
/
+13
2019-06-06
Fix more tests that fail in C++2a mode
Jonathan Wakely
2
-2
/
+3
2019-06-06
Fix tests that fail in C++2a mode
Jonathan Wakely
32
-180
/
+43
2019-06-06
Remove redundant static assertions in [meta.unary.prop] traits
Jonathan Wakely
5
-8
/
+72
2019-06-06
Fix tests that fail with -std=gnu++98 or -std=gnu++11
Jonathan Wakely
7
-13
/
+30
2019-06-06
Refactor SFINAE constraints on std::tuple constructors
Jonathan Wakely
2
-1
/
+82
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
12
-0
/
+352
2019-05-31
PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)
Jonathan Wakely
2
-0
/
+112
2019-05-31
PR libstdc++/71579 assert that type traits are not misused with incomplete types
Antony Polukhin
15
-0
/
+318
2019-05-31
Fix random_device to work with COW strings again
Jonathan Wakely
3
-10
/
+54
2019-05-30
LWG2788 basic_string spurious use of a default constructible allocator
Nina Dinka Ranns
2
-0
/
+170
2019-05-29
PR libstdc++/85494 fix failing test
Jonathan Wakely
1
-8
/
+60
2019-05-29
PR libstdc++/88881 fix filesystem::symlink_status for Windows
Jonathan Wakely
3
-0
/
+53
2019-05-29
Avoid -Wunused-parameter warnings from testsuite utility
Jonathan Wakely
1
-6
/
+3
2019-05-29
PR libstdc++/85494 use rdseed and rand_s in std::random_device
Jonathan Wakely
1
-0
/
+40
2019-05-28
PR libstdc++/90634 reduce allocations in filesystem::path construction
Jonathan Wakely
2
-0
/
+153
2019-05-28
Fix C++14-only code in testsuite utility
Jonathan Wakely
1
-2
/
+2
2019-05-24
Fix std::midpoint(T*, T*) for reversed arguments
Jonathan Wakely
1
-1
/
+1
2019-05-24
Fix broken shared_ptr test
Jonathan Wakely
2
-11
/
+11
2019-05-23
Fix testsuite bugs
Jonathan Wakely
3
-26
/
+63
2019-05-23
LWG 2996 add rvalue overloads for shared_ptr aliasing and casting
Jonathan Wakely
5
-20
/
+284
2019-05-23
LWG 2921 remove packaged_task constructors taking allocators
Jonathan Wakely
4
-5
/
+4
2019-05-23
From what I understand of the libstdc++/83237 thread at
Hans-Peter Nilsson
1
-0
/
+4
2019-05-23
PR libstdc++/90220 fix experimental::any_cast for non-object types
Jonathan Wakely
1
-3
/
+53
2019-05-22
PR libstdc++/90557 fix path assignment that alters source
Jonathan Wakely
2
-2
/
+23
2019-05-22
PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugs
Jonathan Wakely
2
-11
/
+16
2019-05-21
PR libstdc++/90252 fix effective-target check for TBB
Jonathan Wakely
1
-28
/
+27
2019-05-21
tbb-backend effective target should check ability to link TBB
Thomas Rodgers
1
-2
/
+7
[next]