Show patches with: Submitter = Patrick Palka       |    State = Action Required       |    Archived = No       |   876 patches
« 1 2 ... 3 4 58 9 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
c++ modules: handle CONCEPT_DECL in node_template_info [PR102963] c++ modules: handle CONCEPT_DECL in node_template_info [PR102963] - - - - --- 2022-10-20 Patrick Palka New
libstdc++: Implement P2474R2 changes to views::take/drop libstdc++: Implement P2474R2 changes to views::take/drop - - - - --- 2022-10-19 Patrick Palka New
libstdc++: Fix typo in stride_view's operator- [PR107313] libstdc++: Fix typo in stride_view's operator- [PR107313] - - - - --- 2022-10-19 Patrick Palka New
[2/2] c++ modules: always stream TYPE_MIN/MAX_VALUE for enums [PR106848] [1/2] c++ modules: streaming enum with no enumerators [PR102600] - - - - --- 2022-10-18 Patrick Palka New
[1/2] c++ modules: streaming enum with no enumerators [PR102600] [1/2] c++ modules: streaming enum with no enumerators [PR102600] - - - - --- 2022-10-18 Patrick Palka New
c++ modules: stream non-trailing default targs [PR105045] c++ modules: stream non-trailing default targs [PR105045] - - - - --- 2022-10-18 Patrick Palka New
libstdc++: Implement ranges::stride_view from P1899R3 libstdc++: Implement ranges::stride_view from P1899R3 - - - - --- 2022-10-17 Patrick Palka New
libstdc++: Redefine __from_chars_alnum_to_val's table libstdc++: Redefine __from_chars_alnum_to_val's table - - - - --- 2022-10-17 Patrick Palka New
c++ modules: streaming constexpr_fundef [PR101449] c++ modules: streaming constexpr_fundef [PR101449] - - - - --- 2022-10-14 Patrick Palka New
c++ modules: ICE with dynamic_cast [PR106304] c++ modules: ICE with dynamic_cast [PR106304] - - - - --- 2022-10-13 Patrick Palka New
c++ modules: verify_type failure with typedef enum [PR106848] c++ modules: verify_type failure with typedef enum [PR106848] - - - - --- 2022-10-13 Patrick Palka New
c++ modules: ICE with templated friend and std namespace [PR100134] c++ modules: ICE with templated friend and std namespace [PR100134] - - - - --- 2022-10-11 Patrick Palka New
libstdc++: Implement ranges::repeat_view from P2474R2 libstdc++: Implement ranges::repeat_view from P2474R2 - - - - --- 2022-10-11 Patrick Palka New
c++ modules: ICE with bitfield member in class template c++ modules: ICE with bitfield member in class template - - - - --- 2022-10-07 Patrick Palka New
c++ modules: static var in inline function [PR104433] c++ modules: static var in inline function [PR104433] - - - - --- 2022-10-06 Patrick Palka New
c++: remove optimize_specialization_lookup_p c++: remove optimize_specialization_lookup_p - - - - --- 2022-10-06 Patrick Palka New
c++ modules: lazy loading from within template [PR99377] c++ modules: lazy loading from within template [PR99377] - - - - --- 2022-10-04 Patrick Palka New
libstdc++: Implement ranges::join_with_view from P2441R2 libstdc++: Implement ranges::join_with_view from P2441R2 - - - - --- 2022-10-04 Patrick Palka New
c++: install cp-trait.def as part of plugin headers [PR107136] c++: install cp-trait.def as part of plugin headers [PR107136] - - - - --- 2022-10-04 Patrick Palka New
c++: make some cp_trait_kind switch statements exhaustive c++: make some cp_trait_kind switch statements exhaustive - - - - --- 2022-09-30 Patrick Palka New
[RFC] c++: streamline process for adding new builtin trait [RFC] c++: streamline process for adding new builtin trait - - - - --- 2022-09-29 Patrick Palka New
[2/2] c++: implement __remove_cv, __remove_reference and __remove_cvref [1/2] c++: introduce TRAIT_TYPE alongside TRAIT_EXPR - - - - --- 2022-09-27 Patrick Palka New
[1/2] c++: introduce TRAIT_TYPE alongside TRAIT_EXPR [1/2] c++: introduce TRAIT_TYPE alongside TRAIT_EXPR - - - - --- 2022-09-27 Patrick Palka New
c++ modules: variable template partial spec fixes [PR107033] c++ modules: variable template partial spec fixes [PR107033] - - - - --- 2022-09-26 Patrick Palka New
c++ modules: ICE with class NTTP argument [PR100616] c++ modules: ICE with class NTTP argument [PR100616] - - - - --- 2022-09-22 Patrick Palka New
c++ modules: partial variable template specializations [PR106826] c++ modules: partial variable template specializations [PR106826] - - - - --- 2022-09-21 Patrick Palka New
[2/2] c++: xtreme-header modules tests cleanups [1/2] c++: modules and non-dependent auto deduction - - - - --- 2022-09-20 Patrick Palka New
[1/2] c++: modules and non-dependent auto deduction [1/2] c++: modules and non-dependent auto deduction - - - - --- 2022-09-20 Patrick Palka New
c++: stream PACK_EXPANSION_EXTRA_ARGS [PR106761] c++: stream PACK_EXPANSION_EXTRA_ARGS [PR106761] - - - - --- 2022-09-19 Patrick Palka New
c++: modules ICE with typename friend declaration c++: modules ICE with typename friend declaration - - - - --- 2022-09-15 Patrick Palka New
c++: 'mutable' within constexpr [PR92505] c++: 'mutable' within constexpr [PR92505] - - - - --- 2022-09-15 Patrick Palka New
c++: constraint matching, TEMPLATE_ID_EXPR, current inst c++: constraint matching, TEMPLATE_ID_EXPR, current inst - - - - --- 2022-09-15 Patrick Palka New
libstdc++: Implement ranges::chunk_by_view from P2443R1 libstdc++: Implement ranges::chunk_by_view from P2443R1 - - - - --- 2022-09-14 Patrick Palka New
[committed] c++: remove single-parameter version of mark_used [committed] c++: remove single-parameter version of mark_used - - - - --- 2022-09-13 Patrick Palka New
c++: some missing-SFINAE fixes c++: some missing-SFINAE fixes - - - - --- 2022-09-13 Patrick Palka New
libstdc++: Squelch -Wparentheses warning with debug iterators libstdc++: Squelch -Wparentheses warning with debug iterators - - - - --- 2022-09-12 Patrick Palka New
[4/4] libstdc++: Implement ranges::slide_view from P2442R1 [1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320] - - - - --- 2022-09-12 Patrick Palka New
[3/4] libstdc++: Implement ranges::chunk_view from P2442R1 [1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320] - - - - --- 2022-09-12 Patrick Palka New
[2/4] libstdc++: Implement LWG 3569 changes to join_view::_Iterator [1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320] - - - - --- 2022-09-12 Patrick Palka New
[1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320] [1/4] libstdc++: Add already-accepted <ranges> testcase [PR106320] - - - - --- 2022-09-12 Patrick Palka New
[3/3] libstdc++: Fix return type of empty zip/adjacent_transform [PR106803] [1/3] libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766] - - - - --- 2022-09-09 Patrick Palka New
[2/3] libstdc++: Fix typo in adjacent_view::_Iterator [PR106798] [1/3] libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766] - - - - --- 2022-09-09 Patrick Palka New
[1/3] libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766] [1/3] libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766] - - - - --- 2022-09-09 Patrick Palka New
c++: remove '_sfinae' suffix from functions c++: remove '_sfinae' suffix from functions - - - - --- 2022-09-09 Patrick Palka New
[committed] c++: Add testcase for already fixed PR [PR99209] [committed] c++: Add testcase for already fixed PR [PR99209] - - - - --- 2022-09-08 Patrick Palka New
c++: unnecessary instantiation of constexpr var [PR99130] c++: unnecessary instantiation of constexpr var [PR99130] - - - - --- 2022-09-07 Patrick Palka New
[2/2] libstdc++: Optimize is_reference [1/2] libstdc++: Optimize is_void and is_null_pointer - - - - --- 2022-09-07 Patrick Palka New
[1/2] libstdc++: Optimize is_void and is_null_pointer [1/2] libstdc++: Optimize is_void and is_null_pointer - - - - --- 2022-09-07 Patrick Palka New
libstdc++: Consistently use ::type when deriving from __and/or/not_ libstdc++: Consistently use ::type when deriving from __and/or/not_ - - - - --- 2022-09-02 Patrick Palka New
libstdc++: Fix laziness of __and/or/not_ libstdc++: Fix laziness of __and/or/not_ - - - - --- 2022-09-02 Patrick Palka New
c++: Micro-optimize most_specialized_partial_spec c++: Micro-optimize most_specialized_partial_spec - - - - --- 2022-08-31 Patrick Palka New
libstdc++: A few more minor <ranges> cleanups libstdc++: A few more minor <ranges> cleanups - - - - --- 2022-08-31 Patrick Palka New
libstdc++: Add test for std::con/disjunction's short circuiting libstdc++: Add test for std::con/disjunction's short circuiting - - - - --- 2022-08-30 Patrick Palka New
[2/2] libstdc++: Implement ranges::adjacent_transform_view from P2321R2 [1/2] libstdc++: Implement ranges::adjacent_view from P2321R2 - - - - --- 2022-08-30 Patrick Palka New
[1/2] libstdc++: Implement ranges::adjacent_view from P2321R2 [1/2] libstdc++: Implement ranges::adjacent_view from P2321R2 - - - - --- 2022-08-30 Patrick Palka New
libstdc++: Add test for std::con/disjunction's base class libstdc++: Add test for std::con/disjunction's base class - - - - --- 2022-08-26 Patrick Palka New
[2/2] libstdc++: Implement LWG 3692/3702 changes to zip_/zip_transform_view [1/2] libstdc++: Implement ranges::zip_transform_view from P2321R2 - - - - --- 2022-08-25 Patrick Palka New
[1/2] libstdc++: Implement ranges::zip_transform_view from P2321R2 [1/2] libstdc++: Implement ranges::zip_transform_view from P2321R2 - - - - --- 2022-08-25 Patrick Palka New
[committed] libstdc++: Some minor <ranges> cleanups [committed] libstdc++: Some minor <ranges> cleanups - - - - --- 2022-08-25 Patrick Palka New
libstdc++: Optimize std::con/disjunction, __and_/__or_, etc libstdc++: Optimize std::con/disjunction, __and_/__or_, etc - - - - --- 2022-08-24 Patrick Palka New
libstdc++: Fix fallout from P2321R2 pair/tuple enhancements libstdc++: Fix fallout from P2321R2 pair/tuple enhancements - - - - --- 2022-08-24 Patrick Palka New
[3/3] libstdc++: Implement ranges::zip_view from P2321R2 [1/3] libstdc++: Separate construct/convertibility tests for std::tuple - - - - --- 2022-08-23 Patrick Palka New
[2/3] libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2 [1/3] libstdc++: Separate construct/convertibility tests for std::tuple - - - - --- 2022-08-23 Patrick Palka New
[1/3] libstdc++: Separate construct/convertibility tests for std::tuple [1/3] libstdc++: Separate construct/convertibility tests for std::tuple - - - - --- 2022-08-23 Patrick Palka New
libstdc++: Fix backward compatibility of P2325R3 backport [PR106320] libstdc++: Fix backward compatibility of P2325R3 backport [PR106320] - - - - --- 2022-07-22 Patrick Palka New
c++: CTAD from initializer list [PR106366] c++: CTAD from initializer list [PR106366] - - - - --- 2022-07-21 Patrick Palka New
c++: shortcut bad reference bindings [PR94894] c++: shortcut bad reference bindings [PR94894] - - - - --- 2022-07-18 Patrick Palka New
c++: non-dependent call to consteval operator [PR105912] c++: non-dependent call to consteval operator [PR105912] - - - - --- 2022-07-12 Patrick Palka New
c++: dependence of constrained memfn from current inst [PR105842] c++: dependence of constrained memfn from current inst [PR105842] - - - - --- 2022-07-11 Patrick Palka New
c++: generic targs and identity substitution [PR105956] c++: generic targs and identity substitution [PR105956] - - - - --- 2022-06-29 Patrick Palka New
c++: constexpr folding in unevaluated context [PR105931] c++: constexpr folding in unevaluated context [PR105931] - - - - --- 2022-06-23 Patrick Palka New
c++: context completion in lookup_template_class [PR105982] c++: context completion in lookup_template_class [PR105982] - - - - --- 2022-06-23 Patrick Palka New
c++: improve TYPENAME_TYPE hashing [PR65328] c++: improve TYPENAME_TYPE hashing [PR65328] - - - - --- 2022-06-10 Patrick Palka New
[2/1] c++: optimize specialization of templated member functions c++: optimize specialization of nested class templates - - - - --- 2022-06-09 Patrick Palka New
c++: optimize specialization of nested class templates c++: optimize specialization of nested class templates - - - - --- 2022-06-08 Patrick Palka New
c++: remove single-parameter version of mark_used c++: remove single-parameter version of mark_used - - - - --- 2022-06-07 Patrick Palka New
c++: function NTTP argument considered unused [PR53164, PR105848] c++: function NTTP argument considered unused [PR53164, PR105848] - - - - --- 2022-06-06 Patrick Palka New
c++: value-dep but not type-dep decltype operand [PR105756] c++: value-dep but not type-dep decltype operand [PR105756] - - - - --- 2022-06-01 Patrick Palka New
c++: find_template_parameters and PARM_DECLs [PR105797] c++: find_template_parameters and PARM_DECLs [PR105797] - - - - --- 2022-06-01 Patrick Palka New
c++: use auto_timevar instead of timevar_push/pop c++: use auto_timevar instead of timevar_push/pop - - - - --- 2022-05-31 Patrick Palka New
c++: squash cp_build_qualified_type/_real c++: squash cp_build_qualified_type/_real - - - - --- 2022-05-31 Patrick Palka New
c++: non-dep call with empty TYPE_BINFO [PR105758] c++: non-dep call with empty TYPE_BINFO [PR105758] - - - - --- 2022-05-31 Patrick Palka New
c++: document comp_template_args's default args c++: document comp_template_args's default args - - - - --- 2022-05-27 Patrick Palka New
c++: use current_template_constraints more c++: use current_template_constraints more - - - - --- 2022-05-27 Patrick Palka New
c++: don't substitute TEMPLATE_PARM_CONSTRAINT [PR100374] c++: don't substitute TEMPLATE_PARM_CONSTRAINT [PR100374] - - - - --- 2022-05-27 Patrick Palka New
c++: cv-quals of dummy obj for non-dep memfn call [PR105637] c++: cv-quals of dummy obj for non-dep memfn call [PR105637] - - - - --- 2022-05-26 Patrick Palka New
c++: constrained partial spec forward decl [PR96363] c++: constrained partial spec forward decl [PR96363] - - - - --- 2022-05-25 Patrick Palka New
c++: set TYPE_CANONICAL for most templated types c++: set TYPE_CANONICAL for most templated types - - - - --- 2022-05-16 Patrick Palka New
c++: improve a couple of TMPL_ARGS_* accessor macros c++: improve a couple of TMPL_ARGS_* accessor macros - - - - --- 2022-05-12 Patrick Palka New
tree: introduce range adaptor for TREE_VEC tree: introduce range adaptor for TREE_VEC - - - - --- 2022-05-11 Patrick Palka New
[10,backport] libstdc++: Implement P2325 changes to default-constructibility of views [10,backport] libstdc++: Implement P2325 changes to default-constructibility of views - - - - --- 2022-05-11 Patrick Palka New
[2/2] c++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_PACK_ARGS [1/2] c++: Harden *_PACK_EXPANSION and *_ARGUMENT_PACK macros - - - - --- 2022-05-10 Patrick Palka New
[1/2] c++: Harden *_PACK_EXPANSION and *_ARGUMENT_PACK macros [1/2] c++: Harden *_PACK_EXPANSION and *_ARGUMENT_PACK macros - - - - --- 2022-05-10 Patrick Palka New
c++: constexpr init of union sub-aggr w/ base [PR105491] c++: constexpr init of union sub-aggr w/ base [PR105491] - - - - --- 2022-05-06 Patrick Palka New
c++: ICE during aggr CTAD for member tmpl [PR105476] c++: ICE during aggr CTAD for member tmpl [PR105476] - - - - --- 2022-05-04 Patrick Palka New
c++: make finish non_static_data_member SFINAE friendly [PR105351] c++: make finish non_static_data_member SFINAE friendly [PR105351] - - - - --- 2022-05-03 Patrick Palka New
c++: partial spec constraint checking context [PR105220] c++: partial spec constraint checking context [PR105220] - - - - --- 2022-05-02 Patrick Palka New
[2/2] libstdc++: Don't use std::tolower in <charconv> [PR103911] [1/2] libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441] - - - - --- 2022-05-01 Patrick Palka New
[1/2] libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441] [1/2] libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441] - - - - --- 2022-05-01 Patrick Palka New
c++: partial ordering and dependent operator expr [PR105425] c++: partial ordering and dependent operator expr [PR105425] - - - - --- 2022-04-28 Patrick Palka New
« 1 2 ... 3 4 58 9 »