Show patches with: Submitter = Patrick Palka       |    State = Action Required       |    Archived = No       |   880 patches
« 1 2 ... 6 7 8 9 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
c++: Enable spec_hasher table sanitization [PR87847] c++: Enable spec_hasher table sanitization [PR87847] - - - - --- 2020-05-11 Patrick Palka New
c++: explain fn template argument type/value mismatch failures c++: explain fn template argument type/value mismatch failures - - - - --- 2020-05-07 Patrick Palka New
c++: Missing SFINAE with lookup_fnfields [PR78446] c++: Missing SFINAE with lookup_fnfields [PR78446] - - - - --- 2020-05-06 Patrick Palka New
c++: template instantiation during fold_for_warn [PR94038] c++: template instantiation during fold_for_warn [PR94038] - - - - --- 2020-05-05 Patrick Palka New
c++: Avoid unnecessary copying in cp_fold [PR94038] c++: Avoid unnecessary copying in cp_fold [PR94038] - - - - --- 2020-05-04 Patrick Palka New
c++: Missing SFINAE with inaccessible static data member [PR90880] c++: Missing SFINAE with inaccessible static data member [PR90880] - - - - --- 2020-05-01 Patrick Palka New
c++: Satisfaction caching of inherited ctor [PR94819] c++: Satisfaction caching of inherited ctor [PR94819] - - - - --- 2020-04-28 Patrick Palka New
c++: Parameter pack in requires parameter list [PR94808] c++: Parameter pack in requires parameter list [PR94808] - - - - --- 2020-04-28 Patrick Palka New
contrib/vimrc: Reduce textwidth for commit messages contrib/vimrc: Reduce textwidth for commit messages - - - - --- 2020-04-28 Patrick Palka New
libstdc++: Fix subrange::advance and subrange::prev (LWG 3433) libstdc++: Fix subrange::advance and subrange::prev (LWG 3433) - - - - --- 2020-04-27 Patrick Palka New
c++: Delegating constructor in constexpr init [PR94772] c++: Delegating constructor in constexpr init [PR94772] - - - - --- 2020-04-26 Patrick Palka New
c++: add "'requires' only available with ..." note c++: add "'requires' only available with ..." note - - - - --- 2020-04-24 Patrick Palka New
c++: zero_init_expr_p of dependent expression c++: zero_init_expr_p of dependent expression - - - - --- 2020-04-23 Patrick Palka New
c++: Lambda in friend of constrained class [PR94645] c++: Lambda in friend of constrained class [PR94645] - - - - --- 2020-04-23 Patrick Palka New
c++: Inherited constructor template arguments [PR94719] c++: Inherited constructor template arguments [PR94719] - - - - --- 2020-04-22 Patrick Palka New
c++: Diagnose invalid use of member function in requires c++: Diagnose invalid use of member function in requires - - - - --- 2020-04-21 Patrick Palka New
c++: Dependent conversion operator in concept [PR94597] c++: Dependent conversion operator in concept [PR94597] - - - - --- 2020-04-21 Patrick Palka New
c++: Constrained inherited constructor template [PR94549] c++: Constrained inherited constructor template [PR94549] - - - - --- 2020-04-20 Patrick Palka New
c++: Recursive unification with packs and explicit targs [PR94628] c++: Recursive unification with packs and explicit targs [PR94628] - - - - --- 2020-04-19 Patrick Palka New
c++: spec_hasher::equal and PARM_DECLs [PR94632] c++: spec_hasher::equal and PARM_DECLs [PR94632] - - - - --- 2020-04-17 Patrick Palka New
c++: Abbreviated function template return type [PR92187] c++: Abbreviated function template return type [PR92187] - - - - --- 2020-04-17 Patrick Palka New
c++: Hard error with tentative parse of declaration [PR88754] c++: Hard error with tentative parse of declaration [PR88754] - - - - --- 2020-04-16 Patrick Palka New
c++: Non-type-dependent variadic lambda init-capture [PR94483] c++: Non-type-dependent variadic lambda init-capture [PR94483] - - - - --- 2020-04-16 Patrick Palka New
c++: Error recovery with errenous DECL_INITIAL [PR94475] c++: Error recovery with errenous DECL_INITIAL [PR94475] - - - - --- 2020-04-15 Patrick Palka New
[committed] c++: Add testcase for PR c++/93207 [committed] c++: Add testcase for PR c++/93207 - - - - --- 2020-04-14 Patrick Palka New
c++: "'decltype_type' not supported" in diagnostic [PR85278] c++: "'decltype_type' not supported" in diagnostic [PR85278] - - - - --- 2020-04-14 Patrick Palka New
c++: More self-modifying constexpr init [PR94470] c++: More self-modifying constexpr init [PR94470] - - - - --- 2020-04-13 Patrick Palka New
[2/2] c++: Respect current_constraint_diagnosis_depth in diagnose_compound_requirement [1/2] c++: Replay errors during diagnosis of constraint satisfaction failures - - - - --- 2020-03-09 Patrick Palka New
[1/2] c++: Replay errors during diagnosis of constraint satisfaction failures [1/2] c++: Replay errors during diagnosis of constraint satisfaction failures - - - - --- 2020-03-09 Patrick Palka New
libstdc++: LWG 3286 ranges::size is not required to be valid after ... libstdc++: LWG 3286 ranges::size is not required to be valid after ... - - - - --- 2020-03-09 Patrick Palka New
c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729) c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729) - - - - --- 2020-03-06 Patrick Palka New
c++: Fix pretty printing of TYPENAME_TYPEs c++: Fix pretty printing of TYPENAME_TYPEs - - - - --- 2020-03-06 Patrick Palka New
[2/1] libstdc++: Add missing friend declaration to join_view::_Sentinel Untitled series #162625 - - - - --- 2020-03-05 Patrick Palka New
libstdc++: Give ranges::empty() a concrete return type (PR 93978) libstdc++: Give ranges::empty() a concrete return type (PR 93978) - - - - --- 2020-03-05 Patrick Palka New
libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017) libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017) - - - - --- 2020-03-03 Patrick Palka New
[4/4] libstdc++: Move-only input iterator support in <memory> algorithms (LWG 3355) [1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h> - - - - --- 2020-03-03 Patrick Palka New
[3/4] libstdc++: Add a test range type that has a sized sentinel [1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h> - - - - --- 2020-03-03 Patrick Palka New
[2/4] libstdc++: Add a move-only testsuite iterator type [1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h> - - - - --- 2020-03-03 Patrick Palka New
[1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h> [1/4] libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h> - - - - --- 2020-03-03 Patrick Palka New
libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972) libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972) - - - - --- 2020-02-28 Patrick Palka New
libstdc++: Also disable caching of reverse_view::begin() for common_ranges libstdc++: Also disable caching of reverse_view::begin() for common_ranges - - - - --- 2020-02-28 Patrick Palka New
libstdc++: Add missing friend declarations in some range adaptors libstdc++: Add missing friend declarations in some range adaptors - - - - --- 2020-02-27 Patrick Palka New
libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos tests - - - - --- 2020-02-27 Patrick Palka New
libstdc++: Fix use of inaccessible private member in split_view (PR93936) libstdc++: Fix use of inaccessible private member in split_view (PR93936) - - - - --- 2020-02-26 Patrick Palka New
libstdc++: P1645R1 constexpr for <numeric> algorithms libstdc++: P1645R1 constexpr for <numeric> algorithms - - - - --- 2020-02-25 Patrick Palka New
libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_category libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_category - - - - --- 2020-02-24 Patrick Palka New
libstdc++: LWG 3325 Constrain return type of transformation function for transform_view libstdc++: LWG 3325 Constrain return type of transformation function for transform_view - - - - --- 2020-02-24 Patrick Palka New
libstdc++: LWG 3313 join_view::iterator::operator-- is incorrectly constrained libstdc++: LWG 3313 join_view::iterator::operator-- is incorrectly constrained - - - - --- 2020-02-24 Patrick Palka New
libstdc++: LWG 3301 transform_view::iterator has incorrect iterator_category libstdc++: LWG 3301 transform_view::iterator has incorrect iterator_category - - - - --- 2020-02-24 Patrick Palka New
libstdc++: LWG 3292 iota_view is under-constrained libstdc++: LWG 3292 iota_view is under-constrained - - - - --- 2020-02-24 Patrick Palka New
libstdc++: Implement integer-class types as defined in [iterator.concept.winc] libstdc++: Implement integer-class types as defined in [iterator.concept.winc] - - - - --- 2020-02-24 Patrick Palka New
libstdc++: Add missing bits of P0896R4 pertaining to [back|front]_insert_iterator libstdc++: Add missing bits of P0896R4 pertaining to [back|front]_insert_iterator - - - - --- 2020-02-24 Patrick Palka New
libstdc++: P0769R2 Add shift to <algorithm> libstdc++: P0769R2 Add shift to <algorithm> - - - - --- 2020-02-21 Patrick Palka New
c++: Some improvements to concept diagnostics c++: Some improvements to concept diagnostics - - - - --- 2020-02-21 Patrick Palka New
libstdc++: Fix capturing of lvalue references in_RangeAdaptor::operator() libstdc++: Fix capturing of lvalue references in_RangeAdaptor::operator() - - - - --- 2020-02-20 Patrick Palka New
[2/2] libstdc++: P1739R4 Avoid template bloat for safe_ranges in combination with ... [1/2] libstdc++: Forward second argument of views::iota using the correct type - - - - --- 2020-02-20 Patrick Palka New
[1/2] libstdc++: Forward second argument of views::iota using the correct type [1/2] libstdc++: Forward second argument of views::iota using the correct type - - - - --- 2020-02-20 Patrick Palka New
libstdc++: Add missing call to unused subroutine in split_view test libstdc++: Add missing call to unused subroutine in split_view test - - - - --- 2020-02-19 Patrick Palka New
libstdc++: P1983R0 Wording for GB301, US296, US292, US291, and US283 libstdc++: P1983R0 Wording for GB301, US296, US292, US291, and US283 - - - - --- 2020-02-18 Patrick Palka New
[2/2] libstdc++: P2106R0 Alternative wording for GB315 and GB316 [1/2] libstdc++: P1243R4 Rangify new algorithms - - - - --- 2020-02-17 Patrick Palka New
[1/2] libstdc++: P1243R4 Rangify new algorithms [1/2] libstdc++: P1243R4 Rangify new algorithms - - - - --- 2020-02-17 Patrick Palka New
libstdc++: Move code after an early exit constexpr if to under an else branch libstdc++: Move code after an early exit constexpr if to under an else branch - - - - --- 2020-02-15 Patrick Palka New
[3/3] libstdc++: Post-conversion whitespace and formatting adjustments [1/3] libstdc++: Fold some ranges algo subroutines into their only caller - - - - --- 2020-02-14 Patrick Palka New
[2/3] libstdc++: Convert the ranges algorithm entities into function objects [1/3] libstdc++: Fold some ranges algo subroutines into their only caller - - - - --- 2020-02-14 Patrick Palka New
[1/3] libstdc++: Fold some ranges algo subroutines into their only caller [1/3] libstdc++: Fold some ranges algo subroutines into their only caller - - - - --- 2020-02-14 Patrick Palka New
[2/2] libstdc++: Implement ranges [specialized.algorithms] [1/2] libstdc++: Move some ranges algos to a new header <bits/ranges_algobase.h> - - - - --- 2020-02-12 Patrick Palka New
[1/2] libstdc++: Move some ranges algos to a new header <bits/ranges_algobase.h> [1/2] libstdc++: Move some ranges algos to a new header <bits/ranges_algobase.h> - - - - --- 2020-02-12 Patrick Palka New
c++: Fix hashing and testing for equality of ATOMIC_CONST_EXPRs c++: Fix hashing and testing for equality of ATOMIC_CONST_EXPRs - - - - --- 2020-02-12 Patrick Palka New
libstdc++: Memoize {drop,drop_while,filter,reverse}_view::begin libstdc++: Memoize {drop,drop_while,filter,reverse}_view::begin - - - - --- 2020-02-12 Patrick Palka New
libstdc++: Fix LWG issues 3389 and 3390 libstdc++: Fix LWG issues 3389 and 3390 - - - - --- 2020-02-11 Patrick Palka New
c++: Improve dump_decl for standard concepts c++: Improve dump_decl for standard concepts - - - - --- 2020-02-10 Patrick Palka New
c++: Fix return type deduction with an abbreviated function template c++: Fix return type deduction with an abbreviated function template - - - - --- 2020-02-10 Patrick Palka New
libstdc++: Make sure iterator_traits<ranges::istream_view::iterator> is populated libstdc++: Make sure iterator_traits<ranges::istream_view::iterator> is populated - - - - --- 2020-02-07 Patrick Palka New
[4/3] Add [range.istream] Untitled series #157235 - - - - --- 2020-02-07 Patrick Palka New
[3/3] libstdc++: Implement C++20 range adaptors [1/3] libstdc++: Apply the move_iterator changes described in P1207R4 - - - - --- 2020-02-04 Patrick Palka New
[2/3] libstdc++: Implement C++20 constrained algorithms [1/3] libstdc++: Apply the move_iterator changes described in P1207R4 - - - - --- 2020-02-04 Patrick Palka New
[1/3] libstdc++: Apply the move_iterator changes described in P1207R4 [1/3] libstdc++: Apply the move_iterator changes described in P1207R4 - - - - --- 2020-02-04 Patrick Palka New
contrib/vimrc: detect more C-like files contrib/vimrc: detect more C-like files - - - - --- 2020-02-03 Patrick Palka New
libstdc++: Always return a sentinel<I> from __gnu_test::test_range::end() libstdc++: Always return a sentinel<I> from __gnu_test::test_range::end() - - - - --- 2020-01-21 Patrick Palka New
Fix a couple of memory leaks in the C++ frontend Fix a couple of memory leaks in the C++ frontend - - - - --- 2020-01-21 Patrick Palka New
« 1 2 ... 6 7 8 9 »