Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | c++: Implement __is_nothrow_constructible and __is_nothrow_assignable | Ville Voutilainen | 1 | -3/+14 |
2020-10-02 | c++: cleanup ctor_omit_inherited_parms [PR97268] | Nathan Sidwell | 1 | -8/+28 |
2020-07-14 | c++: Comments & formatting | Nathan Sidwell | 1 | -0/+3 |
2020-06-30 | c++: Tweak function cloning names | Nathan Sidwell | 1 | -2/+2 |
2020-06-19 | c++: Allow defaulted comparison outside class. | Jason Merrill | 1 | -19/+19 |
2020-06-18 | c++: More P2002 operator<=> refinements. | Jason Merrill | 1 | -12/+37 |
2020-06-17 | c++: implicit operator== adjustments from P2002. | Jason Merrill | 1 | -74/+43 |
2020-05-14 | c++: Missing SFINAE with lookup_fnfields [PR78446] | Patrick Palka | 1 | -1/+1 |
2020-05-13 | c++: Replace "C++2a" with "C++20". | Jason Merrill | 1 | -9/+9 |
2020-05-06 | c++: Don't synthesize sfk_comparison method multiple times [PR94907] | Jakub Jelinek | 1 | -1/+1 |
2020-04-28 | c++: Redeclaration of implicit operator== [PR94583] | Jason Merrill | 1 | -7/+4 |
2020-04-10 | c++: make __is_constructible work with paren-init of aggrs [PR94149] | Marek Polacek | 1 | -3/+39 |
2020-04-08 | c++: ICE with defaulted comparison operator [PR94478] | Marek Polacek | 1 | -0/+11 |
2020-03-23 | c++: Avoid a suspicious -Wnoexcept warning [PR93805] | Patrick Palka | 1 | -1/+1 |
2020-03-17 | c++: Fix access checks for __is_assignable and __is_constructible | Ville Voutilainen | 1 | -2/+2 |
2020-03-04 | Wrap array in ctor with braces. | Martin Liska | 1 | -3/+3 |
2020-02-12 | c++: Fix implicit friend operator==. | Jason Merrill | 1 | -9/+38 |
2020-02-11 | c++: Fix static initialization from <=>. | Jason Merrill | 1 | -0/+3 |
2020-01-14 | PR c++/92590 - wrong handling of inherited default ctor. | Jason Merrill | 1 | -6/+1 |
2020-01-14 | PR c++/92594 - ICE with inherited trivial default ctor. | Jason Merrill | 1 | -1/+6 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-21 | re PR c++/92966 (Segfault on defaulted operator== with wrong return type) | Jakub Jelinek | 1 | -1/+1 |
2019-12-21 | re PR c++/92973 (Silently accepting defaulted comparison operators in C++11 .... | Jakub Jelinek | 1 | -0/+7 |
2019-12-11 | PR c++/92774 - ICE with implicitly deleted operator<=>. | Jason Merrill | 1 | -12/+21 |
2019-12-09 | typeck.c (check_for_casting_away_constness): Add location_t parameter and use... | Paolo Carlini | 1 | -3/+6 |
2019-12-05 | PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts. | Marek Polacek | 1 | -4/+6 |
2019-11-17 | method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%> to print t... | Jakub Jelinek | 1 | -2/+2 |
2019-11-11 | Implement P1946R0, Allow defaulting comparisons by value. | Jason Merrill | 1 | -17/+33 |
2019-11-07 | Implement D1959R0, remove weak_equality and strong_equality. | Jason Merrill | 1 | -41/+6 |
2019-11-05 | Implement C++20 operator<=>. | Jason Merrill | 1 | -22/+713 |
2019-11-02 | PR c++/88335 - Implement P1073R3: Immediate functions | Jakub Jelinek | 1 | -2/+3 |
2019-10-23 | Implement P1286R2, Contra CWG1778 | Jason Merrill | 1 | -63/+6 |
2019-10-11 | Preserve the location of explicitly defaulted functions. | Jason Merrill | 1 | -3/+4 |
2019-10-05 | PR c++/91369 - Implement P0784R7: constexpr new | Jakub Jelinek | 1 | -32/+37 |
2019-05-20 | PR c++/90532 Ensure __is_constructible(T[]) is false | Jonathan Wakely | 1 | -0/+2 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -6/+6 |
2019-05-13 | Use releasing_vec more broadly. | Jason Merrill | 1 | -6/+2 |
2019-05-08 | [C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA | Nathan Sidwell | 1 | -2/+2 |
2019-04-29 | [C++ PATCH] some cleanups | Nathan Sidwell | 1 | -4/+3 |
2019-04-08 | re PR c++/89914 (ICE in nothrow_spec_p, at cp/except.c:1238) | Paolo Carlini | 1 | -1/+8 |
2019-03-21 | re PR c++/89571 (ICE in nothrow_spec_p, at cp/except.c:1238) | Paolo Carlini | 1 | -0/+3 |
2019-02-27 | re PR c++/89488 (ICE in merge_exception_specifiers, at cp/typeck2.c:2395) | Paolo Carlini | 1 | -3/+7 |
2019-02-19 | PR c++/88368 - wrong 'use of deleted function' | Jason Merrill | 1 | -1/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | [PR c++/88146] do not crash synthesizing inherited ctor(...) | Alexandre Oliva | 1 | -43/+46 |
2018-12-06 | PR c++/88136 - -Wdeprecated-copy false positives | Jason Merrill | 1 | -1/+1 |
2018-11-21 | re PR c++/88122 (g++ ICE: internal compiler error: Segmentation fault) | Jakub Jelinek | 1 | -2/+6 |
2018-11-15 | [C++ DR 2336] virtual dtors, exception specs & abstract classes | Nathan Sidwell | 1 | -12/+14 |
2018-11-15 | [C++ DR 2336] Clean up synth walkers first | Nathan Sidwell | 1 | -85/+56 |
2018-09-28 | calls.c (expand_call): Try to do a tail call for thunks at -O0 too. | Eric Botcazou | 1 | -1/+1 |