Show patches with: Archived = No       |   126714 patches
« 1 2 ... 265 266 2671267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PR libstdc++/79206 check string_view sizes in operator== - - - - --- 2017-01-24 Jonathan Wakely New
PR libstdc++/79254 fix exception-safety in std::string::operator= - - - - --- 2017-02-01 Jonathan Wakely New
PR libstdc++/79254 fix exception-safety in std::string::operator= - - - - --- 2017-02-01 Jonathan Wakely New
PR libstdc++/79254 fix exception-safety in std::string::operator= - - - - --- 2017-01-27 Jonathan Wakely New
PR libstdc++/79283 fix filesystem::read_symlink for /proc PR libstdc++/79283 fix filesystem::read_symlink for /proc - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/79433 no #error for including headers with wrong -std PR libstdc++/79433 no #error for including headers with wrong -std - - - - --- 2017-09-07 Jonathan Wakely New
PR libstdc++/79467 use lvalues in is_callable check - - - - --- 2017-02-11 Jonathan Wakely New
PR libstdc++/79486 use lvalues in result_of expressions - - - - --- 2017-02-13 Jonathan Wakely New
PR libstdc++/79789 fix non-reserved names in headers - - - - --- 2017-03-10 Jonathan Wakely New
PR libstdc++/79789 fix non-reserved names in headers - - - - --- 2017-03-07 Jonathan Wakely New
PR libstdc++/79789 fix non-reserved names in headers - - - - --- 2017-03-02 Jonathan Wakely New
PR libstdc++/80137 use std::nextafter instead of looping - - - - --- 2017-03-28 Jonathan Wakely New
PR libstdc++/80229 restore support for shared_ptr<function type> - - - - --- 2017-03-28 Jonathan Wakely New
PR libstdc++/80276 fix pretty printers for array smart pointers PR libstdc++/80276 fix pretty printers for array smart pointers - - - - --- 2018-01-09 Jonathan Wakely New
PR libstdc++/80285 optimize std::make_shared for -fno-rtti - - - - --- 2017-05-16 Jonathan Wakely New
PR libstdc++/80285 optimize std::make_shared for -fno-rtti - - - - --- 2017-05-11 Jonathan Wakely New
PR libstdc++/80316 make promise::set_value throw no_state error - - - - --- 2017-07-12 Jonathan Wakely New
PR libstdc++/80316 make promise::set_value throw no_state error - - - - --- 2017-04-04 Jonathan Wakely New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80446 cope with libc defining __has_builtin - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80448 remove noexcept from defaulted functions - - - - --- 2017-04-19 Jonathan Wakely New
PR libstdc++/80478 make std::mem_fn work with noexcept functions - - - - --- 2017-05-18 Jonathan Wakely New
PR libstdc++/80493 fix invalid exception specification - - - - --- 2017-04-24 Jonathan Wakely New
PR libstdc++/80504 qualify calls to avoid ADL - - - - --- 2017-04-24 Jonathan Wakely New
PR libstdc++/80506 fix constant used in condition - - - - --- 2017-04-24 Jonathan Wakely New
PR libstdc++/80538 Only call sleep for non-zero values PR libstdc++/80538 Only call sleep for non-zero values - - - - --- 2018-10-11 Jonathan Wakely New
PR libstdc++/80553 don't allow destroying non-destructible types - - - - --- 2017-04-28 Jonathan Wakely New
PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() - - - - --- 2017-05-05 Jonathan Wakely New
PR libstdc++/80762 avoid ambiguous __constructible_from<void, void> PR libstdc++/80762 avoid ambiguous __constructible_from<void, void> - - - - --- 2018-12-12 Jonathan Wakely New
PR libstdc++/80796 Add new std::search overload for C++17 - - - - --- 2017-05-19 Jonathan Wakely New
PR libstdc++/80893 Fix null dereference in vector<bool> - - - - --- 2017-06-17 Jonathan Wakely New
PR libstdc++/80893 Fix null dereference in vector<bool> - - - - --- 2017-05-31 Jonathan Wakely New
PR libstdc++/80939 Remove unmeetable constexpr specifiers - - - - --- 2017-06-02 Jonathan Wakely New
PR libstdc++/81002 fix std::basic_regex range constructor - - - - --- 2017-06-07 Jonathan Wakely New
PR libstdc++/81002 fix std::basic_regex range constructor - - - - --- 2017-06-07 Jonathan Wakely New
PR libstdc++/81017 add noexcept to std::function move operations - - - - --- 2017-06-08 Jonathan Wakely New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-19 Rainer Orth New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-16 Jakub Jelinek New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-16 Jakub Jelinek New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-14 Jonathan Wakely New
PR libstdc++/81092 add std::wstring symbols and bump library version - - - - --- 2017-06-14 Jonathan Wakely New
PR libstdc++/81173 fix undefined memset with null pointer - - - - --- 2017-06-22 Jonathan Wakely New
PR libstdc++/81221 fix namespace qualification for parallel mode - - - - --- 2017-06-27 Jonathan Wakely New
PR libstdc++/81221 fix namespace qualification for parallel mode - - - - --- 2017-06-27 Jonathan Wakely New
PR libstdc++/81256 fix exception handling in basic_filebuf::close PR libstdc++/81256 fix exception handling in basic_filebuf::close - - - - --- 2018-05-14 Jonathan Wakely New
PR libstdc++/81338 correctly manage string capacity - - - - --- 2017-07-10 Jonathan Wakely New
PR libstdc++/81381 support stateful allocators in basic_stringbuf - - - - --- 2017-07-10 Jonathan Wakely New
PR libstdc++/81395 fix crash when write follows large read - - - - --- 2017-07-19 Jonathan Wakely New
PR libstdc++/81395 fix crash when write follows large read - - - - --- 2017-07-19 Jonathan Wakely New
PR libstdc++/81468 constrain std::chrono::time_point constructor PR libstdc++/81468 constrain std::chrono::time_point constructor - - - - --- 2017-09-13 Jonathan Wakely New
PR libstdc++/81469 deprecate std::uncaught_exception for C++17 PR libstdc++/81469 deprecate std::uncaught_exception for C++17 - - - - --- 2017-09-20 Jonathan Wakely New
PR libstdc++/81476 Optimise vector insertion from input iterators - - - - --- 2017-07-19 Jonathan Wakely New
PR libstdc++/81751 don't call fflush(NULL) - - - - --- 2017-08-09 Jonathan Wakely New
PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin - - - - --- 2018-02-15 Jonathan Wakely New
PR libstdc++/81835 fix broken URLs in libstdc++ docs PR libstdc++/81835 fix broken URLs in libstdc++ docs - - - - --- 2017-09-13 Jonathan Wakely New
PR libstdc++/81891 fix double-free in hashtable constructor - - - - --- 2017-08-18 Jonathan Wakely New
PR libstdc++/81912 make std::__iterator_category constexpr - - - - --- 2017-08-21 Jonathan Wakely New
PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions - - - - --- 2017-09-19 Jonathan Wakely New
PR libstdc++/82262 fix std::hash<std::optional<const T>> PR libstdc++/82262 fix std::hash<std::optional<const T>> - - - - --- 2017-09-20 Jonathan Wakely New
PR libstdc++/82417 do not include C99 <complex.h> in strict modes PR libstdc++/82417 do not include C99 <complex.h> in strict modes - - - - --- 2017-10-10 Jonathan Wakely New
PR libstdc++/82481 Suppress clang-tidy warnings PR libstdc++/82481 Suppress clang-tidy warnings - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) - - - - --- 2017-10-13 Jonathan Wakely New
PR libstdc++/82644 define TR1 hypergeometric functions in strict modes PR libstdc++/82644 define TR1 hypergeometric functions in strict modes - - - - --- 2018-05-03 Jonathan Wakely New
PR libstdc++/82644 document IS 29124 support PR libstdc++/82644 document IS 29124 support - - - - --- 2017-10-23 Jonathan Wakely New
PR libstdc++/82685 add 'noexcept' to string_view literals PR libstdc++/82685 add 'noexcept' to string_view literals - - - - --- 2017-10-24 Jonathan Wakely New
PR libstdc++/82706 fix test for case where operations succeed PR libstdc++/82706 fix test for case where operations succeed - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings PR libstdc++/82716 avoid stupid -Wmismatched-tags warnings - - - - --- 2017-10-25 Jonathan Wakely New
PR libstdc++/82777 fix path normalization for dot-dot PR libstdc++/82777 fix path normalization for dot-dot - - - - --- 2017-11-01 Jonathan Wakely New
PR libstdc++/82917 add missing returns in <fstream> PR libstdc++/82917 add missing returns in <fstream> - - - - --- 2017-11-10 Jonathan Wakely New
PR libstdc++/82966 fix swapping of node handles PR libstdc++/82966 fix swapping of node handles - - - - --- 2018-05-14 Jonathan Wakely New
PR libstdc++/83134 Ensure std::__not_ converts B::value to bool PR libstdc++/83134 Ensure std::__not_ converts B::value to bool - - - - --- 2017-11-23 Jonathan Wakely New
PR libstdc++/83226 avoid forming pointer-to-reference type PR libstdc++/83226 avoid forming pointer-to-reference type - - - - --- 2017-11-30 Jonathan Wakely New
PR libstdc++/83279 handle sendfile not copying entire file PR libstdc++/83279 handle sendfile not copying entire file - - - - --- 2017-12-14 Jonathan Wakely New
PR libstdc++/83306 make filesystem_error no-throw copyable PR libstdc++/83306 make filesystem_error no-throw copyable - - - - --- 2018-11-28 Jonathan Wakely New
PR libstdc++/83328 add correct basic_string::insert for initializer_list PR libstdc++/83328 add correct basic_string::insert for initializer_list - - - - --- 2018-06-21 Jonathan Wakely New
PR libstdc++/83395 fix invocable traits for INVOKE<cv void> PR libstdc++/83395 fix invocable traits for INVOKE<cv void> - - - - --- 2017-12-12 Jonathan Wakely New
PR libstdc++/83427 detect weak result type from noexcept functions PR libstdc++/83427 detect weak result type from noexcept functions - - - - --- 2017-12-14 Jonathan Wakely New
PR libstdc++/83450 avoid -Wreturn-type warning in test PR libstdc++/83450 avoid -Wreturn-type warning in test - - - - --- 2017-12-24 Jonathan Wakely New
PR libstdc++/83511 add default argument to basic_string_view::substr PR libstdc++/83511 add default argument to basic_string_view::substr - - - - --- 2018-11-28 Jonathan Wakely New
PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306) PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306) - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83600 fix end iterator for unready std::match_results PR libstdc++/83600 fix end iterator for unready std::match_results - - - - --- 2017-12-27 Jonathan Wakely New
PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte PR libstdc++/83607 specialize Boyer-Moore searchers for std::byte - - - - --- 2018-01-04 Jonathan Wakely New
PR libstdc++/83626 Don't throw for remove("") and remove_all("") PR libstdc++/83626 Don't throw for remove("") and remove_all("") - - - - --- 2018-01-04 Jonathan Wakely New
PR libstdc++/83658 fix exception-safety in std::any::emplace PR libstdc++/83658 fix exception-safety in std::any::emplace - - - - --- 2018-01-29 Jonathan Wakely New
PR libstdc++/83709 don't rehash if no insertion PR libstdc++/83709 don't rehash if no insertion - - - - --- 2018-01-08 François Dumont New
PR libstdc++/83830 Define std::has_unique_object_representations_v PR libstdc++/83830 Define std::has_unique_object_representations_v - - - - --- 2018-01-15 Jonathan Wakely New
PR libstdc++/83833 fix chi_squared_distribution::param(const param&) PR libstdc++/83833 fix chi_squared_distribution::param(const param&) - - - - --- 2018-01-15 Jonathan Wakely New
PR libstdc++/83834 replace wildcard pattern in linker script PR libstdc++/83834 replace wildcard pattern in linker script - - - - --- 2018-01-16 Jonathan Wakely New
PR libstdc++/83860 avoid dangling references in valarray closure types PR libstdc++/83860 avoid dangling references in valarray closure types - - - - --- 2018-04-06 Jonathan Wakely New
PR libstdc++/83891 fix path::is_absolute() for non-POSIX targets PR libstdc++/83891 fix path::is_absolute() for non-POSIX targets - - - - --- 2018-05-15 Jonathan Wakely New
PR libstdc++/83982 fix exception-safety guarantee of std::vector::resize PR libstdc++/83982 fix exception-safety guarantee of std::vector::resize - - - - --- 2018-06-13 Jonathan Wakely New
PR libstdc++/84087 add default arguments to basic_string members (LWG 2268) PR libstdc++/84087 add default arguments to basic_string members (LWG 2268) - - - - --- 2018-01-29 Jonathan Wakely New
PR libstdc++/84159 fix appending strings to paths PR libstdc++/84159 fix appending strings to paths - - - - --- 2018-05-15 Jonathan Wakely New
PR libstdc++/84442 if _Exit isn't declared then use _exit instead PR libstdc++/84442 if _Exit isn't declared then use _exit instead - - - - --- 2018-04-18 Jonathan Wakely New
PR libstdc++/84532 prevent unwrapping of reference_wrapper arguments PR libstdc++/84532 prevent unwrapping of reference_wrapper arguments - - - - --- 2018-02-23 Jonathan Wakely New
PR libstdc++/84535 constrain std::thread constructor PR libstdc++/84535 constrain std::thread constructor - - - - --- 2018-05-03 Jonathan Wakely New
PR libstdc++/84654 Do not use __float128 if it is disabled by the compiler PR libstdc++/84654 Do not use __float128 if it is disabled by the compiler - - - - --- 2018-03-01 Tulio Magno Quites Machado Filho New
PR libstdc++/84769 qualify std::get and std::get_if to avoid ADL PR libstdc++/84769 qualify std::get and std::get_if to avoid ADL - - - - --- 2018-03-09 Jonathan Wakely New
PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-compilers PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-compilers - - - - --- 2018-03-12 Jonathan Wakely New
« 1 2 ... 265 266 2671267 1268 »