Show patches with: Submitter = Jonathan Wakely       |    State = Action Required       |    Archived = No       |   3992 patches
« 1 2 ... 14 15 1639 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] libstdc++: Improve doxygen documentation for std::unique_ptr [committed] libstdc++: Improve doxygen documentation for std::unique_ptr - - - - --- 2021-08-18 Jonathan Wakely New
[committed] libstdc++: Improve doxygen comments in <bits/stl_function.h> [committed] libstdc++: Improve doxygen comments in <bits/stl_function.h> - - - - --- 2021-08-18 Jonathan Wakely New
[committed] libstdc++: Enable doxygen processing for C++20 components [committed] libstdc++: Enable doxygen processing for C++20 components - - - - --- 2021-08-18 Jonathan Wakely New
[committed] libstdc++: Simplify n-ary arithmetic promotion traits [committed] libstdc++: Simplify n-ary arithmetic promotion traits - - - - --- 2021-08-18 Jonathan Wakely New
[committed] libstdc++: Fix CTAD for debug sequence containers [committed] libstdc++: Fix CTAD for debug sequence containers - - - - --- 2021-08-18 Jonathan Wakely New
[committed] libstdc++: Fix vector<bool> printer tests to work in debug mode [committed] libstdc++: Fix vector<bool> printer tests to work in debug mode - - - - --- 2021-08-18 Jonathan Wakely New
[committed] wwwdocs: Add missing punctuation to <li> elements [committed] wwwdocs: Add missing punctuation to <li> elements - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Optimize std::function move constructor [PR101923] [committed] libstdc++: Optimize std::function move constructor [PR101923] - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Test std::seed_seq construction from input iterators [committed] libstdc++: Test std::seed_seq construction from input iterators - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Only define basic_string::contains for C++23 [committed] libstdc++: Only define basic_string::contains for C++23 - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Rename __detail::__not_same_as helper [committed] libstdc++: Rename __detail::__not_same_as helper - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Add conditional noexcept to std::exchange [committed] libstdc++: Add conditional noexcept to std::exchange - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Add pretty printer for std::error_code and std::error_condition [committed] libstdc++: Add pretty printer for std::error_code and std::error_condition - - - - --- 2021-08-17 Jonathan Wakely New
[committed] libstdc++: Use qualified-id for class member constant [PR101937] [committed] libstdc++: Use qualified-id for class member constant [PR101937] - - - - --- 2021-08-16 Jonathan Wakely New
[committed] libstdc++: Install GDB pretty printers for debug library [committed] libstdc++: Install GDB pretty printers for debug library - - - - --- 2021-08-16 Jonathan Wakely New
[committed] libstdc++: Add additional overload of std::lerp [PR101870] [committed] libstdc++: Add additional overload of std::lerp [PR101870] - - - - --- 2021-08-12 Jonathan Wakely New
[committed] libstdc++: Make some #error strings consistent with other tests [committed] libstdc++: Make some #error strings consistent with other tests - - - - --- 2021-08-12 Jonathan Wakely New
[committed] libstdc++: Add [[nodiscard]] to experimental::randint [committed] libstdc++: Add [[nodiscard]] to experimental::randint - - - - --- 2021-08-12 Jonathan Wakely New
[committed] libstdc++: Add #error to some files that depend on a specific standard mode [committed] libstdc++: Add #error to some files that depend on a specific standard mode - - - - --- 2021-08-12 Jonathan Wakely New
[committed] libstdc++: Fix test that fails randomly [PR101866] [committed] libstdc++: Fix test that fails randomly [PR101866] - - - - --- 2021-08-11 Jonathan Wakely New
[committed] libstdc++: Define std::is_pointer_interconvertible_base_of for C++20 [committed] libstdc++: Define std::is_pointer_interconvertible_base_of for C++20 - - - - --- 2021-08-11 Jonathan Wakely New
[committed] libstdc++: Move attributes that follow requires-clauses [PR101782] [committed] libstdc++: Move attributes that follow requires-clauses [PR101782] - - - - --- 2021-08-05 Jonathan Wakely New
[committed,2/2] libstdc++: Add [[nodiscard]] to sequence containers [committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities - - - - --- 2021-08-04 Jonathan Wakely New
[committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities [committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities - - - - --- 2021-08-04 Jonathan Wakely New
[committed] libstdc++: Suppress redundant definitions of inline variables [committed] libstdc++: Suppress redundant definitions of inline variables - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Replace TR1 components with C++11 ones in test utils [committed] libstdc++: Replace TR1 components with C++11 ones in test utils - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>> [committed] libstdc++: Specialize allocator_traits<pmr::polymorphic_allocator<T>> - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Remove trailing whitespace in some tests [committed] libstdc++: Remove trailing whitespace in some tests - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Deprecate std::random_shuffle for C++14 [committed] libstdc++: Deprecate std::random_shuffle for C++14 - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Add testsuite proc for testing deprecated features [committed] libstdc++: Add testsuite proc for testing deprecated features - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Reduce header dependencies in <regex> [committed] libstdc++: Reduce header dependencies in <regex> - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Avoid using std::unique_ptr in <locale> [committed] libstdc++: Avoid using std::unique_ptr in <locale> - - - - --- 2021-08-03 Jonathan Wakely New
[committed] libstdc++: Fix filesystem::temp_directory_path [PR101709] [committed] libstdc++: Fix filesystem::temp_directory_path [PR101709] - - - - --- 2021-08-02 Jonathan Wakely New
[committed] libstc++: Add dg-error for additional error in C++11 mode [committed] libstc++: Add dg-error for additional error in C++11 mode - - - - --- 2021-08-02 Jonathan Wakely New
[committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018] [committed] libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018] - - - - --- 2021-07-30 Jonathan Wakely New
[committed] libstdc++: Simplify std::optional::value() [committed] libstdc++: Simplify std::optional::value() - - - - --- 2021-07-27 Jonathan Wakely New
[committed,3/2] testsuite: Add missing C++ includes to tests [PR101646] [committed,1/2] libstdc++: Reduce header dependencies on <array> and <utility> - - - - --- 2021-07-27 Jonathan Wakely New
wwwdocs: Clarify meaning of "not issued by" in bugs web page wwwdocs: Clarify meaning of "not issued by" in bugs web page - - - - --- 2021-07-27 Jonathan Wakely New
[committed] libstdc++: Adjust whitespace in <bits/cow_string.h> [committed] libstdc++: Adjust whitespace in <bits/cow_string.h> - - - - --- 2021-07-27 Jonathan Wakely New
[committed] libstdc++: Move COW string definitions to separate header [committed] libstdc++: Move COW string definitions to separate header - - - - --- 2021-07-27 Jonathan Wakely New
[committed,2/2] libstdc++: Remove unnecessary uses of <utility> [committed,1/2] libstdc++: Reduce header dependencies on <array> and <utility> - - - - --- 2021-07-27 Jonathan Wakely New
[committed,1/2] libstdc++: Reduce header dependencies on <array> and <utility> [committed,1/2] libstdc++: Reduce header dependencies on <array> and <utility> - - - - --- 2021-07-27 Jonathan Wakely New
Do not use tuple-like interface for pair in unordered containers Do not use tuple-like interface for pair in unordered containers - - - - --- 2021-07-23 Jonathan Wakely New
[committed] libstdc++: Reduce headers included by <future> [committed] libstdc++: Reduce headers included by <future> - - - - --- 2021-07-23 Jonathan Wakely New
[committed] libstdc++: Update documentation comments for namespace rel_ops [committed] libstdc++: Update documentation comments for namespace rel_ops - - - - --- 2021-07-23 Jonathan Wakely New
[committed] libstdc++: Fix non-default constructors for hash containers [PR101583] [committed] libstdc++: Fix non-default constructors for hash containers [PR101583] - - - - --- 2021-07-22 Jonathan Wakely New
[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
« 1 2 ... 14 15 1639 40 »