Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   4988 patches
« 1 2 3 449 50 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libstdc++: Fix incorrect noexcept on string::compare overloads [PR123991] libstdc++: Fix incorrect noexcept on string::compare overloads [PR123991] - - - - --- 2026-02-09 Jonathan Wakely New
[committed] libstdc++: Fix doxygen comment for std::out_ptr [PR124024] [committed] libstdc++: Fix doxygen comment for std::out_ptr [PR124024] - - - - --- 2026-02-09 Jonathan Wakely New
[3/3] libstdc++: Optimize std::regex_traits lookup functions [1/3] libstdc++: Improve tests for std::regex_traits::lookup_classname [PR124015] - - - - --- 2026-02-09 Jonathan Wakely New
[2/3] libstdc++: Fix std::regex_traits::lookup_classname [PR124015] [1/3] libstdc++: Improve tests for std::regex_traits::lookup_classname [PR124015] - - - - --- 2026-02-09 Jonathan Wakely New
[1/3] libstdc++: Improve tests for std::regex_traits::lookup_classname [PR124015] [1/3] libstdc++: Improve tests for std::regex_traits::lookup_classname [PR124015] - - - - --- 2026-02-09 Jonathan Wakely New
testsuite: Fix pr61053.c testsuite failure on mingw testsuite: Fix pr61053.c testsuite failure on mingw - - - - --- 2026-02-05 Jonathan Wakely New
[v2] libstdc++: Fix ambiguity caused by new std::source_location constructor [v2] libstdc++: Fix ambiguity caused by new std::source_location constructor - - - - --- 2026-02-05 Jonathan Wakely New
[v2] libstdc++: Fix std::shared_ptr pretty printer for GDB 11 [v2] libstdc++: Fix std::shared_ptr pretty printer for GDB 11 - - - - --- 2026-02-05 Jonathan Wakely New
libstdc++: Fix std::shared_ptr pretty printer for GDB 11 libstdc++: Fix std::shared_ptr pretty printer for GDB 11 - - - - --- 2026-02-05 Jonathan Wakely New
libstdc++: Fix ambiguity caused by new std::source_location constructor libstdc++: Fix ambiguity caused by new std::source_location constructor - - - - --- 2026-02-05 Jonathan Wakely New
libstdc++: Fix some -Wpedantic warnings in regex tests libstdc++: Fix some -Wpedantic warnings in regex tests - - - - --- 2026-02-05 Jonathan Wakely New
[committed] libstdc++: Fix use of feature test macro in <source_location> [committed] libstdc++: Fix use of feature test macro in <source_location> - - - - --- 2026-01-29 Jonathan Wakely New
[v2] libstdc++: Make std::expected trivially copy/move assignable (LWG 4026) [v2] libstdc++: Make std::expected trivially copy/move assignable (LWG 4026) - - - - --- 2026-01-29 Jonathan Wakely New
[committed] libstdc++: Fix non-ASCII characters in <contracts> header [committed] libstdc++: Fix non-ASCII characters in <contracts> header - - - - --- 2026-01-29 Jonathan Wakely New
libstdc++: Make std::expected trivially copy/move assignable (LWG 4513) libstdc++: Make std::expected trivially copy/move assignable (LWG 4513) - - - - --- 2026-01-28 Jonathan Wakely New
libstdc++: Prevent std::stacktrace from using atomics on arm-eabi [PR120567] libstdc++: Prevent std::stacktrace from using atomics on arm-eabi [PR120567] - - - - --- 2026-01-28 Jonathan Wakely New
[committed] libstdc++: Default to C++20 in src/experimental/Makefile.am [committed] libstdc++: Default to C++20 in src/experimental/Makefile.am - - - - --- 2026-01-28 Jonathan Wakely New
[committed] libstdc++: Do not allow contract26.cc to build without -fcontracts [committed] libstdc++: Do not allow contract26.cc to build without -fcontracts - - - - --- 2026-01-28 Jonathan Wakely New
libstdc++: Disable false positive middle end warnings in std::shared_ptr [PR122197] libstdc++: Disable false positive middle end warnings in std::shared_ptr [PR122197] - - - - --- 2026-01-27 Jonathan Wakely New
libstdc++: Avoid -Wtype-limits warnings in locale/gnu/ctype_members.cc libstdc++: Avoid -Wtype-limits warnings in locale/gnu/ctype_members.cc - - - - --- 2026-01-27 Jonathan Wakely New
Fix typo in comment in tree-vrp.cc Fix typo in comment in tree-vrp.cc - - - - --- 2026-01-22 Jonathan Wakely New
[committed] libstdc++: Stop using some reserved names in src/c++20/atomic.cc [committed] libstdc++: Stop using some reserved names in src/c++20/atomic.cc - - - - --- 2026-01-12 Jonathan Wakely New
[v2] libstdc++: Improve comments on __wait_args::_M_setup_proxy_wait [v2] libstdc++: Improve comments on __wait_args::_M_setup_proxy_wait - - - - --- 2026-01-12 Jonathan Wakely New
[v4] libstdc++: Add platform wait functions for FreeBSD [PR120527] [v4] libstdc++: Add platform wait functions for FreeBSD [PR120527] - - - - --- 2026-01-11 Jonathan Wakely New
libstdc++: Improve comment on __wait_args::_M_setup_proxy_wait libstdc++: Improve comment on __wait_args::_M_setup_proxy_wait - - - - --- 2026-01-10 Jonathan Wakely New
libstdc++: Ensure counting_semaphore::try_acquire_for times out [PR122878] libstdc++: Ensure counting_semaphore::try_acquire_for times out [PR122878] - - - - --- 2026-01-09 Jonathan Wakely New
libstdc++: Fix chrono::current_zone() for three component names [PR122567] libstdc++: Fix chrono::current_zone() for three component names [PR122567] - - - - --- 2026-01-09 Jonathan Wakely New
[v2,2/2] libstdc++: Simplify use_proxy_wait function [v2,1/2] libstdc++: Fix proxy wait detection in atomic wait - - 1 - --- 2026-01-09 Jonathan Wakely New
[v2,1/2] libstdc++: Fix proxy wait detection in atomic wait [v2,1/2] libstdc++: Fix proxy wait detection in atomic wait - - - - --- 2026-01-09 Jonathan Wakely New
[2/2] libstdc++: Simplify use_proxy_wait function [1/2] libstdc++: Fix proxy wait detection in atomic wait - - - - --- 2026-01-08 Jonathan Wakely New
[1/2] libstdc++: Fix proxy wait detection in atomic wait [1/2] libstdc++: Fix proxy wait detection in atomic wait - - - - --- 2026-01-08 Jonathan Wakely New
[committed] doc: Fix typo in documentation of -flang-info-module-cmi [committed] doc: Fix typo in documentation of -flang-info-module-cmi - - - - --- 2026-01-08 Jonathan Wakely New
libstdc++: Allow new-abi-baseline target to overwrite existing file libstdc++: Allow new-abi-baseline target to overwrite existing file - - - - --- 2026-01-07 Jonathan Wakely New
libstdc++: Fix std::basic_stringbuf::str()&& [PR123100] libstdc++: Fix std::basic_stringbuf::str()&& [PR123100] - - - - --- 2026-01-07 Jonathan Wakely New
libstdc++: Remove redundant return statement after static_assert(false) libstdc++: Remove redundant return statement after static_assert(false) - - - - --- 2026-01-07 Jonathan Wakely New
libstdc++: Override detection of flockfile support in newlib [PR123406] libstdc++: Override detection of flockfile support in newlib [PR123406] - - - - --- 2026-01-07 Jonathan Wakely New
libstdc++: Fix memory leak in std::barrier destructor [PR123378] libstdc++: Fix memory leak in std::barrier destructor [PR123378] - - - - --- 2026-01-07 Jonathan Wakely New
libstdc++: Fix chrono::parse to read from wide strings [PR123147] libstdc++: Fix chrono::parse to read from wide strings [PR123147] - - - - --- 2025-12-19 Jonathan Wakely New
[committed] libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc [committed] libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc - - - - --- 2025-12-19 Jonathan Wakely New
[committed] libstdc++: Fix some warnings seen during mingw-w64 bootstrap [committed] libstdc++: Fix some warnings seen during mingw-w64 bootstrap - - - - --- 2025-12-18 Jonathan Wakely New
[committed,v3] libstdc++: On Windows, retrieve thread-local variables via functions [committed,v3] libstdc++: On Windows, retrieve thread-local variables via functions - - - - --- 2025-12-18 Jonathan Wakely New
libstdc++: Fix ranges::stable_sort handling of null buffer [PR123180] libstdc++: Fix ranges::stable_sort handling of null buffer [PR123180] - - - - --- 2025-12-18 Jonathan Wakely New
[v2] libstdc++: Fix up std::generate_canonical for 32-bit arches [v2] libstdc++: Fix up std::generate_canonical for 32-bit arches - - - - --- 2025-12-18 Jonathan Wakely New
[v2] libstdc++: Fix mdspan tests for Solaris. [PR123176] [v2] libstdc++: Fix mdspan tests for Solaris. [PR123176] - - - - --- 2025-12-18 Jonathan Wakely New
[committed,v2] libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI [committed,v2] libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI - - 1 - --- 2025-12-17 Jonathan Wakely New
[3/3] libstdc++: Use -fexcess-precision=standard for std::generate_canonical tests [1/3] libstdc++: Implement std::philox_engine for targets without __int128 - - - - --- 2025-12-17 Jonathan Wakely New
[2/3] libstdc++: Fix up std::generate_canonical for 32-bit arches [1/3] libstdc++: Implement std::philox_engine for targets without __int128 - - - - --- 2025-12-17 Jonathan Wakely New
[1/3] libstdc++: Implement std::philox_engine for targets without __int128 [1/3] libstdc++: Implement std::philox_engine for targets without __int128 - - - - --- 2025-12-17 Jonathan Wakely New
libstdc++: Adjust tests to work for -D_GLIBCXX_USE_OLD_GENERATE_CANONICAL libstdc++: Adjust tests to work for -D_GLIBCXX_USE_OLD_GENERATE_CANONICAL - - - - --- 2025-12-17 Jonathan Wakely New
libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI - - - - --- 2025-12-17 Jonathan Wakely New
[committed] libstdc++: Move new std::generate_canonical to inline namespace [committed] libstdc++: Move new std::generate_canonical to inline namespace - - 1 - --- 2025-12-17 Jonathan Wakely New
[committed] libstdc++: Restore braces around body of if-statement [committed] libstdc++: Restore braces around body of if-statement - - - - --- 2025-12-17 Jonathan Wakely New
libstdc++: Update default -std for testsuite libstdc++: Update default -std for testsuite - - - - --- 2025-12-16 Jonathan Wakely New
libstdc++: Update tzdata to 2025c libstdc++: Update tzdata to 2025c - - - - --- 2025-12-16 Jonathan Wakely New
libstdc++: Optimize compilation time for signed/unsigned integer traits libstdc++: Optimize compilation time for signed/unsigned integer traits - - - - --- 2025-12-15 Jonathan Wakely New
[wwwdocs] Use a list for the "Free for all" kinds of changes [wwwdocs] Use a list for the "Free for all" kinds of changes - - - - --- 2025-12-12 Jonathan Wakely New
[v2] doc: Document d and D suffixes as defined by decimal float TR [PR84717] [v2] doc: Document d and D suffixes as defined by decimal float TR [PR84717] - - - - --- 2025-12-10 Jonathan Wakely New
doc: Document 'd' suffix as defined by decimal float TR [PR84717] doc: Document 'd' suffix as defined by decimal float TR [PR84717] - - - - --- 2025-12-10 Jonathan Wakely New
[committed] libstdc++: Regenerate <bits/version.h> [committed] libstdc++: Regenerate <bits/version.h> - - - - --- 2025-12-09 Jonathan Wakely New
libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907] libstdc++: Do not optimize std::copy to memcpy for bool output [PR122907] - - - - --- 2025-12-08 Jonathan Wakely New
libstdc++: Extend __is_standard_integer to cover extended integer types libstdc++: Extend __is_standard_integer to cover extended integer types - - - - --- 2025-12-08 Jonathan Wakely New
[committed] libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h> [committed] libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h> - - - - --- 2025-12-08 Jonathan Wakely New
libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file - - - - --- 2025-12-05 Jonathan Wakely New
libstdc++: std::atomic should use std::addressof libstdc++: std::atomic should use std::addressof - - - - --- 2025-12-05 Jonathan Wakely New
libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946] libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946] - - - - --- 2025-12-05 Jonathan Wakely New
contrib: Skip libstdc++ files in check_GNU_style.py contrib: Skip libstdc++ files in check_GNU_style.py - - - - --- 2025-12-04 Jonathan Wakely New
[committed] contrib: Fix typo in function name in check_GNU_style_lib.py [committed] contrib: Fix typo in function name in check_GNU_style_lib.py - - - - --- 2025-12-04 Jonathan Wakely New
[committed] libstdc++: Fix pretty printer lookup for class templates [PR122812] [committed] libstdc++: Fix pretty printer lookup for class templates [PR122812] - - - - --- 2025-12-03 Jonathan Wakely New
[committed] libstdc++: Use chrono::nanoseconds for __wait_until_impl parameter [committed] libstdc++: Use chrono::nanoseconds for __wait_until_impl parameter - - - - --- 2025-12-01 Jonathan Wakely New
[committed] analyzer: Add missing 'const' to equiv_class::operator== [committed] analyzer: Add missing 'const' to equiv_class::operator== - - - - --- 2025-11-27 Jonathan Wakely New
[committed] libstdc++: Fix nodiscard warnings in performance tests [committed] libstdc++: Fix nodiscard warnings in performance tests - - - - --- 2025-11-27 Jonathan Wakely New
[committed] libstdc++: Fix comment typo in testsuite/Makefile [committed] libstdc++: Fix comment typo in testsuite/Makefile - - - - --- 2025-11-27 Jonathan Wakely New
libstdc++: Fix spinloop in atomic timed waiting function [PR122878] libstdc++: Fix spinloop in atomic timed waiting function [PR122878] - - - - --- 2025-11-27 Jonathan Wakely New
libstdc++: Refactor futex usage in src/c++20/atomic.cc libstdc++: Refactor futex usage in src/c++20/atomic.cc - - - - --- 2025-11-27 Jonathan Wakely New
libstdc++: Fix std::counting_semaphore<> default max value libstdc++: Fix std::counting_semaphore<> default max value - - - - --- 2025-11-26 Jonathan Wakely New
[v2,5/5] libstdc++: Add platform wait functions for OpenBSD [PR120527] [1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-26 Jonathan Wakely New
[v2,4/5] libstdc++: Add platform wait functions for DragonFly [PR120527] [1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-26 Jonathan Wakely New
[v2,3/5] libstdc++: Add platform wait functions for Darwin [PR120527] [1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-26 Jonathan Wakely New
[v3,2/5] libstdc++: Add platform wait functions for FreeBSD [PR120527] [1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-26 Jonathan Wakely New
[1/5] libstdc++: Future-proof C++20 atomic wait/notify [1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-26 Jonathan Wakely New
[5/5] libstdc++: Add platform wait functions for OpenBSD [PR120527] [v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[4/5] libstdc++: Add platform wait functions for DragonFly [PR120527] [v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[3/5] libstdc++: Add platform wait functions for darwin [PR120527] [v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[v2,2/5] libstdc++: Add platform wait functions for FreeBSD [PR120527] [v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify [v3,1/5] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[2/2] libstdc++: Add platform wait functions for FreeBSD [PR120527] [v2,1/2] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
[v2,1/2] libstdc++: Future-proof C++20 atomic wait/notify [v2,1/2] libstdc++: Future-proof C++20 atomic wait/notify - - - - --- 2025-11-25 Jonathan Wakely New
libstdc++: Bump libtool_VERSION for GCC 16 libstdc++: Bump libtool_VERSION for GCC 16 - - - - --- 2025-11-25 Jonathan Wakely New
[committed] libstdc++: Fix pretty printers for std::list [committed] libstdc++: Fix pretty printers for std::list - - - - --- 2025-11-24 Jonathan Wakely New
[committed] libstdc++: Fix XMethods for debug mode [PR122821] [committed] libstdc++: Fix XMethods for debug mode [PR122821] - - - - --- 2025-11-24 Jonathan Wakely New
[committed] libstdc++: Mark new istream::ignore overload always_inline [committed] libstdc++: Mark new istream::ignore overload always_inline - - - - --- 2025-11-24 Jonathan Wakely New
[committed] libstdc++: Update some old docs about predefined feature macros [committed] libstdc++: Update some old docs about predefined feature macros - - - - --- 2025-11-21 Jonathan Wakely New
[committed] libstdc++: Include <ostream> in <regex> for debug mode [committed] libstdc++: Include <ostream> in <regex> for debug mode - - - - --- 2025-11-21 Jonathan Wakely New
[committed] libstdc++: Remove no_pch from tests that shouldn't depend on PCH [committed] libstdc++: Remove no_pch from tests that shouldn't depend on PCH - - - - --- 2025-11-21 Jonathan Wakely New
[4/4] libstdc++: Remove cv-qualifiers from type of std::optional's contained value [1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected - - - - --- 2025-11-20 Jonathan Wakely New
[3/4] libstdc++: Implement LWG 4370 for std::optional comparisons [1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected - - - - --- 2025-11-20 Jonathan Wakely New
[2/4] libstdc++: Implement LWG 4366 for std::expected comparisons [1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected - - - - --- 2025-11-20 Jonathan Wakely New
[1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected [1/4] libstdc++: Implement LWG 4406 for std::optional and std::expected - - - - --- 2025-11-20 Jonathan Wakely New
[committed] libstdc++: Add constexpr to operator delete in 18_support/headers/new/synopsis.cc [committed] libstdc++: Add constexpr to operator delete in 18_support/headers/new/synopsis.cc - - - - --- 2025-11-20 Jonathan Wakely New
[committed] libstdc++: Update GCC 16.1 library versions in docs [committed] libstdc++: Update GCC 16.1 library versions in docs - - - - --- 2025-11-19 Jonathan Wakely New
« 1 2 3 449 50 »