Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |   3982 patches
« 1 2 3 439 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[wwwdocs] Improve grammar for AVR changes in GCC 14 [wwwdocs] Improve grammar for AVR changes in GCC 14 - - - - --- 2024-04-22 Jonathan Wakely New
[committed] libstdc++: Simplify constraints on <=> for std::reference_wrapper [committed] libstdc++: Simplify constraints on <=> for std::reference_wrapper - - - - --- 2024-04-19 Jonathan Wakely New
[gcc-13,2/2] libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp Replace libstdc++_libbacktrace.a with libstdc++exp.a - - - - --- 2024-04-18 Jonathan Wakely New
[gcc-13,1/2] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols Replace libstdc++_libbacktrace.a with libstdc++exp.a - - - - --- 2024-04-18 Jonathan Wakely New
libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770] libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770] - - - - --- 2024-04-18 Jonathan Wakely New
[committed] libstdc++: Implement "Printing blank lines with println" for C++23 [committed] libstdc++: Implement "Printing blank lines with println" for C++23 - - - - --- 2024-04-17 Jonathan Wakely New
[committed] libstdc++: Fix "extact" typos in comments [committed] libstdc++: Fix "extact" typos in comments - - - - --- 2024-04-16 Jonathan Wakely New
libstdc++: Compile std::allocator instantiations as C++20 libstdc++: Compile std::allocator instantiations as C++20 - - - - --- 2024-04-11 Jonathan Wakely New
libstdc++: Regenerate baseline_symbols.txt files for i386-linux-gnu libstdc++: Regenerate baseline_symbols.txt files for i386-linux-gnu - - - - --- 2024-04-11 Jonathan Wakely New
libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] - - - - --- 2024-04-11 Jonathan Wakely New
[committed] libstdc++: Adjust expected locale-dependent date formats in tests [committed] libstdc++: Adjust expected locale-dependent date formats in tests - - - - --- 2024-04-10 Jonathan Wakely New
[committed] libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all [committed] libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all - - - - --- 2024-04-10 Jonathan Wakely New
[5/4] libstdc++: Rewrite std::variant comparisons without macros Untitled series #402417 - - - - --- 2024-04-10 Jonathan Wakely New
[4/4] libstdc++: Simplify std::variant comparison operators [1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386] - - - - --- 2024-04-10 Jonathan Wakely New
[3/4] libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant [1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386] - - - - --- 2024-04-10 Jonathan Wakely New
[2/4] libstdc++: Add std::reference_wrapper comparison operators for C++26 [1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386] - - - - --- 2024-04-10 Jonathan Wakely New
[1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386] [1/4] libstdc++: Heterogeneous std::pair comparisons [PR113386] - - - - --- 2024-04-10 Jonathan Wakely New
[committed] libstdc++: Fix build for targets without FP std::from_chars [PR114633] [committed] libstdc++: Fix build for targets without FP std::from_chars [PR114633] - - - - --- 2024-04-09 Jonathan Wakely New
[v2] libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672] [v2] libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672] - - - - --- 2024-04-08 Jonathan Wakely New
[committed] libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519] [committed] libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519] - - - - --- 2024-04-08 Jonathan Wakely New
[committed] libstdc++: Fix tests that fail with -fno-char8_t [committed] libstdc++: Fix tests that fail with -fno-char8_t - - - - --- 2024-04-08 Jonathan Wakely New
[committed] libstdc++: Combine two std::from_chars tests into one [committed] libstdc++: Combine two std::from_chars tests into one - - - - --- 2024-04-08 Jonathan Wakely New
libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672] libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672] - - - - --- 2024-04-04 Jonathan Wakely New
[committed] libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606] [committed] libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606] - - - - --- 2024-04-03 Jonathan Wakely New
[committed] libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519] [committed] libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519] - - - - --- 2024-04-02 Jonathan Wakely New
[committed] libstdc++: Fix incorrect macro used in #undef in test [committed] libstdc++: Fix incorrect macro used in #undef in test - - - - --- 2024-03-25 Jonathan Wakely New
[committed] libstdc++: Disable std::formatter specializations (LWG 3944) [committed] libstdc++: Disable std::formatter specializations (LWG 3944) - - - - --- 2024-03-23 Jonathan Wakely New
[committed] libstdc++: Add __is_in_place_index_v helper and use it in <variant> [committed] libstdc++: Add __is_in_place_index_v helper and use it in <variant> - - - - --- 2024-03-23 Jonathan Wakely New
[committed] libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400] [committed] libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400] - - - - --- 2024-03-23 Jonathan Wakely New
[2/2] libstdc++: Replace stacktrace effective target with feature test [1/2] libstdc++: Add dg-require-cpp-feature-test to test feature test macros - - - - --- 2024-03-22 Jonathan Wakely New
[1/2] libstdc++: Add dg-require-cpp-feature-test to test feature test macros [1/2] libstdc++: Add dg-require-cpp-feature-test to test feature test macros - - - - --- 2024-03-22 Jonathan Wakely New
[committed] libstdc++: Destroy allocators in re-inserted container nodes [PR114401] [committed] libstdc++: Destroy allocators in re-inserted container nodes [PR114401] - - - - --- 2024-03-22 Jonathan Wakely New
[committed] libstdc++: Use feature test macros in <bits/stl_construct.h> [committed] libstdc++: Use feature test macros in <bits/stl_construct.h> - - - - --- 2024-03-22 Jonathan Wakely New
[committed] libstdc++: Reorder feature test macro definitions [committed] libstdc++: Reorder feature test macro definitions - - - - --- 2024-03-22 Jonathan Wakely New
[committed] libstdc++: Replace std::result_of with __invoke_result_t [PR114394] [committed] libstdc++: Replace std::result_of with __invoke_result_t [PR114394] - - - - --- 2024-03-22 Jonathan Wakely New
[committed] libstdc++: Fix infinite loop in std::binomial_distribution [PR114359] [committed] libstdc++: Fix infinite loop in std::binomial_distribution [PR114359] - - - - --- 2024-03-19 Jonathan Wakely New
libstdc++: Constrain std::vector default constructor [PR113841] libstdc++: Constrain std::vector default constructor [PR113841] - - - - --- 2024-03-19 Jonathan Wakely New
libstdc++: Use feature test macros in <bits/stl_construct.h> libstdc++: Use feature test macros in <bits/stl_construct.h> - - - - --- 2024-03-19 Jonathan Wakely New
[committed] libstdc++: Regenerate <bits/version.h> in maintainer mode [committed] libstdc++: Regenerate <bits/version.h> in maintainer mode - - - - --- 2024-03-19 Jonathan Wakely New
[committed] libstdc++: Update docs on build process and generated files [committed] libstdc++: Update docs on build process and generated files - - - - --- 2024-03-19 Jonathan Wakely New
[committed] libstdc++: Fix Python scripts to output the correct filename [committed] libstdc++: Fix Python scripts to output the correct filename - - - - --- 2024-03-19 Jonathan Wakely New
[committed] libstdc++: Fix typos in MemoryChecker assertion messages in PSTL tests [committed] libstdc++: Fix typos in MemoryChecker assertion messages in PSTL tests - - - - --- 2024-03-19 Jonathan Wakely New
[committed] libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367] [committed] libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367] - - - - --- 2024-03-19 Jonathan Wakely New
doc: Improve punctuation and grammar in -fdiagnostics-format docs doc: Improve punctuation and grammar in -fdiagnostics-format docs - - - - --- 2024-03-15 Jonathan Wakely New
[committed] libstdc++: Fix std::format("{}", negative_integer) [PR114325] [committed] libstdc++: Fix std::format("{}", negative_integer) [PR114325] - - - - --- 2024-03-14 Jonathan Wakely New
[committed] libstdc++: Add nodiscard in <algorithm> [committed] libstdc++: Add nodiscard in <algorithm> - - - - --- 2024-03-14 Jonathan Wakely New
libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228] libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228] - - - - --- 2024-03-14 Jonathan Wakely New
[committed] libstdc++: Correct notes about std::call_once in manual [PR66146] [committed] libstdc++: Correct notes about std::call_once in manual [PR66146] - - - - --- 2024-03-14 Jonathan Wakely New
[committed] libstdc++: Update C++23 status in the manual [committed] libstdc++: Update C++23 status in the manual - - - - --- 2024-03-14 Jonathan Wakely New
[committed] libstdc++: Move test error_category to global scope [committed] libstdc++: Move test error_category to global scope - - - - --- 2024-03-13 Jonathan Wakely New
[committed] libstdc++: Improve documentation on debugging with libstdc++ [committed] libstdc++: Improve documentation on debugging with libstdc++ - - - - --- 2024-03-13 Jonathan Wakely New
[wwwdocs] Reverse development timeline graph [wwwdocs] Reverse development timeline graph - - - - --- 2024-03-13 Jonathan Wakely New
[committed] libstdc++: Do not require a time-of-day when parsing sys_days [PR114240] [committed] libstdc++: Do not require a time-of-day when parsing sys_days [PR114240] - - - - --- 2024-03-09 Jonathan Wakely New
[committed] libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279] [committed] libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279] - - - - --- 2024-03-09 Jonathan Wakely New
[committed] libstdc++: Use std::from_chars to speed up parsing subsecond durations [committed] libstdc++: Use std::from_chars to speed up parsing subsecond durations - - - - --- 2024-03-08 Jonathan Wakely New
[committed] libstdc++: Fix parsing of fractional seconds [PR114244] [committed] libstdc++: Fix parsing of fractional seconds [PR114244] - - - - --- 2024-03-07 Jonathan Wakely New
[committed] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103] [committed] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103] - - - - --- 2024-03-07 Jonathan Wakely New
[committed] libstdc++: Update expiry times for leap seconds lists [committed] libstdc++: Update expiry times for leap seconds lists - - - - --- 2024-03-07 Jonathan Wakely New
[committed] libstdc++: Replace unnecessary uses of built-ins in testsuite [committed] libstdc++: Replace unnecessary uses of built-ins in testsuite - - - - --- 2024-03-07 Jonathan Wakely New
libstdc++: Document that _GLIBCXX_CONCEPT_CHECKS might be removed in future libstdc++: Document that _GLIBCXX_CONCEPT_CHECKS might be removed in future - - - - --- 2024-03-07 Jonathan Wakely New
doc: Fix docs for -dD regarding predefined macros doc: Fix docs for -dD regarding predefined macros - - - - --- 2024-03-05 Jonathan Wakely New
gcc_update: Add missing generated files gcc_update: Add missing generated files - - - - --- 2024-03-01 Jonathan Wakely New
libstdc++: Better diagnostics for std::format errors libstdc++: Better diagnostics for std::format errors - - - - --- 2024-03-01 Jonathan Wakely New
libstdc++: Use [] for empty argument to automake macro libstdc++: Use [] for empty argument to automake macro - - - - --- 2024-03-01 Jonathan Wakely New
libstdc++: Add missing std::tuple constructor [PR114147] libstdc++: Add missing std::tuple constructor [PR114147] - - - - --- 2024-03-01 Jonathan Wakely New
[committed] libstdc++: Fix std::basic_format_arg::handle for BasicFormatters [committed] libstdc++: Fix std::basic_format_arg::handle for BasicFormatters - - - - --- 2024-02-29 Jonathan Wakely New
[committed] libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_three_way [P… [committed] libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_three_way [P… - - - - --- 2024-02-29 Jonathan Wakely New
[v2] libstdc++: Add more nodiscard uses in <vector> [v2] libstdc++: Add more nodiscard uses in <vector> - - - - --- 2024-02-29 Jonathan Wakely New
[committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152] [committed] libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152] - - - - --- 2024-02-28 Jonathan Wakely New
[committed] libstdc++: Change some URLs in the manual to use https [committed] libstdc++: Change some URLs in the manual to use https - - - - --- 2024-02-28 Jonathan Wakely New
[committed] libstdc++: Update outdated docs on contributing [committed] libstdc++: Update outdated docs on contributing - - - - --- 2024-02-28 Jonathan Wakely New
[wwwdocs] Add anchor for contrib/gcc-git-customization.sh docs [wwwdocs] Add anchor for contrib/gcc-git-customization.sh docs - - - - --- 2024-02-28 Jonathan Wakely New
[v2] libstdc++: Fix error handling in std::print [v2] libstdc++: Fix error handling in std::print - - - - --- 2024-02-27 Jonathan Wakely New
[8/8] libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR114103] [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[7/8] libstdc++: Add nodiscard in <algorithm> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[6/8] libstdc++: Add more nodiscard uses in <vector> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[5/8] libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[4/8] libstdc++: Fix error handling in std::print [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[3/8] libstdc++: Fix std::print for Cygwin [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[2/8] libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> [1/8] libstdc++: Add more [[nodiscard]] to <stacktrace> - - - - --- 2024-02-27 Jonathan Wakely New
[committed] doc: Fix typos in -Wmismatched-dealloc docs [committed] doc: Fix typos in -Wmismatched-dealloc docs - - - - --- 2024-02-21 Jonathan Wakely New
[committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961] [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961] - - - - --- 2024-02-16 Jonathan Wakely New
[committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931] [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931] - - - - --- 2024-02-16 Jonathan Wakely New
[committed] libstdc++: Improve docs for debug mode backtraces [committed] libstdc++: Improve docs for debug mode backtraces - - - - --- 2024-02-16 Jonathan Wakely New
[committed] libstdc++: Fix spelling of <envar> elements in manual [committed] libstdc++: Fix spelling of <envar> elements in manual - - - - --- 2024-02-16 Jonathan Wakely New
[committed] libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806] [committed] libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806] - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Use memset to optimize std::bitset::set() [PR113807] [committed] libstdc++: Use memset to optimize std::bitset::set() [PR113807] - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Use unsigned division in std::rotate [PR113811] [committed] libstdc++: Use unsigned division in std::rotate [PR113811] - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Avoid aliasing violation in std::valarray [PR99117] [committed] libstdc++: Avoid aliasing violation in std::valarray [PR99117] - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Update tzdata to 2024a [committed] libstdc++: Update tzdata to 2024a - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744] [committed] libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744] - - - - --- 2024-02-15 Jonathan Wakely New
[committed] libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>> [committed] libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>> - - - - --- 2024-02-08 Jonathan Wakely New
[committed] libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147] [committed] libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147] - - - - --- 2024-02-08 Jonathan Wakely New
[committed] libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin [committed] libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin - - - - --- 2024-02-08 Jonathan Wakely New
[committed] libstdc++: Make std::function deduction guide support explicit object functions [PR1133… [committed] libstdc++: Make std::function deduction guide support explicit object functions [PR1133… - - - - --- 2024-02-02 Jonathan Wakely New
[committed] libstdc++: Fix experimental/names.cc failure on AIX [committed] libstdc++: Fix experimental/names.cc failure on AIX - - - - --- 2024-02-02 Jonathan Wakely New
libstdc++: Add copyright and license text to new generated headers libstdc++: Add copyright and license text to new generated headers - - - - --- 2024-02-02 Jonathan Wakely New
libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols - - - - --- 2024-02-02 Jonathan Wakely New
[committed,gcc-12] libstdc++: Force-inline shared_ptr::operator bool() for C++20 [PR108636] [committed,gcc-12] libstdc++: Force-inline shared_ptr::operator bool() for C++20 [PR108636] - - - - --- 2024-02-02 Jonathan Wakely New
« 1 2 3 439 40 »