Show patches with: Archived = No       |   126710 patches
« 1 2 ... 677 678 6791267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] libstdc++: Add default template argument to basic_istream_view [committed] libstdc++: Add default template argument to basic_istream_view - - - - --- 2021-08-23 Jonathan Wakely New
[committed] libstdc++: Fix mismatched class-key tags [committed] libstdc++: Fix mismatched class-key tags - - - - --- 2021-08-24 Jonathan Wakely New
[committed] libstdc++: Add std::is_layout_compatible trait for C++20 [committed] libstdc++: Add std::is_layout_compatible trait for C++20 - - - - --- 2021-08-24 Jonathan Wakely New
[committed] wwwdocs: Fix grammar in gcc-11 release notes [committed] wwwdocs: Fix grammar in gcc-11 release notes - - - - --- 2021-08-24 Jonathan Wakely New
[committed] libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] [committed] libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] - - - - --- 2021-08-25 Jonathan Wakely New
[committed] libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] [committed] libstdc++: Fix conditions for optimizing uninitialized algos [PR102064] - - - - --- 2021-08-25 Jonathan Wakely New
[committed] libstdc++: Fix non-reserved names in <valarray> [committed] libstdc++: Fix non-reserved names in <valarray> - - - - --- 2021-08-25 Jonathan Wakely New
[committed] libstdc++: Fix names.cc test failures on Windows [committed] libstdc++: Fix names.cc test failures on Windows - - - - --- 2021-08-25 Jonathan Wakely New
[committed] libstdc++: Add another non-reserved name to tests [committed] libstdc++: Add another non-reserved name to tests - - - - --- 2021-08-25 Jonathan Wakely New
[committed] libstdc++: Make Networking TS headers more portable [PR100285] [committed] libstdc++: Make Networking TS headers more portable [PR100285] - - - - --- 2021-08-26 Jonathan Wakely New
[committed] libstdc++: Add static assertions for std::function requirements [committed] libstdc++: Add static assertions for std::function requirements - - - - --- 2021-08-26 Jonathan Wakely New
[committed] libstdc++: Avoid a move in std::function construction (LWG 2447) [committed] libstdc++: Avoid a move in std::function construction (LWG 2447) - - - - --- 2021-08-26 Jonathan Wakely New
[committed] libstdc:: Use markdown for Doxygen comments in std::function [committed] libstdc:: Use markdown for Doxygen comments in std::function - - - - --- 2021-08-26 Jonathan Wakely New
[committed] libstdc++: Fix inefficiency in filesystem::absolute [PR99876] [committed] libstdc++: Fix inefficiency in filesystem::absolute [PR99876] - - - - --- 2021-08-28 Jonathan Wakely New
[committed] libstdc++: Fix std::allocator<void> for versioned namespace [committed] libstdc++: Fix std::allocator<void> for versioned namespace - - - - --- 2021-08-28 Jonathan Wakely New
c++: Fix docs on assignment of virtual bases [PR60318] c++: Fix docs on assignment of virtual bases [PR60318] - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Fix 17_intro/names.cc failures on Solaris [committed] libstdc++: Fix 17_intro/names.cc failures on Solaris - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Fix ip::tcp::resolver test failure on Solaris [committed] libstdc++: Fix ip::tcp::resolver test failure on Solaris - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Improve error handling in Net TS name resolution [committed] libstdc++: Improve error handling in Net TS name resolution - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Add missing return for atomic timed wait [PR102074] [committed] libstdc++: Add missing return for atomic timed wait [PR102074] - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Remove redundant noexcept-specifier on definitions [committed] libstdc++: Remove redundant noexcept-specifier on definitions - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Fix broken autoconf check for O_NONBLOCK [committed] libstdc++: Fix broken autoconf check for O_NONBLOCK - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Add valid range checks to std::span constructors [PR98421] [committed] libstdc++: Add valid range checks to std::span constructors [PR98421] - - - - --- 2021-08-31 Jonathan Wakely New
[committed] libstdc++: Define std::invoke_r for C++23 (P2136R3) [committed] libstdc++: Define std::invoke_r for C++23 (P2136R3) - - - - --- 2021-09-02 Jonathan Wakely New
[committed] libstdc++: Remove "no stronger" assertion in compare exchange [PR102177] [committed] libstdc++: Remove "no stronger" assertion in compare exchange [PR102177] - - - - --- 2021-09-02 Jonathan Wakely New
[committed] libstdc++: Tweak whitespace in <atomic> [committed] libstdc++: Tweak whitespace in <atomic> - - - - --- 2021-09-02 Jonathan Wakely New
[committed] libstdc++: Implement std::atomic<T*>::compare_exchange_weak [committed] libstdc++: Implement std::atomic<T*>::compare_exchange_weak - - - - --- 2021-09-02 Jonathan Wakely New
libstdc++: Define macro before it is first checked libstdc++: Define macro before it is first checked - - - - --- 2021-09-02 Jonathan Wakely New
[committed] libstdc++: Use "test.invalid." for invalid hostname [committed] libstdc++: Use "test.invalid." for invalid hostname - - - - --- 2021-09-10 Jonathan Wakely New
wwwdocs: Move inactive branches to the right section wwwdocs: Move inactive branches to the right section - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Add noexcept to unique_ptr accessors [committed] libstdc++: Add noexcept to unique_ptr accessors - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Add noexcept to std::to_string overloads that don't allocate [committed] libstdc++: Add noexcept to std::to_string overloads that don't allocate - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Fix recipes for C++11-compiled files in src/c++98 [committed] libstdc++: Fix recipes for C++11-compiled files in src/c++98 - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Add missing constraint to std::span deduction guide [PR102280] [committed] libstdc++: Add missing constraint to std::span deduction guide [PR102280] - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Add missing 'constexpr' to std::tuple [PR102270] [committed] libstdc++: Add missing 'constexpr' to std::tuple [PR102270] - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Remove non-deducible parameter for std::advance overload [committed] libstdc++: Remove non-deducible parameter for std::advance overload - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Add noexcept to std::nullopt_t constructor [committed] libstdc++: Add noexcept to std::nullopt_t constructor - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Update documentation that only refers to c++98 and c++11 [committed] libstdc++: Update documentation that only refers to c++98 and c++11 - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Increase timeout factor for slow pb_ds tests [committed] libstdc++: Increase timeout factor for slow pb_ds tests - - - - --- 2021-09-16 Jonathan Wakely New
[committed] libstdc++: Regenerate the src/debug Makefiles as needed [committed] libstdc++: Regenerate the src/debug Makefiles as needed - - - - --- 2021-09-16 Jonathan Wakely New
configure: Update --help output for --with-multilib-list configure: Update --help output for --with-multilib-list - - - - --- 2021-09-17 Jonathan Wakely New
[committed] libstdc++: Rename tests with incorrect extension [committed] libstdc++: Rename tests with incorrect extension - - - - --- 2021-09-17 Jonathan Wakely New
[committed] libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270] [committed] libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270] - - - - --- 2021-09-17 Jonathan Wakely New
[committed] libstdc++: Add 'noexcept' to path::iterator members [committed] libstdc++: Add 'noexcept' to path::iterator members - - - - --- 2021-09-17 Jonathan Wakely New
[committed] libstdc++: std::system_category should know meaning of zero [PR102425] [committed] libstdc++: std::system_category should know meaning of zero [PR102425] - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: std::system_category should know meaning of zero [PR102425] [committed] libstdc++: std::system_category should know meaning of zero [PR102425] - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: Improvements to standard error category objects [committed] libstdc++: Improvements to standard error category objects - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: Make std::system_category() recognize Windows error codes [committed] libstdc++: Make std::system_category() recognize Windows error codes - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: Disable PCH for test that depends on a macro being defined [committed] libstdc++: Disable PCH for test that depends on a macro being defined - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: Remove c++20-specific dg-error directives in test [committed] libstdc++: Remove c++20-specific dg-error directives in test - - - - --- 2021-09-23 Jonathan Wakely New
[committed] libstdc++: Remove redundant 'inline' specifiers [committed] libstdc++: Remove redundant 'inline' specifiers - - - - --- 2021-09-24 Jonathan Wakely New
[committed] libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499] [committed] libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499] - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Improve std::forward static assert message [committed] libstdc++: Improve std::forward static assert message - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>> [committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>> - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Fix _OutputIteratorConcept checks in algorithms [committed] libstdc++: Fix _OutputIteratorConcept checks in algorithms - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Fix tests that use invalid types in ordered containers [committed] libstdc++: Fix tests that use invalid types in ordered containers - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Improve types used as iterators in testsuite [committed] libstdc++: Improve types used as iterators in testsuite - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Fix concept checks for iterators [committed] libstdc++: Fix concept checks for iterators - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKS [committed] libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKS - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Skip container adaptor tests that fail concept checks [committed] libstdc++: Skip container adaptor tests that fail concept checks - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Define macro before it is first checked [committed] libstdc++: Define macro before it is first checked - - - - --- 2021-09-28 Jonathan Wakely New
libstdc++: Fix return values for atomic wait on futex libstdc++: Fix return values for atomic wait on futex - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Add noexcept to functions in <regex> [committed] libstdc++: Add noexcept to functions in <regex> - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Tweaks to <regex> to avoid warnings [committed] libstdc++: Tweaks to <regex> to avoid warnings - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Remove obfuscating typedefs in <regex> [committed] libstdc++: Remove obfuscating typedefs in <regex> - - - - --- 2021-09-28 Jonathan Wakely New
[committed] libstdc++: Simplify std::basic_regex construction and assignment [committed] libstdc++: Simplify std::basic_regex construction and assignment - - - - --- 2021-09-29 Jonathan Wakely New
[committed] libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110] [committed] libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110] - - - - --- 2021-09-29 Jonathan Wakely New
[committed] libstdc++: Check for invalid syntax_option_type values in <regex> [committed] libstdc++: Check for invalid syntax_option_type values in <regex> - - - - --- 2021-09-29 Jonathan Wakely New
[committed] libstdc++: Implement std::regex_constants::multiline (LWG 2503) [committed] libstdc++: Implement std::regex_constants::multiline (LWG 2503) - - - - --- 2021-09-29 Jonathan Wakely New
[committed] MAINTAINERS: Add myself to DCO section [committed] MAINTAINERS: Add myself to DCO section - - - - --- 2021-09-29 Jonathan Wakely New
[committed] libstdc++: Replace try-catch in std::list::merge to avoid O(N) size [committed] libstdc++: Replace try-catch in std::list::merge to avoid O(N) size - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool> [committed] libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool> - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add noexcept to istream_iterator and ostream_iterator [committed] libstdc++: Add noexcept to istream_iterator and ostream_iterator - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add missing header to test [committed] libstdc++: Add missing header to test - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Define basic_regex::multiline for non-strict modes [committed] libstdc++: Define basic_regex::multiline for non-strict modes - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] [committed] libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Implement std::clamp with std::min and std::max [PR 96733] [committed] libstdc++: Implement std::clamp with std::min and std::max [PR 96733] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Do not allocate a zero-size vector<bool> [PR 100153] [committed] libstdc++: Do not allocate a zero-size vector<bool> [PR 100153] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418] [committed] libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add noexcept to common_iterator proxy operators [committed] libstdc++: Add noexcept to common_iterator proxy operators - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Make move ctor noexcept for fully-dynamic string [committed] libstdc++: Make move ctor noexcept for fully-dynamic string - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Simplify __normal_iterator converting constructor [committed] libstdc++: Simplify __normal_iterator converting constructor - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Allow visiting inherited variants [PR 90943] [committed] libstdc++: Allow visiting inherited variants [PR 90943] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Optimize std::visit for the common case [PR 78113] [committed] libstdc++: Optimize std::visit for the common case [PR 78113] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add std::__conditional_t alias template [committed] libstdc++: Add std::__conditional_t alias template - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add utility for creating std::error_code from OS errors [committed] libstdc++: Add utility for creating std::error_code from OS errors - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Avoid unconditional use of errc::not_supported [PR 99327] [committed] libstdc++: Avoid unconditional use of errc::not_supported [PR 99327] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Fix narrowing conversion in std::visit [committed] libstdc++: Fix narrowing conversion in std::visit - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Simplify __throw_out_of_range_fmt for freestanding [committed] libstdc++: Simplify __throw_out_of_range_fmt for freestanding - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Remove useless base classes in pb_db tests [committed] libstdc++: Remove useless base classes in pb_db tests - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Remove unary_function base classes from std::thread tests [committed] libstdc++: Remove unary_function base classes from std::thread tests - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3392 for std::ranges::distance [committed] libstdc++: Implement LWG 3392 for std::ranges::distance - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3522 for std::priority_queue [committed] libstdc++: Implement LWG 3522 for std::priority_queue - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3529 for std::priority_queue [committed] libstdc++: Implement LWG 3529 for std::priority_queue - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3506 for std::priority_queue [committed] libstdc++: Implement LWG 3506 for std::priority_queue - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Add container adaptor constructors taking iterators (P1425R4) [committed] libstdc++: Add container adaptor constructors taking iterators (P1425R4) - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612] [committed] libstdc++: Make std::jthread support pointers to member functions [PR 100612] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Allow stateful allocators in std::list::sort [PR 66742] [committed] libstdc++: Allow stateful allocators in std::list::sort [PR 66742] - - - - --- 2021-10-01 Jonathan Wakely New
[committed] libstdc++: Restore printing of assertion messages [PR102100] [committed] libstdc++: Restore printing of assertion messages [PR102100] - - - - --- 2021-10-01 Jonathan Wakely New
c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482] c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482] - - - - --- 2021-10-01 Jonathan Wakely New
« 1 2 ... 677 678 6791267 1268 »