Show patches with: Submitter = Jonathan Wakely       |   4046 patches
« 1 2 ... 15 16 1740 41 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] [committed] libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] - - - - --- 2021-07-22 Jonathan Wakely New
[committed] libstdc++: Restore __gnu_debug::array [PR100682] [committed] libstdc++: Restore __gnu_debug::array [PR100682] - - - - --- 2021-07-22 Jonathan Wakely New
[committed] libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542] [committed] libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542] - - - - --- 2021-07-21 Jonathan Wakely New
libstdc++: Use __builtin_operator_new when available [PR94295] libstdc++: Use __builtin_operator_new when available [PR94295] - - - - --- 2021-07-20 Jonathan Wakely New
[committed] libstdc++: Fix create_directories to resolve symlinks [PR101510] [committed] libstdc++: Fix create_directories to resolve symlinks [PR101510] - - - - --- 2021-07-20 Jonathan Wakely New
[committed] libstdc++: fix is_default_constructible for hash containers [PR 100863] [committed] libstdc++: fix is_default_constructible for hash containers [PR 100863] - - - - --- 2021-07-20 Jonathan Wakely New
[committed] libstdc++: Add more tests for filesystem::create_directory [PR101510] [committed] libstdc++: Add more tests for filesystem::create_directory [PR101510] - - - - --- 2021-07-20 Jonathan Wakely New
[committed] libstdc++: Improve diagnostics for std::get with invalid tuple index [committed] libstdc++: Improve diagnostics for std::get with invalid tuple index - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Simplify numeric_limits<__max_size_type> [committed] libstdc++: Simplify numeric_limits<__max_size_type> - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Modernize <bits/random.h> helpers [committed] libstdc++: Modernize <bits/random.h> helpers - - - - --- 2021-07-16 Jonathan Wakely New
libstdc++: Use __extension__ instead of diagnostic pragmas (was: Suppress pedantic warnings about _… libstdc++: Use __extension__ instead of diagnostic pragmas (was: Suppress pedantic warnings about _… - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Adjust doxygen markup for unique_ptr grouping [committed] libstdc++: Adjust doxygen markup for unique_ptr grouping - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Adjust doxygen markup for variable templates group [PR101307] [committed] libstdc++: Adjust doxygen markup for variable templates group [PR101307] - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Suppress pedantic warnings about __int128 [committed] libstdc++: Suppress pedantic warnings about __int128 - - - - --- 2021-07-16 Jonathan Wakely New
[committed] libstdc++: Fix std::get<T> for std::tuple [PR101427] [committed] libstdc++: Fix std::get<T> for std::tuple [PR101427] - - - - --- 2021-07-15 Jonathan Wakely New
[committed] libstdc++: Add noexcept to __replacement_assert [PR101429] [committed] libstdc++: Add noexcept to __replacement_assert [PR101429] - - - - --- 2021-07-15 Jonathan Wakely New
[committed] libstdc++: Add noexcept-specifier to basic_string_view(It, End) [committed] libstdc++: Add noexcept-specifier to basic_string_view(It, End) - - - - --- 2021-07-14 Jonathan Wakely New
[committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361] [committed] libstdc++: Simplify basic_string_view::ends_with [PR 101361] - - - - --- 2021-07-13 Jonathan Wakely New
[committed] libstdc++: Remove duplicate #include in <string_view> [committed] libstdc++: Remove duplicate #include in <string_view> - - - - --- 2021-07-13 Jonathan Wakely New
[committed] libstdc++: Constrain std::as_writable_bytes [PR101411] [committed] libstdc++: Constrain std::as_writable_bytes [PR101411] - - - - --- 2021-07-12 Jonathan Wakely New
[committed] libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271] [committed] libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271] - - - - --- 2021-07-02 Jonathan Wakely New
[committed] libstdc++: Improvements to Doxygen markup [committed] libstdc++: Improvements to Doxygen markup - - - - --- 2021-07-01 Jonathan Wakely New
[committed] libstdc++: Improve Doxygen documentation groups [PR 101258] [committed] libstdc++: Improve Doxygen documentation groups [PR 101258] - - - - --- 2021-07-01 Jonathan Wakely New
[committed] libstdc++: Make <experimental/simd> depend on C++17 [committed] libstdc++: Make <experimental/simd> depend on C++17 - - - - --- 2021-07-01 Jonathan Wakely New
[committed] libstdc++: Suppress redundant definitions of static members in <random> [committed] libstdc++: Suppress redundant definitions of static members in <random> - - - - --- 2021-07-01 Jonathan Wakely New
[committed] libstdc++: Remove redundant explicit instantiations [committed] libstdc++: Remove redundant explicit instantiations - - - - --- 2021-06-28 Jonathan Wakely New
[committed] libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236] [committed] libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236] - - - - --- 2021-06-28 Jonathan Wakely New
[committed] libstdc++: Implement LWG 415 for std::ws [committed] libstdc++: Implement LWG 415 for std::ws - - - - --- 2021-06-28 Jonathan Wakely New
[committed] libstdc++: Avoid intercepting exception in ostream::write [committed] libstdc++: Avoid intercepting exception in ostream::write - - - - --- 2021-06-25 Jonathan Wakely New
[committed] libstdc++: Implement LWG 581 for std:ostream::flush() [committed] libstdc++: Implement LWG 581 for std:ostream::flush() - - - - --- 2021-06-25 Jonathan Wakely New
[committed] libstdc++: Fix exception handling in std::ostream seek functions [committed] libstdc++: Fix exception handling in std::ostream seek functions - - - - --- 2021-06-25 Jonathan Wakely New
[committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498) [committed] libstdc++: Remove noexcept from syncbuf::swap (LWG 3498) - - - - --- 2021-06-25 Jonathan Wakely New
[committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088] [committed] libstdc++: More workarounds in 17_intro/names.cc test [PR 97088] - - - - --- 2021-06-25 Jonathan Wakely New
[committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator* [committed] libstdc++: Implement LWG 2762 for std::unique_ptr::operator* - - - - --- 2021-06-24 Jonathan Wakely New
[v3] libstdc++: Improve std::lock algorithm [v3] libstdc++: Improve std::lock algorithm - - - - --- 2021-06-22 Jonathan Wakely New
[committed] libstdc++: Remove garbage collection support for C++23 [P2186R2] [committed] libstdc++: Remove garbage collection support for C++23 [P2186R2] - - - - --- 2021-06-22 Jonathan Wakely New
[committed] libstdc++: Implement LWG 3422 for std::seed_seq [committed] libstdc++: Implement LWG 3422 for std::seed_seq - - - - --- 2021-06-22 Jonathan Wakely New
[v2] libstdc++: Improve std::lock algorithm [v2] libstdc++: Improve std::lock algorithm - - - - --- 2021-06-22 Jonathan Wakely New
[committed] libstdc++: Improve std::lock algorithm [committed] libstdc++: Improve std::lock algorithm - - - - --- 2021-06-21 Jonathan Wakely New
[committed] libstdc++: Replace incorrect static assertion in std::reduce [PR95833] [committed] libstdc++: Replace incorrect static assertion in std::reduce [PR95833] - - - - --- 2021-06-18 Jonathan Wakely New
[committed,2/2] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] [committed] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] - - - - --- 2021-06-18 Jonathan Wakely New
[committed] libstdc++: Suppress -Wstringop-overread warning in test [committed] libstdc++: Suppress -Wstringop-overread warning in test - - - - --- 2021-06-18 Jonathan Wakely New
[committed] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] [committed] libstdc++: Simplify constexpr checks in std::char_traits [PR 91488] - - - - --- 2021-06-17 Jonathan Wakely New
[committed] libstdc++: Make ranges CPOs final and not addressable [committed] libstdc++: Make ranges CPOs final and not addressable - - - - --- 2021-06-15 Jonathan Wakely New
[committed] libstdc++: Add noexcept specifiers to some range adaptors [committed] libstdc++: Add noexcept specifiers to some range adaptors - - - - --- 2021-06-15 Jonathan Wakely New
[committed] libstdc++: Remove precondition checks from ranges::subrange [committed] libstdc++: Remove precondition checks from ranges::subrange - - - - --- 2021-06-15 Jonathan Wakely New
[committed] libstdc++: Use function object for __decay_copy helper [committed] libstdc++: Use function object for __decay_copy helper - - - - --- 2021-06-15 Jonathan Wakely New
[committed] libstdc++: Fix noexcept-specifier for ranges::empty [committed] libstdc++: Fix noexcept-specifier for ranges::empty - - - - --- 2021-06-14 Jonathan Wakely New
[committed] libstdc++: Fix common_reference for non-reference results [PR100894] [committed] libstdc++: Fix common_reference for non-reference results [PR100894] - - - - --- 2021-06-14 Jonathan Wakely New
[RFC,wwwdocs] Rewrite docs on commit message and patch format [RFC,wwwdocs] Rewrite docs on commit message and patch format - - - - --- 2021-06-14 Jonathan Wakely New
[committed] libstdc++: Fix std::any constraints [PR101034] [committed] libstdc++: Fix std::any constraints [PR101034] - - - - --- 2021-06-14 Jonathan Wakely New
[committed,2/2] libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056] [committed,1/2] libstdc++: Change [cmp.alg] assertions to constraints - - - - --- 2021-06-14 Jonathan Wakely New
[committed,1/2] libstdc++: Change [cmp.alg] assertions to constraints [committed,1/2] libstdc++: Change [cmp.alg] assertions to constraints - - - - --- 2021-06-14 Jonathan Wakely New
c-family: Add fix-it suggestions for <stdlib.h> names [PR101052] c-family: Add fix-it suggestions for <stdlib.h> names [PR101052] - - - - --- 2021-06-14 Jonathan Wakely New
[committed] libstdc++: Use reserved name for attribute [PR101055] [committed] libstdc++: Use reserved name for attribute [PR101055] - - - - --- 2021-06-14 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::path comparisons for C++23 [committed] libstdc++: Fix filesystem::path comparisons for C++23 - - - - --- 2021-06-11 Jonathan Wakely New
[committed] libstdc++: Fix constraint on std::optional assignment [PR 100982] [committed] libstdc++: Fix constraint on std::optional assignment [PR 100982] - - - - --- 2021-06-09 Jonathan Wakely New
[committed] libstdc++: Add warnings for some C++23 deprecations [committed] libstdc++: Add warnings for some C++23 deprecations - - - - --- 2021-06-09 Jonathan Wakely New
[committed] libstdc++: Finish implementing LWG 3413 for propagate_const [committed] libstdc++: Finish implementing LWG 3413 for propagate_const - - - - --- 2021-06-08 Jonathan Wakely New
[wwwdocs] Add HTML anchors to GCC 5 "porting to" notes [wwwdocs] Add HTML anchors to GCC 5 "porting to" notes - - - - --- 2021-06-07 Jonathan Wakely New
[wwwdocs] Document libstdc++ support for generic unordered lookup [wwwdocs] Document libstdc++ support for generic unordered lookup - - - - --- 2021-06-07 Jonathan Wakely New
[committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824] [committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824] - - - - --- 2021-06-04 Jonathan Wakely New
[committed] libstdc++: Add feature test macro for heterogeneous lookup in unordered containers [committed] libstdc++: Add feature test macro for heterogeneous lookup in unordered containers - - - - --- 2021-06-04 Jonathan Wakely New
[committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863] [committed] libstdc++: Value-initialize objects held by EBO helpers [PR 100863] - - - - --- 2021-06-02 Jonathan Wakely New
[committed] libstdc++: Improve punctuation in implementation status docs [committed] libstdc++: Improve punctuation in implementation status docs - - - - --- 2021-06-02 Jonathan Wakely New
[committed] libstdc++: Fix return value of std::ranges::advance [PR 100833] [committed] libstdc++: Fix return value of std::ranges::advance [PR 100833] - - - - --- 2021-06-01 Jonathan Wakely New
[committed] libstdc++: Fix installation of python hooks [PR 99453] [committed] libstdc++: Fix installation of python hooks [PR 99453] - - - - --- 2021-06-01 Jonathan Wakely New
[committed] libstdc++: Change [range.iter.op] functions to function objects [PR 100768] [committed] libstdc++: Change [range.iter.op] functions to function objects [PR 100768] - - - - --- 2021-05-26 Jonathan Wakely New
[committed] libstdc++: Qualify functions used in tests [committed] libstdc++: Qualify functions used in tests - - - - --- 2021-05-24 Jonathan Wakely New
[committed] libstdc++: Do not use static_assert without message in C++11 [committed] libstdc++: Do not use static_assert without message in C++11 - - - - --- 2021-05-20 Jonathan Wakely New
[committed] libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676] [committed] libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676] - - - - --- 2021-05-20 Jonathan Wakely New
testsuite: Use libstdc++ macro to check for pthread_cond_clockwait [PR 100655] testsuite: Use libstdc++ macro to check for pthread_cond_clockwait [PR 100655] - - - - --- 2021-05-20 Jonathan Wakely New
c++: Add new warning options for C++ language mismatches c++: Add new warning options for C++ language mismatches - - - - --- 2021-05-19 Jonathan Wakely New
doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ doc: Update description of __GXX_EXPERIMENTAL_CXX0X__ - - - - --- 2021-05-19 Jonathan Wakely New
[committed] libstdc++: Fix std::jthread assertion and re-enable skipped test [committed] libstdc++: Fix std::jthread assertion and re-enable skipped test - - - - --- 2021-05-17 Jonathan Wakely New
libstdc++: Fix filesystem::path constraints for volatile [PR 100630] libstdc++: Fix filesystem::path constraints for volatile [PR 100630] - - - - --- 2021-05-17 Jonathan Wakely New
c++: Fix diagnostic for binding lvalue reference to volatile rvalue [PR 100635] c++: Fix diagnostic for binding lvalue reference to volatile rvalue [PR 100635] - - - - --- 2021-05-17 Jonathan Wakely New
[committed] libstdc++: Allow lualatex to be used for Doxygen PDF [committed] libstdc++: Allow lualatex to be used for Doxygen PDF - - - - --- 2021-05-17 Jonathan Wakely New
[committed] libstdc++: Fix some problems in PSTL tests [committed] libstdc++: Fix some problems in PSTL tests - - - - --- 2021-05-12 Jonathan Wakely New
[committed] libstdc++: Fix tests that fail in C++98 mode [committed] libstdc++: Fix tests that fail in C++98 mode - - - - --- 2021-05-11 Jonathan Wakely New
[committed] libstdc++: Fix missing members in std::allocator<void> [committed] libstdc++: Fix missing members in std::allocator<void> - - - - --- 2021-05-11 Jonathan Wakely New
[committed] libstdc++: Remove TODO comment [committed] libstdc++: Remove TODO comment - - - - --- 2021-05-10 Jonathan Wakely New
[committed] libstdc++: Implement proposed resolution to LWG 3548 [committed] libstdc++: Implement proposed resolution to LWG 3548 - - - - --- 2021-05-10 Jonathan Wakely New
[committed,9/9] libstdc++: Remove redundant -std=gnu++17 options from remaining tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,8/9] libstdc++: Remove redundant -std=gnu++17 options from algorithm tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,6/9] libstdc++: Remove redundant -std=gnu++17 options from strings tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,5/9] libstdc++: Remove redundant -std=gnu++17 options from PMR tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,4/9] libstdc++: Remove redundant -std=gnu++17 options from concurrency tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,3/9] libstdc++: Remove redundant -std=gnu++17 options from any/optional/variant tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,2/9] libstdc++: Remove redundant -std=gnu++17 options from filesystem tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests [committed,1/9] libstdc++: Remove redundant -std=gnu++17 options from PSTL tests - - - - --- 2021-05-10 Jonathan Wakely New
[committed] libstdc++: Adjust expected errors in tests when compiled as C++20 [committed] libstdc++: Adjust expected errors in tests when compiled as C++20 - - - - --- 2021-05-10 Jonathan Wakely New
[committed] libstdc++: Rename test type to avoid clashing with std::any [committed] libstdc++: Rename test type to avoid clashing with std::any - - - - --- 2021-05-10 Jonathan Wakely New
[committed] libstdc++: Fix definition of std::remove_cvref_t [committed] libstdc++: Fix definition of std::remove_cvref_t - - - - --- 2021-05-06 Jonathan Wakely New
[committed] libstdc++: Add tests for std::invoke feature test macro [committed] libstdc++: Add tests for std::invoke feature test macro - - - - --- 2021-05-05 Jonathan Wakely New
[committed] libstdc++: Use unsigned char argument to std::isdigit [committed] libstdc++: Use unsigned char argument to std::isdigit - - - - --- 2021-05-05 Jonathan Wakely New
[committed,4/4] libstdc++: Fix null dereferences in std::promise [committed,1/4] libstdc++ Fix undefined behaviour in testsuite - - - - --- 2021-05-04 Jonathan Wakely New
[committed,3/4] libstdc++: Fix undefined behaviour in std::string [committed,1/4] libstdc++ Fix undefined behaviour in testsuite - - - - --- 2021-05-04 Jonathan Wakely New
[committed,2/4] libstdc++: Fix null dereference in pb_ds containers [committed,1/4] libstdc++ Fix undefined behaviour in testsuite - - - - --- 2021-05-04 Jonathan Wakely New
[committed,1/4] libstdc++ Fix undefined behaviour in testsuite [committed,1/4] libstdc++ Fix undefined behaviour in testsuite - - - - --- 2021-05-04 Jonathan Wakely New
« 1 2 ... 15 16 1740 41 »