Show patches with: State = Action Required       |    Archived = No       |   126642 patches
« 1 2 ... 668 669 6701266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Define std::atomic_ref and std::atomic<floating-point> for C++20 Define std::atomic_ref and std::atomic<floating-point> for C++20 - - - - --- 2019-07-11 Jonathan Wakely New
Improve docs for --enable-libstdcxx-time=rt Improve docs for --enable-libstdcxx-time=rt - - - - --- 2019-07-11 Jonathan Wakely New
Define __type_identity_t alias and use for string_view Define __type_identity_t alias and use for string_view - - - - --- 2019-07-12 Jonathan Wakely New
[wwwdocs] Add caveat about std::rotate bug (PR 90920) [wwwdocs] Add caveat about std::rotate bug (PR 90920) - - - - --- 2019-07-12 Jonathan Wakely New
Adjust std::rotl, std::rotr etc to match final P0553R4 proposal Adjust std::rotl, std::rotr etc to match final P0553R4 proposal - - - - --- 2019-07-22 Jonathan Wakely New
Relocate std::endian from <type_traits> to <bit> Relocate std::endian from <type_traits> to <bit> - - - - --- 2019-07-26 Jonathan Wakely New
PR libstdc++/51333 Define recursive_init_error constructor non-inline PR libstdc++/51333 Define recursive_init_error constructor non-inline - - - - --- 2019-07-29 Jonathan Wakely New
Add Doxygen comments to <bit> header Add Doxygen comments to <bit> header - - - - --- 2019-07-31 Jonathan Wakely New
Implement "P0631R4 Math Constants" for C++20 Implement "P0631R4 Math Constants" for C++20 - - - - --- 2019-07-31 Jonathan Wakely New
Qualify call to prevent ADL Qualify call to prevent ADL - - - - --- 2019-07-31 Jonathan Wakely New
P1651R0 bind_front should not unwrap reference_wrapper P1651R0 bind_front should not unwrap reference_wrapper - - - - --- 2019-08-06 Jonathan Wakely New
P0325R4 to_array from LFTS with updates P0325R4 to_array from LFTS with updates - - - - --- 2019-08-08 Jonathan Wakely New
Add noexcept-specifier to std::apply and std::make_from_tuple Add noexcept-specifier to std::apply and std::make_from_tuple - - - - --- 2019-08-12 Jonathan Wakely New
PR libstdc++/90361 add missing macro definition PR libstdc++/90361 add missing macro definition - - - - --- 2019-08-12 Jonathan Wakely New
Improve documentation of target hooks for libc functions Improve documentation of target hooks for libc functions - - - - --- 2019-08-13 Jonathan Wakely New
[1/2] PR c++/91436 fix C++ dialect for std::make_unique fix-it hint [1/2] PR c++/91436 fix C++ dialect for std::make_unique fix-it hint - - - - --- 2019-08-13 Jonathan Wakely New
[2/2] Add more entries to the C++ get_std_name_hint array [1/2] PR c++/91436 fix C++ dialect for std::make_unique fix-it hint - - - - --- 2019-08-13 Jonathan Wakely New
Deprecate std::__is_nullptr_t type trait Deprecate std::__is_nullptr_t type trait - - - - --- 2019-08-14 Jonathan Wakely New
PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues - - - - --- 2019-08-15 Jonathan Wakely New
PR libstdc++/91371 make std::is_function handle other calling conventions PR libstdc++/91371 make std::is_function handle other calling conventions - - - - --- 2019-08-16 Jonathan Wakely New
Fix markdown in Doxygen comments for std::reduce Fix markdown in Doxygen comments for std::reduce - - - - --- 2019-08-20 Jonathan Wakely New
Do not try to process deleted headers with Doxygen Do not try to process deleted headers with Doxygen - - - - --- 2019-08-20 Jonathan Wakely New
Update ABI baselines for x86 and powerpc GNU targets Update ABI baselines for x86 and powerpc GNU targets - - - - --- 2019-08-28 Jonathan Wakely New
PR libstdc++/91067 add more missing exports for directory iterators PR libstdc++/91067 add more missing exports for directory iterators - - - - --- 2019-08-29 Jonathan Wakely New
PR libstdc++/89164 enforce constraints for uninitialized algos PR libstdc++/89164 enforce constraints for uninitialized algos - - - - --- 2019-08-30 Jonathan Wakely New
[gcc-8-branch] Fix recent unique_ptr regressions [gcc-8-branch] Fix recent unique_ptr regressions - - - - --- 2019-09-02 Jonathan Wakely New
Use __constinit keyword in libstdc++ sources Use __constinit keyword in libstdc++ sources - - - - --- 2019-09-02 Jonathan Wakely New
Remove broken URL from libstdc++ manual Remove broken URL from libstdc++ manual - - - - --- 2019-09-05 Jonathan Wakely New
Define std::ssize for C++20 (P1227R2) Define std::ssize for C++20 (P1227R2) - - - - --- 2019-09-06 Jonathan Wakely New
Optimise std::remove_cv and use more helper aliases Optimise std::remove_cv and use more helper aliases - - - - --- 2019-09-10 Jonathan Wakely New
PR libstdc++/91711 fix failing test PR libstdc++/91711 fix failing test - - - - --- 2019-09-10 Jonathan Wakely New
LWG 3266. to_chars(bool) should be deleted LWG 3266. to_chars(bool) should be deleted - - - - --- 2019-09-10 Jonathan Wakely New
Implement std::common_reference for C++20 Implement std::common_reference for C++20 - - - - --- 2019-09-10 Jonathan Wakely New
Fix libstdc++ tests for -Wvolatile warnings in C++2a mode Fix libstdc++ tests for -Wvolatile warnings in C++2a mode - - - - --- 2019-09-11 Jonathan Wakely New
Fix Xmethod for shared_ptr::use_count() Fix Xmethod for shared_ptr::use_count() - - - - --- 2019-09-11 Jonathan Wakely New
PR libstdc++/91748 fix std::for_each_n for random access iterators PR libstdc++/91748 fix std::for_each_n for random access iterators - - - - --- 2019-09-12 Jonathan Wakely New
PR libstdc++/91788 improve codegen for std::variant<T...>::index() PR libstdc++/91788 improve codegen for std::variant<T...>::index() - - - - --- 2019-09-23 Jonathan Wakely New
PR libstdc++/91871 fix Clang warnings in testsuite PR libstdc++/91871 fix Clang warnings in testsuite - - - - --- 2019-09-24 Jonathan Wakely New
Implement LWG 3296 for basic_regex::assign Implement LWG 3296 for basic_regex::assign - - - - --- 2019-09-25 Jonathan Wakely New
PR libstdc++/91910 fix data race in Debug Mode destructors PR libstdc++/91910 fix data race in Debug Mode destructors - - - - --- 2019-09-26 Jonathan Wakely New
Remove include directives for deleted Profile Mode headers Remove include directives for deleted Profile Mode headers - - - - --- 2019-09-26 Jonathan Wakely New
Fix array index error in address_v6 comparisons Fix array index error in address_v6 comparisons - - - - --- 2019-09-26 Jonathan Wakely New
Implement C++20 constexpr changes to std::pair (P1032R1) Implement C++20 constexpr changes to std::pair (P1032R1) - - - - --- 2019-09-26 Jonathan Wakely New
Define std::to_array for Debug Mode Define std::to_array for Debug Mode - - - - --- 2019-09-26 Jonathan Wakely New
PR libstdc++/77936 remove unused variable PR libstdc++/77936 remove unused variable - - - - --- 2019-09-30 Jonathan Wakely New
Implement LWG 3255 for std::span constructors Implement LWG 3255 for std::span constructors - - - - --- 2019-09-30 Jonathan Wakely New
Fix non-reserved names in Parallel Mode headers Fix non-reserved names in Parallel Mode headers - - - - --- 2019-10-01 Jonathan Wakely New
Disable tests that aren't valid in parallel mode Disable tests that aren't valid in parallel mode - - - - --- 2019-10-01 Jonathan Wakely New
Make some parallel mode algorithms usable in constexpr contexts Make some parallel mode algorithms usable in constexpr contexts - - - - --- 2019-10-01 Jonathan Wakely New
Make some new algorithms work in parallel mode Make some new algorithms work in parallel mode - - - - --- 2019-10-01 Jonathan Wakely New
Remove greedy wildcards from libstdc++ linker script Remove greedy wildcards from libstdc++ linker script - - - - --- 2019-10-02 Jonathan Wakely New
Add <span> to <bits/stdc++.h> precompiled header Add <span> to <bits/stdc++.h> precompiled header - - - - --- 2019-10-04 Jonathan Wakely New
Adjust tr1::_Hashtable to work with std::allocator in C++20 Adjust tr1::_Hashtable to work with std::allocator in C++20 - - - - --- 2019-10-04 Jonathan Wakely New
Replace uses of std::tr1::unordered_map in testsuite Replace uses of std::tr1::unordered_map in testsuite - - - - --- 2019-10-04 Jonathan Wakely New
Build filesystem library with large file support Build filesystem library with large file support - - - - --- 2019-10-04 Jonathan Wakely New
Add makefile target to update HTML files in source tree Add makefile target to update HTML files in source tree - - - - --- 2019-10-08 Jonathan Wakely New
PR libstdc++/78552 only construct std::locale for C locale once PR libstdc++/78552 only construct std::locale for C locale once - - - - --- 2019-10-09 Jonathan Wakely New
PR libstdc++/91057 set locale::id::_M_index atomically PR libstdc++/91057 set locale::id::_M_index atomically - - - - --- 2019-10-09 Jonathan Wakely New
Avoid warnings in <charconv> Avoid warnings in <charconv> - - - - --- 2019-10-11 Jonathan Wakely New
PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset - - - - --- 2019-10-11 Jonathan Wakely New
Use __is_same_as for std::is_same and std::is_same_v Use __is_same_as for std::is_same and std::is_same_v - - - - --- 2019-10-11 Jonathan Wakely New
Implement <concepts> header for C++20 Implement <concepts> header for C++20 - - - - --- 2019-10-11 Jonathan Wakely New
PR libstdc++/92124 fix incorrect container move assignment PR libstdc++/92124 fix incorrect container move assignment - - - - --- 2019-10-17 Jonathan Wakely New
Define [range.cmp] comparisons for C++20 Define [range.cmp] comparisons for C++20 - - - - --- 2019-10-17 Jonathan Wakely New
Process new C++17 and C++20 headers with Doxygen Process new C++17 and C++20 headers with Doxygen - - - - --- 2019-10-17 Jonathan Wakely New
PR libstdc++/92143 adjust for OS X aligned_alloc behaviour PR libstdc++/92143 adjust for OS X aligned_alloc behaviour - - - - --- 2019-10-18 Jonathan Wakely New
Remove redundant std::allocator members for C++20 Remove redundant std::allocator members for C++20 - - - - --- 2019-10-22 Jonathan Wakely New
Restore use of tr1::unordered_map in testsuite Restore use of tr1::unordered_map in testsuite - - - - --- 2019-10-22 Jonathan Wakely New
Do not declare std::uses_allocator before C++11 Do not declare std::uses_allocator before C++11 - - - - --- 2019-10-22 Jonathan Wakely New
Adjust pb_ds extensions to use allocator_traits Adjust pb_ds extensions to use allocator_traits - - - - --- 2019-10-23 Jonathan Wakely New
Qualify type names in <ext/throw_allocator.h> Qualify type names in <ext/throw_allocator.h> - - - - --- 2019-10-23 Jonathan Wakely New
Replace C++14 feature used in C++11 test Replace C++14 feature used in C++11 test - - - - --- 2019-10-23 Jonathan Wakely New
PR c++/91369 Implement P0784R7 changes to allocation and construction PR c++/91369 Implement P0784R7 changes to allocation and construction - - - - --- 2019-10-23 Jonathan Wakely New
Make std::invoke usable in constant expressions Make std::invoke usable in constant expressions - - - - --- 2019-10-23 Jonathan Wakely New
Define std::uniform_random_bit_generator concept for C++20 Define std::uniform_random_bit_generator concept for C++20 - - - - --- 2019-10-24 Jonathan Wakely New
Simplify common case of use_future_t that uses std::allocator Simplify common case of use_future_t that uses std::allocator - - - - --- 2019-10-24 Jonathan Wakely New
Use implicitly-defined copy operations for test iterators Use implicitly-defined copy operations for test iterators - - - - --- 2019-10-25 Jonathan Wakely New
PR libstdc++/92267 fix ABI change in deque iterators PR libstdc++/92267 fix ABI change in deque iterators - - - - --- 2019-10-29 Jonathan Wakely New
Minor improvements to testsuite iterator utilities Minor improvements to testsuite iterator utilities - - - - --- 2019-10-29 Jonathan Wakely New
Add iterator concepts and range access customization points for C++20 Add iterator concepts and range access customization points for C++20 - - - - --- 2019-10-29 Jonathan Wakely New
Apply C++20 changes to various iterator types Apply C++20 changes to various iterator types - - - - --- 2019-10-30 Jonathan Wakely New
Remove some more using-declarations from namespace __gnu_cxx Remove some more using-declarations from namespace __gnu_cxx - - - - --- 2019-10-30 Jonathan Wakely New
Fix some missing/incorrect feature test macros Fix some missing/incorrect feature test macros - - - - --- 2019-10-30 Jonathan Wakely New
Use if-constexpr instead of overloading for customization point Use if-constexpr instead of overloading for customization point - - - - --- 2019-10-30 Jonathan Wakely New
Check precondition for std::ssize(const Container&) Check precondition for std::ssize(const Container&) - - - - --- 2019-10-31 Jonathan Wakely New
Fix handling of arrays in range access customization points Fix handling of arrays in range access customization points - - - - --- 2019-10-31 Jonathan Wakely New
Remove PR 92268 workaround and fix new test failures Remove PR 92268 workaround and fix new test failures - - - - --- 2019-10-31 Jonathan Wakely New
Improve tests for std::add_pointer Improve tests for std::add_pointer - - - - --- 2019-10-31 Jonathan Wakely New
Partial implementation of C++20 of <ranges> header Partial implementation of C++20 of <ranges> header - - - - --- 2019-10-31 Jonathan Wakely New
Remove incorrect comment Remove incorrect comment - - - - --- 2019-11-05 Jonathan Wakely New
Fix <version> header for freestanding Fix <version> header for freestanding - - - - --- 2019-11-05 Jonathan Wakely New
libstdc++: remove redundant equality operators libstdc++: remove redundant equality operators - - - - --- 2019-11-06 Jonathan Wakely New
libstdc++: Add compare_three_way and install <compare> header libstdc++: Add compare_three_way and install <compare> header - - - - --- 2019-11-06 Jonathan Wakely New
libstdc++: make negative count safe with std::for_each_n libstdc++: make negative count safe with std::for_each_n - - - - --- 2019-11-07 Jonathan Wakely New
libstdc++: define std::common_comparison_category for C++20 libstdc++: define std::common_comparison_category for C++20 - - - - --- 2019-11-08 Jonathan Wakely New
libsupc++: add <compare> to precompiled header libsupc++: add <compare> to precompiled header - - - - --- 2019-11-08 Jonathan Wakely New
libsupc++: Implement comparison algorithms for C++20 libsupc++: Implement comparison algorithms for C++20 - - - - --- 2019-11-13 Jonathan Wakely New
libstdc++: Rename disable_sized_sentinel [P1871R1] libstdc++: Rename disable_sized_sentinel [P1871R1] - - - - --- 2019-11-14 Jonathan Wakely New
libstdc++: Implement new predicate concepts from P1716R3 libstdc++: Implement new predicate concepts from P1716R3 - - - - --- 2019-11-14 Jonathan Wakely New
libstdc++: Implement LWG 3070 in path::lexically_relative libstdc++: Implement LWG 3070 in path::lexically_relative - - - - --- 2019-11-15 Jonathan Wakely New
« 1 2 ... 668 669 6701266 1267 »