[AArch64] Add support for the SVE PCS
[gcc.git] / libstdc++-v3 / testsuite /
2019-10-25 Jonathan WakelyUse implicitly-defined copy operations for test iterators
2019-10-25 Jonathan WakelyFix compilation with Clang
2019-10-24 Jonathan WakelyRevert ABI changes to std::allocator in C++20
2019-10-24 Jonathan WakelyPR libstdc++/88338 Implement P0898R3, C++20 concepts...
2019-10-24 Jonathan WakelyDefine std::uniform_random_bit_generator concept for...
2019-10-23 Jonathan WakelyMake std::invoke usable in constant expressions
2019-10-23 Jonathan WakelyPR c++/91369 Implement P0784R7 changes to allocation...
2019-10-23 Jonathan WakelyReplace C++14 feature used in C++11 test
2019-10-23 Jonathan WakelyAdjust extension types to use allocator_traits
2019-10-22 Jonathan WakelyRestore use of tr1::unordered_map in testsuite
2019-10-22 Jonathan WakelyDo not declare std::uses_allocator before C++11
2019-10-22 Jonathan WakelyRemove redundant std::allocator members for C++20
2019-10-17 Jonathan WakelyDefine [range.cmp] comparisons for C++20
2019-10-17 Jonathan WakelyPR libstdc++/92124 fix incorrect container move assignment
2019-10-11 Jonathan WakelyImplement <concepts> header for C++20
2019-10-11 Jonathan WakelyPR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
2019-10-09 Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-06 François DumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06 François DumontAdd std::copy_n __glibcxx_requires_can_increment checks.
2019-10-04 Jonathan WakelyReplace uses of std::tr1::unordered_map in testsuite
2019-10-04 Jonathan WakelyAdd <span> to <bits/stdc++.h> precompiled header
2019-10-01 Jonathan WakelyDisable tests that aren't valid in parallel mode
2019-10-01 Jonathan WakelyFix non-reserved names in Parallel Mode headers
2019-09-30 François DumontImplement C++20 constexpr comparison operators for...
2019-09-30 Andreas Toblerlibstdc++ testsuite, silence a FreeBSD libm warning
2019-09-30 Jonathan WakelyImplement LWG 3255 for std::span constructors
2019-09-28 François Dumontstl_algo.h (merge): Fix documentation.
2019-09-26 Jonathan WakelyImplement C++20 constexpr changes to std::pair (P1032R1)
2019-09-26 Jonathan WakelyRemove include directives for deleted Profile Mode...
2019-09-25 Jonathan WakelyImplement LWG 3296 for basic_regex::assign
2019-09-24 Jonathan WakelyPR libstdc++/91871 fix Clang warnings in testsuite
2019-09-12 Jonathan WakelyPR libstdc++/91748 fix std::for_each_n for random acces...
2019-09-11 Jonathan WakelyFix libstdc++ tests for -Wvolatile warnings in C++2a...
2019-09-10 Jonathan WakelyImplement std::common_reference for C++20
2019-09-10 Jonathan WakelyLWG 3266. to_chars(bool) should be deleted
2019-09-10 Jonathan WakelyPR libstdc++/91711 fix failing test
2019-09-10 Edward Smith-RowlandImplement C++20 p1424 - 'constexpr' feature macro conce...
2019-09-06 Jonathan WakelyDefine std::ssize for C++20 (P1227R2)
2019-09-05 Jonathan WakelyImprove precondition checks for std::span
2019-09-05 JeanHeyd MeneideImplement std::span for C++20
2019-09-04 Mike CroweAdd user-defined clock to libstdc++ condition_variable...
2019-09-01 François Dumont2019-09-01 François Dumont <fdumont@gcc.gnu.org>
2019-08-30 Jonathan WakelyFix errors in new test
2019-08-30 Jonathan WakelyPR libstdc++/89164 enforce constraints for uninitialize...
2019-08-29 Jonathan WakelyPR libstdc++/91067 add more missing exports for directo...
2019-08-20 Jonathan WakelyPR libstdc++/91371 make std::is_function handle other...
2019-08-15 Jonathan WakelyPR libstdc++/91456 make INVOKE<R> work with uncopyable...
2019-08-14 Edward Smith-RowlandImplement C++20 p0879 - Constexpr for swap and swap...
2019-08-12 Jonathan WakelyAdd noexcept-specifier to std::apply and std::make_from...
2019-08-09 Alexandre Olivaskip Cholesky decomposition in is>>n_mv_dist
2019-08-08 Jonathan WakelyP0325R4 to_array from LFTS with updates
2019-08-06 Jonathan WakelyP1651R0 bind_front should not unwrap reference_wrapper
2019-08-06 Jonathan WakelySpecialize std::numbers constants for __float128
2019-08-01 Edward Smith-RowlandImplement C++20 p0202 - Add Constexpr Modifiers to...
2019-07-31 Jonathan WakelyImplement "P0631R4 Math Constants" for C++20
2019-07-31 Jonathan WakelyPR libstdc++/91308 fix constraints on unique_ptr assignment
2019-07-29 Jonathan WakelyPR libstdc++/51333 Define recursive_init_error construc...
2019-07-26 Jonathan WakelyDefine __cpp_lib_endian feature test macro
2019-07-26 François Dumont2019-07-26 François Dumont <fdumont@gcc.gnu.org>
2019-07-25 Jonathan WakelyRelocate std::endian from <type_traits> to <bit>
2019-07-25 Martin LiskaExtend DCE to remove unnecessary new/delete-pairs ...
2019-07-22 Jonathan WakelyRename testsuite directory to match P0553R4 stable...
2019-07-22 Jonathan WakelyAdjust std::rotl, std::rotr etc to match final P0553R4...
2019-07-22 Jonathan WakelyChange std::ceil2 to be undefined if the result can...
2019-07-12 Jonathan WakelyFix inaccurate comment in new test
2019-07-11 Jonathan WakelyDefine std::atomic_ref and std::atomic<floating-point...
2019-07-03 Jonathan WakelyPR libstdc++/91067 fix missing exports for filesystem...
2019-06-27 Jonathan WakelyPR libstdc++/91012 fixfilesystem_error::what() string
2019-06-26 Jonathan WakelyDefine std::chars_format enumeration type
2019-06-26 Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-06-24 Jonathan WakelyFix std::midpoint for denormal values
2019-06-24 Jonathan WakelyDefine C11 macros such as FLT_DECIMAL_DIG for C++17
2019-06-20 Jonathan WakelyImprove tests for std::vector<bool> printer
2019-06-19 Jonathan WakelyFix non-standard behaviour of std::istream_iterator
2019-06-19 Michael WeghornHave std::vector printer's iterator return bool for...
2019-06-19 Jonathan WakelyPR libstdc++/90920 restore previous checks for empty...
2019-06-19 Jonathan WakelyFix value category bugs in std::reduce
2019-06-18 Jonathan WakelyImplement new serial algorithms from Parallelism TS...
2019-06-17 Jonathan WakelyFix AIX test failure due to replacement operator delete
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-17 Jonathan WakelyFix tests that fail without PCH
2019-06-12 Jonathan WakelyFix incorrect __cpp_lib_parallel_algorithm macro defini...
2019-06-12 Jonathan WakelyReplace std::to_string for integers with optimized...
2019-06-11 Edward Smith-RowlandFix ConstexprIterator requirements tests - No constexpr...
2019-06-08 Edward Smith-RowlandTest for C++20 p0858 - ConstexprIterator requirements.
2019-06-07 Thomas RodgersSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-06-07 Jonathan WakelyFix test that gets skipped as unsupported
2019-06-06 Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-06-06 Jonathan WakelyFix more failing tests for C++98 mode
2019-06-06 Jonathan WakelyFix more tests that fail in C++2a mode
2019-06-06 Jonathan WakelyFix tests that fail in C++2a mode
2019-06-06 Jonathan WakelyRemove redundant static assertions in [meta.unary.prop...
2019-06-06 Jonathan WakelyFix tests that fail with -std=gnu++98 or -std=gnu++11
2019-06-06 Jonathan WakelyRefactor SFINAE constraints on std::tuple constructors
2019-06-03 Jonathan WakelyEnforce allocator::value_type consistency for container...
2019-05-31 Jonathan WakelyPR libstdc++/90682 allow set_terminate(0) and set_unexp...
2019-05-31 Antony PolukhinPR libstdc++/71579 assert that type traits are not...
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
2019-05-30 Nina Dinka RannsLWG2788 basic_string spurious use of a default construc...
2019-05-29 Jonathan WakelyPR libstdc++/85494 fix failing test
next