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-10-24
Revert ABI changes to std::allocator in C++20
Jonathan Wakely
5
-3
/
+39
2019-10-24
PR libstdc++/88338 Implement P0898R3, C++20 concepts library
Jonathan Wakely
2
-0
/
+54
2019-10-24
Define std::uniform_random_bit_generator concept for C++20
Jonathan Wakely
2
-1
/
+222
2019-10-23
Make std::invoke usable in constant expressions
Jonathan Wakely
1
-0
/
+38
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
5
-0
/
+81
2019-10-23
Replace C++14 feature used in C++11 test
Jonathan Wakely
1
-2
/
+2
2019-10-23
Adjust extension types to use allocator_traits
Jonathan Wakely
5
-9
/
+19
2019-10-22
Restore use of tr1::unordered_map in testsuite
Jonathan Wakely
1
-2
/
+8
2019-10-22
Do not declare std::uses_allocator before C++11
Jonathan Wakely
1
-0
/
+4
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
17
-19
/
+143
2019-10-17
Define [range.cmp] comparisons for C++20
Jonathan Wakely
7
-0
/
+522
2019-10-17
PR libstdc++/92124 fix incorrect container move assignment
Jonathan Wakely
4
-0
/
+196
2019-10-11
Implement <concepts> header for C++20
Jonathan Wakely
27
-0
/
+1721
2019-10-11
PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
Jonathan Wakely
5
-0
/
+299
2019-10-09
Implement C++20 P0388R4, DR 1307, and DR 330.
Marek Polacek
1
-2
/
+1
2019-10-06
Add std::copy_n istreambuf_iterator specialization
François Dumont
3
-0
/
+151
2019-10-06
Add std::copy_n __glibcxx_requires_can_increment checks.
François Dumont
2
-0
/
+76
2019-10-04
Replace uses of std::tr1::unordered_map in testsuite
Jonathan Wakely
2
-4
/
+11
2019-10-04
Add <span> to <bits/stdc++.h> precompiled header
Jonathan Wakely
1
-0
/
+3
2019-10-01
Disable tests that aren't valid in parallel mode
Jonathan Wakely
21
-1
/
+21
2019-10-01
Fix non-reserved names in Parallel Mode headers
Jonathan Wakely
1
-0
/
+1
2019-09-30
Implement C++20 constexpr comparison operators for __debug::array (P1023).
François Dumont
2
-4
/
+4
2019-09-30
libstdc++ testsuite, silence a FreeBSD libm warning
Andreas Tobler
14
-0
/
+14
2019-09-30
Implement LWG 3255 for std::span constructors
Jonathan Wakely
1
-0
/
+69
2019-09-28
stl_algo.h (merge): Fix documentation.
François Dumont
3
-4
/
+4
2019-09-26
Implement C++20 constexpr changes to std::pair (P1032R1)
Jonathan Wakely
2
-0
/
+75
2019-09-26
Remove include directives for deleted Profile Mode headers
Jonathan Wakely
2
-0
/
+46
2019-09-25
Implement LWG 3296 for basic_regex::assign
Jonathan Wakely
2
-0
/
+72
2019-09-24
PR libstdc++/91871 fix Clang warnings in testsuite
Jonathan Wakely
1
-4
/
+6
2019-09-12
PR libstdc++/91748 fix std::for_each_n for random access iterators
Jonathan Wakely
1
-1
/
+32
2019-09-11
Fix libstdc++ tests for -Wvolatile warnings in C++2a mode
Jonathan Wakely
2
-5
/
+8
2019-09-10
Implement std::common_reference for C++20
Jonathan Wakely
3
-0
/
+164
2019-09-10
LWG 3266. to_chars(bool) should be deleted
Jonathan Wakely
2
-12
/
+65
2019-09-10
PR libstdc++/91711 fix failing test
Jonathan Wakely
1
-1
/
+1
2019-09-10
Implement C++20 p1424 - 'constexpr' feature macro concerns...
Edward Smith-Rowland
73
-421
/
+34
2019-09-06
Define std::ssize for C++20 (P1227R2)
Jonathan Wakely
1
-0
/
+67
2019-09-05
Improve precondition checks for std::span
Jonathan Wakely
21
-10
/
+574
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide
8
-0
/
+398
2019-09-04
Add user-defined clock to libstdc++ condition_variable tests
Mike Crowe
2
-8
/
+61
2019-09-01
2019-09-01 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-1
/
+1
2019-08-30
Fix errors in new test
Jonathan Wakely
1
-0
/
+6
2019-08-30
PR libstdc++/89164 enforce constraints for uninitialized algos
Jonathan Wakely
7
-1
/
+228
2019-08-29
PR libstdc++/91067 add more missing exports for directory iterators
Jonathan Wakely
2
-1
/
+18
2019-08-20
PR libstdc++/91371 make std::is_function handle other calling conventions
Jonathan Wakely
5
-0
/
+163
2019-08-15
PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues
Jonathan Wakely
2
-0
/
+71
2019-08-14
Implement C++20 p0879 - Constexpr for swap and swap related functions.
Edward Smith-Rowland
17
-0
/
+764
2019-08-12
Add noexcept-specifier to std::apply and std::make_from_tuple
Jonathan Wakely
2
-0
/
+125
2019-08-09
skip Cholesky decomposition in is>>n_mv_dist
Alexandre Oliva
5
-0
/
+9
2019-08-08
P0325R4 to_array from LFTS with updates
Jonathan Wakely
4
-1
/
+141
2019-08-06
P1651R0 bind_front should not unwrap reference_wrapper
Jonathan Wakely
2
-1
/
+92
[next]