Show patches with: Archived = No       |   126776 patches
« 1 2 ... 586 587 5881267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
libgo: Fix non-portable sed commands libgo: Fix non-portable sed commands - - - - --- 2022-04-19 Jonathan Wakely New
[committed] libstdc++: Fix syntax error in libbacktrace configuration [committed] libstdc++: Fix syntax error in libbacktrace configuration - - - - --- 2022-04-19 Jonathan Wakely New
[committed] libstdc++: Fix incorrect IS number in doc comment [committed] libstdc++: Fix incorrect IS number in doc comment - - - - --- 2022-04-14 Jonathan Wakely New
[committed] libstdc++: Add new headers to <bits/stdc++.h> PCH [committed] libstdc++: Add new headers to <bits/stdc++.h> PCH - - - - --- 2022-04-14 Jonathan Wakely New
[committed] libstdc++: Fix missing and incorrect feature test macros [PR105269] [committed] libstdc++: Fix missing and incorrect feature test macros [PR105269] - - - - --- 2022-04-14 Jonathan Wakely New
libstdc++: Update incorrect statement about mainline in docs libstdc++: Update incorrect statement about mainline in docs - - - - --- 2022-04-14 Jonathan Wakely New
libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602] libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602] - - - - --- 2022-04-13 Jonathan Wakely New
[committed,5/5] libstdc++: Prefer to use mmap instead of malloc in libbacktrace [committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current - - - - --- 2022-04-12 Jonathan Wakely New
[committed,4/5] libstdc++: shrink-to-fit in std::basic_stacktrace::current(skip, max) [committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current - - - - --- 2022-04-12 Jonathan Wakely New
[committed,3/5] libstdc++: Use allocator to construct std::stacktrace_entry objects [committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current - - - - --- 2022-04-12 Jonathan Wakely New
[committed,2/5] libstdc++: Use nothrow new in std::stacktrace [committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current - - - - --- 2022-04-12 Jonathan Wakely New
[committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current [committed,1/5] libstdc++: Reduce memory usage in std::stacktrace::current - - - - --- 2022-04-12 Jonathan Wakely New
[committed] libstdc++: Fix std::basic_stacktrace special members [PR105031] [committed] libstdc++: Fix std::basic_stacktrace special members [PR105031] - - - - --- 2022-04-11 Jonathan Wakely New
[committed] libstdc++: Improve behaviour of std::stacktrace::current [committed] libstdc++: Improve behaviour of std::stacktrace::current - - - - --- 2022-04-11 Jonathan Wakely New
[committed] libstdc++: Move stacktrace tests to 19_diagnostics directory [committed] libstdc++: Move stacktrace tests to 19_diagnostics directory - - - - --- 2022-04-11 Jonathan Wakely New
[committed] libstdc++: Move Filesystem TS path definitions out of class body [committed] libstdc++: Move Filesystem TS path definitions out of class body - - - - --- 2022-04-11 Jonathan Wakely New
[committed,3/3] libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153] [committed,1/3] libstdc++: Fix std::bad_expected_access constructor [PR105146] - - - - --- 2022-04-08 Jonathan Wakely New
[committed,2/3] libstdc++: Fix std::expected<void, E>::swap(expected&) [PR105154] [committed,1/3] libstdc++: Fix std::bad_expected_access constructor [PR105146] - - - - --- 2022-04-08 Jonathan Wakely New
[committed,1/3] libstdc++: Fix std::bad_expected_access constructor [PR105146] [committed,1/3] libstdc++: Fix std::bad_expected_access constructor [PR105146] - - - - --- 2022-04-08 Jonathan Wakely New
[committed] libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS [committed] libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS - - - - --- 2022-04-01 Jonathan Wakely New
[committed] libstdc++: Fix filenames in Doxygen @file comments [committed] libstdc++: Fix filenames in Doxygen @file comments - - 1 - --- 2022-04-01 Jonathan Wakely New
libstdc++: Implement std::unreachable() for C++23 (P0627R6) libstdc++: Implement std::unreachable() for C++23 (P0627R6) - - - - --- 2022-03-31 Jonathan Wakely New
[committed] libstdc++: Add comment about memalign requirements [committed] libstdc++: Add comment about memalign requirements - - - - --- 2022-03-31 Jonathan Wakely New
[committed] testsuite: Disable tests for C++23 that depend on std::unexpected [committed] testsuite: Disable tests for C++23 that depend on std::unexpected - - - - --- 2022-03-29 Jonathan Wakely New
testsuite: Allow setting gpp_std_list in configuration files testsuite: Allow setting gpp_std_list in configuration files - - - - --- 2022-03-29 Jonathan Wakely New
[committed] libstdc++: Workaround for missing 'using enum' in Clang 12 [committed] libstdc++: Workaround for missing 'using enum' in Clang 12 - - - - --- 2022-03-29 Jonathan Wakely New
[committed] libstdc++: Fix incorrect preprocessor conditions in <version> [committed] libstdc++: Fix incorrect preprocessor conditions in <version> - - - - --- 2022-03-29 Jonathan Wakely New
[committed] libstdc++: Fix typos in comments in tests [committed] libstdc++: Fix typos in comments in tests - - - - --- 2022-03-28 Jonathan Wakely New
[committed] libstdc++: Define std::expected for C++23 (P0323R12) [committed] libstdc++: Define std::expected for C++23 (P0323R12) - - - - --- 2022-03-27 Jonathan Wakely New
[committed] libstdc++: Add more doxygen comments in <bit> [committed] libstdc++: Add more doxygen comments in <bit> - - - - --- 2022-03-25 Jonathan Wakely New
[wwwdocs] Add functions that require <iterator> to GCC 12 porting-to docs [wwwdocs] Add functions that require <iterator> to GCC 12 porting-to docs - - - - --- 2022-03-25 Jonathan Wakely New
[committed] libstdc++: Add missing constraints to std::bit_cast [PR105027] [committed] libstdc++: Add missing constraints to std::bit_cast [PR105027] - - - - --- 2022-03-23 Jonathan Wakely New
[committed] libstdc++: Fix feature test macros in <version> for freestanding [committed] libstdc++: Fix feature test macros in <version> for freestanding - - - - --- 2022-03-23 Jonathan Wakely New
[committed] libstdc++: Disable atomic wait for freestanding [PR105021] [committed] libstdc++: Disable atomic wait for freestanding [PR105021] - - 1 - --- 2022-03-23 Jonathan Wakely New
[committed] testsuite: Add missing <vector> header to test [committed] testsuite: Add missing <vector> header to test - - - - --- 2022-03-18 Jonathan Wakely New
[committed] libstdc++: Simplify constraints for std::any construction [PR104242] [committed] libstdc++: Simplify constraints for std::any construction [PR104242] - - - - --- 2022-03-18 Jonathan Wakely New
libstdc++: Reduce header dependencies from PSTL headers [PR92546] libstdc++: Reduce header dependencies from PSTL headers [PR92546] - - - - --- 2022-03-17 Jonathan Wakely New
[committed] libstdc++: Avoid including <algorithm> in <filesystem> [PR92546] [committed] libstdc++: Avoid including <algorithm> in <filesystem> [PR92546] - - - - --- 2022-03-17 Jonathan Wakely New
[committed] libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966] [committed] libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966] - - - - --- 2022-03-17 Jonathan Wakely New
[committed] libstdc++: Fix comment in testsuite utility [committed] libstdc++: Fix comment in testsuite utility - - - - --- 2022-03-17 Jonathan Wakely New
[committed] libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407] [committed] libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407] - - - - --- 2022-03-16 Jonathan Wakely New
[committed] libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875] [committed] libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875] - - - - --- 2022-03-14 Jonathan Wakely New
top-level: Fix comment about --enable-libstdcxx in configure top-level: Fix comment about --enable-libstdcxx in configure - - - - --- 2022-03-11 Jonathan Wakely New
libstdc++: Ensure that std::from_chars is declared when supported libstdc++: Ensure that std::from_chars is declared when supported - - - - --- 2022-03-11 Jonathan Wakely New
[committed] libstdc++: Do not use fast_float for 16-bit size_t [PR104870] [committed] libstdc++: Do not use fast_float for 16-bit size_t [PR104870] - - - - --- 2022-03-10 Jonathan Wakely New
[committed] libstdc++: Move closing brace outside #endif [PR104866] [committed] libstdc++: Move closing brace outside #endif [PR104866] - - - - --- 2022-03-10 Jonathan Wakely New
[committed] libstdc++: Support VAX floats in std::strong_order [committed] libstdc++: Support VAX floats in std::strong_order - - - - --- 2022-03-10 Jonathan Wakely New
contrib: Fix non-portable sed commands in gcc-descr [PR102664/] contrib: Fix non-portable sed commands in gcc-descr [PR102664/] - - - - --- 2022-03-08 Jonathan Wakely New
[committed] contrib: Fix gcc-descr script [PR102664] [committed] contrib: Fix gcc-descr script [PR102664] - - - - --- 2022-03-08 Jonathan Wakely New
[committed] libstdc++: Remove incorrect copyright notice from header [committed] libstdc++: Remove incorrect copyright notice from header - - - - --- 2022-03-08 Jonathan Wakely New
[committed] doc: Remove redundant sentence about modules being in C++20 [committed] doc: Remove redundant sentence about modules being in C++20 - - - - --- 2022-03-07 Jonathan Wakely New
[committed] libstdc++: Ensure __glibcxx_assert_fail has default visibility [committed] libstdc++: Ensure __glibcxx_assert_fail has default visibility - - - - --- 2022-03-05 Jonathan Wakely New
[committed] libstdc++: Fix -Wunused-local-typedefs warning in <compare> [committed] libstdc++: Fix -Wunused-local-typedefs warning in <compare> - - - - --- 2022-03-04 Jonathan Wakely New
[committed] libstdc++: Use non-debug vector in constexpr test [PR104748] [committed] libstdc++: Use non-debug vector in constexpr test [PR104748] - - - - --- 2022-03-03 Jonathan Wakely New
[committed] libstdc++: Fix test failure on AIX [committed] libstdc++: Fix test failure on AIX - - - - --- 2022-03-03 Jonathan Wakely New
[committed] libstdc++: Implement std::strong_order for floating-point types [PR96526] [committed] libstdc++: Implement std::strong_order for floating-point types [PR96526] - - - - --- 2022-03-03 Jonathan Wakely New
[committed] libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984] [committed] libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984] - - - - --- 2022-03-01 Jonathan Wakely New
[committed] libstdc++: Fix cast in source_location::current() [PR104602] [committed] libstdc++: Fix cast in source_location::current() [PR104602] - - - - --- 2022-02-24 Jonathan Wakely New
[committed] libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] [committed] libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] - - - - --- 2022-02-17 Jonathan Wakely New
[committed] libstdc++: Make std::error_code printer more robust [committed] libstdc++: Make std::error_code printer more robust - - - - --- 2022-02-17 Jonathan Wakely New
c-family: Remove names of unused parameters c-family: Remove names of unused parameters - - - - --- 2022-02-15 Jonathan Wakely New
[committed] libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542] [committed] libstdc++: Add missing constexpr to uses-allocator construction utilities [PR104542] - - - - --- 2022-02-15 Jonathan Wakely New
[committed] libstdc++: Fix stream extraction of IEEE128 long double [PR100912] [committed] libstdc++: Fix stream extraction of IEEE128 long double [PR100912] - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Use __cpp_concepts instead of custom macro [PR103891] [committed] libstdc++: Use __cpp_concepts instead of custom macro [PR103891] - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix typo in pragma [committed] libstdc++: Fix typo in pragma - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix std::to_chars for IEEE128 long double [committed] libstdc++: Fix std::to_chars for IEEE128 long double - - - - --- 2022-02-14 Jonathan Wakely New
[committed] libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14 [committed] libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14 - - - - --- 2022-02-11 Jonathan Wakely New
[committed] libstdc++: Fix test failures at -O0 [committed] libstdc++: Fix test failures at -O0 - - - - --- 2022-02-11 Jonathan Wakely New
[committed] libstdc++: Add atomic_fetch_xor to <stdatomic.h> [committed] libstdc++: Add atomic_fetch_xor to <stdatomic.h> - - - - --- 2022-02-10 Jonathan Wakely New
[committed] libstdc++: Decouple HAVE_FCNTL_H from HAVE_DIRENT_H check [committed] libstdc++: Decouple HAVE_FCNTL_H from HAVE_DIRENT_H check - - - - --- 2022-02-10 Jonathan Wakely New
[committed] libstdc++: Simplify resource management in directory iterators [committed] libstdc++: Simplify resource management in directory iterators - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Add comment to acinclude.m4 [committed] libstdc++: Add comment to acinclude.m4 - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Adjust Filesystem TS test for Windows [committed] libstdc++: Adjust Filesystem TS test for Windows - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::remove_all for Windows [PR104161] [committed] libstdc++: Fix filesystem::remove_all for Windows [PR104161] - - - - --- 2022-02-08 Jonathan Wakely New
[committed] libstdc++: Fix std::filesystem build failure for Windows [committed] libstdc++: Fix std::filesystem build failure for Windows - - - - --- 2022-02-05 Jonathan Wakely New
[committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23 [committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23 - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations [committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::remove_all races [PR104161] [committed] libstdc++: Fix filesystem::remove_all races [PR104161] - - - - --- 2022-02-04 Jonathan Wakely New
[committed] doc: Update references to "C++2a" in cpp.texi [committed] doc: Update references to "C++2a" in cpp.texi - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Add suggestion to std::uncaught_exception() warning [committed] libstdc++: Add suggestion to std::uncaught_exception() warning - - - - --- 2022-02-04 Jonathan Wakely New
[committed] libstdc++: Fix invalid instantiations in tests [committed] libstdc++: Fix invalid instantiations in tests - - - - --- 2022-02-02 Jonathan Wakely New
[committed] libstdc++: Fix link failure in _OutputIteratorConcept [committed] libstdc++: Fix link failure in _OutputIteratorConcept - - - - --- 2022-02-02 Jonathan Wakely New
[committed] libstdc++: Add more tests for filesystem directory iterators [committed] libstdc++: Add more tests for filesystem directory iterators - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Reset filesystem::recursive_directory_iterator on error [committed] libstdc++: Reset filesystem::recursive_directory_iterator on error - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Fix doxygen comment for filesystem::perms operators [committed] libstdc++: Fix doxygen comment for filesystem::perms operators - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Improve config output for --enable-cstdio [PR104301] [committed] libstdc++: Improve config output for --enable-cstdio [PR104301] - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Uncomment header for Fortran issues [wwwdocs] Uncomment header for Fortran issues - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Fix grammar for computed goto notes [wwwdocs] Fix grammar for computed goto notes - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Document C++20 and C++23 library additions [wwwdocs] Document C++20 and C++23 library additions - - - - --- 2022-02-01 Jonathan Wakely New
[wwwdocs] Add C++ "porting to" notes [wwwdocs] Add C++ "porting to" notes - - - - --- 2022-02-01 Jonathan Wakely New
Fix grammar in C++ header dependency notes Fix grammar in C++ header dependency notes - - - - --- 2022-02-01 Jonathan Wakely New
[committed] libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] [committed] libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] - - - - --- 2022-01-27 Jonathan Wakely New
[committed] libstdc++: Avoid overflow in ranges::advance(i, n, bound) [committed] libstdc++: Avoid overflow in ranges::advance(i, n, bound) - - - - --- 2022-01-27 Jonathan Wakely New
[committed] libstdc++: Avoid some more warnings [PR104019] [committed] libstdc++: Avoid some more warnings [PR104019] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217] [committed] libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Avoid symlink race in filesystem::remove_all [PR104161] [committed] libstdc++: Avoid symlink race in filesystem::remove_all [PR104161] - - - - --- 2022-01-25 Jonathan Wakely New
[committed] libstdc++: Fix std::spanstream move assignment [PR104032] [committed] libstdc++: Fix std::spanstream move assignment [PR104032] - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Use fast_float for long double if it uses binary64 format [committed] libstdc++: Use fast_float for long double if it uses binary64 format - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Restore support for unordered_map<const T, ...> [PR104174] [committed] libstdc++: Restore support for unordered_map<const T, ...> [PR104174] - - - - --- 2022-01-23 Jonathan Wakely New
[committed] libstdc++: Fix typo in comment [committed] libstdc++: Fix typo in comment - - - - --- 2022-01-21 Jonathan Wakely New
« 1 2 ... 586 587 5881267 1268 »