Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-08-19 | c++: Check satisfaction before non-dep convs. [CWG2369] | Jason Merrill | 1 | -3/+9 |
2020-08-18 | c++: Rewrite members for all deduction guides. [PR96199] | Jason Merrill | 1 | -0/+2 |
2020-07-29 | c++: constraints and explicit instantiation [PR96164] | Patrick Palka | 1 | -0/+6 |
2020-06-11 | c++: constrained class template friend [PR93467] | Patrick Palka | 1 | -0/+13 |
2020-05-29 | c++: satisfaction value of type typedef to bool [PR95386] | Patrick Palka | 1 | -7/+7 |
2020-05-13 | c++: premature requires-expression folding [PR95020] | Patrick Palka | 1 | -3/+1 |
2020-05-13 | c++: Replace "C++2a" with "C++20". | Jason Merrill | 1 | -1/+1 |
2020-05-04 | c++: Don't save parms in nested requirement [pr 94827] | Nathan Sidwell | 1 | -10/+3 |
2020-04-30 | c++ ICE with nested requirement as default tpl parm[PR94827] | Nathan Sidwell | 1 | -11/+16 |
2020-04-28 | c++: Satisfaction caching of inherited ctor [PR94819] | Patrick Palka | 1 | -2/+2 |
2020-04-22 | c++: Inherited constructor template arguments [PR94719] | Patrick Palka | 1 | -5/+12 |
2020-04-21 | c++: Diagnose invalid use of member function in requires | Patrick Palka | 1 | -2/+6 |
2020-04-21 | c++: Constrained inherited constructor template [PR94549] | Patrick Palka | 1 | -3/+4 |
2020-04-04 | c++: Fix invalid pointer-to-member in requires [PR67825] | Jason Merrill | 1 | -1/+4 |
2020-03-28 | c++: requires-expression outside of a template is misevaluated [PR94252] | Patrick Palka | 1 | -6/+4 |
2020-03-28 | c++: Respect current_constraint_diagnosis_depth in diagnose_compound_requirement | Patrick Palka | 1 | -9/+19 |
2020-03-28 | c++: Replay errors during diagnosis of constraint satisfaction failures | Patrick Palka | 1 | -20/+130 |
2020-03-24 | c++: Improve handling of ill-formed constraints [PR94186]. | Jason Merrill | 1 | -22/+57 |
2020-03-18 | Fix up duplicated duplicated words in comments | Jakub Jelinek | 1 | -3/+3 |
2020-03-17 | c++: Fix comment typo. | Jason Merrill | 1 | -1/+1 |
2020-03-11 | c++: Fix ICE with concepts and aliases [PR93907]. | Jason Merrill | 1 | -1/+5 |
2020-02-26 | c++: Some improvements to concept diagnostics | Patrick Palka | 1 | -14/+19 |
2020-02-04 | c++: Fix error-recovery with concepts. | Jason Merrill | 1 | -1/+2 |
2020-01-25 | c++: Fix ICE with constrained friend (PR93400). | Jason Merrill | 1 | -0/+23 |
2020-01-22 | Fix a couple of memory leaks in the C++ frontend | Patrick Palka | 1 | -3/+4 |
2020-01-13 | PR c++/92582 - ICE with member template as requirement. | Jason Merrill | 1 | -5/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-27 | Implement P1814R0, CTAD for alias templates. | Jason Merrill | 1 | -0/+19 |
2019-11-27 | Fix constrained alias template transparency. | Jason Merrill | 1 | -2/+13 |
2019-11-27 | re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert) | Andrew Sutton | 1 | -0/+2 |
2019-11-27 | re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w... | Andrew Sutton | 1 | -0/+2 |
2019-11-27 | Diagnose certain constraint errors as hard errors, but otherwise treat them t... | Andrew Sutton | 1 | -94/+96 |
2019-11-22 | re PR c++/92458 (Constraints do not work with precompiled headers) | Jakub Jelinek | 1 | -1/+1 |
2019-11-06 | Use satisfaction with nested requirements. | Jason Merrill | 1 | -44/+56 |
2019-10-30 | PR c++/92268 - hard error satisfying return-type-requirement | Jason Merrill | 1 | -6/+9 |
2019-10-24 | Finish moving constraint and logic functionality of out pt.c. | Andrew Sutton | 1 | -0/+128 |
2019-10-09 | Update the concepts implementation to conform to C++20. | Jason Merrill | 1 | -1860/+1879 |
2019-09-15 | Change C++ to C comments. | Jason Merrill | 1 | -66/+63 |
2019-08-05 | cp-tree.h (cp_expr_loc_or_input_loc): New. | Paolo Carlini | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-03 | re PR c++/84980 ([concepts] ICE with missing typename in concept) | Paolo Carlini | 1 | -0/+3 |
2018-06-18 | tree.c (cp_expr_location): New. | Jason Merrill | 1 | -2/+2 |
2018-02-15 | re PR c++/84330 ([concepts] ICE with broken constraint) | Paolo Carlini | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-10 | Check non-dependent conversion in return from template fn. | Jason Merrill | 1 | -1/+6 |
2017-06-29 | Whitespace cleanups. | Nathan Sidwell | 1 | -1/+1 |
2017-05-17 | class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator. | Nathan Sidwell | 1 | -18/+8 |