Age | Commit message (Expand) | Author | Files | Lines |
2017-02-21 | re PR c++/79535 (ICE in verify_ctor_sanity, at cp/constexpr.c:2636) | Marek Polacek | 1 | -0/+1 |
2017-02-11 | PR c++/77659 - ICE with new and C++14 aggregate NSDMI | Jason Merrill | 1 | -1/+1 |
2017-02-11 | PR c++/77790 - ICE with auto function in C++11 mode | Jason Merrill | 1 | -1/+1 |
2017-02-09 | PR c++/79316 - default argument in deduction guide | Jason Merrill | 1 | -2/+4 |
2017-01-31 | cp-tree.h (instantiate_decl): Make defer_ok bool. | Nathan Sidwell | 1 | -1/+1 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -6/+34 |
2017-01-27 | re PR c++/64382 (ICE due to use of `this` inside a lambda that captures every... | Adam Butcher | 1 | -0/+1 |
2017-01-26 | re PR c++/68727 (invalid offsetof expressions accepted) | Jakub Jelinek | 1 | -1/+1 |
2017-01-24 | PR c++/78469 - defaulted ctor and inaccessible dtor | Nathan Sidwell | 1 | -0/+2 |
2017-01-20 | C++: fix fix-it hints for misspellings within explicit namespaces | David Malcolm | 1 | -1/+2 |
2017-01-19 | US 20 - forwarding references and class template argument deduction | Jason Merrill | 1 | -0/+6 |
2017-01-18 | PR c++/68666 - member variable template-id | Jason Merrill | 1 | -0/+1 |
2017-01-18 | cp-tree.h: Clarify exception spec node comment. | Nathan Sidwell | 1 | -1/+2 |
2017-01-17 | re PR c++/61636 (generic lambda: segfault / "cannot call member function with... | Nathan Sidwell | 1 | -0/+1 |
2017-01-08 | PR c++/78948 - instantiation from discarded statement | Jason Merrill | 1 | -0/+6 |
2017-01-04 | re PR c++/66735 ([C++14] lambda init-capture fails for const references) | Nathan Sidwell | 1 | -1/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | Implement P0522R0, matching of template template arguments. | Jason Merrill | 1 | -0/+5 |
2016-12-14 | re PR c++/69481 (ICE with C++11 alias using with templates) | Nathan Sidwell | 1 | -6/+6 |
2016-12-13 | re PR c++/69481 (ICE with C++11 alias using with templates) | Nathan Sidwell | 1 | -15/+22 |
2016-12-07 | cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & CPTI_DECLTYPE_AUTO... | Nathan Sidwell | 1 | -0/+5 |
2016-11-18 | PR c++/67631 - list-init and explicit conversions | Jason Merrill | 1 | -1/+1 |
2016-11-17 | PR c++/78124 - list-initialization and inherited ctor | Jason Merrill | 1 | -1/+0 |
2016-11-16 | Fix tuple decomposition decltype. | Jason Merrill | 1 | -0/+1 |
2016-11-15 | decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, set DECL_ASSEMBLE... | Jakub Jelinek | 1 | -0/+1 |
2016-11-15 | PR c++/78358 - tuple decomposition decltype | Jason Merrill | 1 | -2/+2 |
2016-11-15 | Various C++17 decomposition fixes. | Jason Merrill | 1 | -0/+1 |
2016-11-14 | Implement P0217R3 - C++17 structured bindings | Jakub Jelinek | 1 | -6/+21 |
2016-11-13 | DR 374 - specialization in outer namespace | Jason Merrill | 1 | -0/+1 |
2016-11-10 | PR c++/77337 - auto return and lambda | Jason Merrill | 1 | -1/+3 |
2016-11-09 | Implement P0127R2, Declaring non-type parameters with auto. | Jason Merrill | 1 | -1/+3 |
2016-11-07 | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 1 | -2/+10 |
2016-11-01 | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 1 | -5/+16 |
2016-11-01 | * class.c (declared_access): Split out from handle_using_decl. | Jason Merrill | 1 | -0/+1 |
2016-10-25 | internal-fn.def (LAUNDER): New internal function. | Jakub Jelinek | 1 | -0/+2 |
2016-10-13 | Implement P0386R2 - C++17 inline variables | Jason Merrill | 1 | -2/+21 |
2016-10-12 | PR c++/77742 - -Waligned-new and placement new. | Jason Merrill | 1 | -0/+1 |
2016-10-08 | Further P0135 refinement. | Jason Merrill | 1 | -1/+0 |
2016-10-07 | Implement LWG2296 helper intrinsic c-family/ | Jakub Jelinek | 1 | -0/+2 |
2016-10-06 | C++17 copy elision improvements. | Jason Merrill | 1 | -0/+1 |
2016-10-06 | Implement P0258R2 - helper for C++17 std::has_unique_object_representations t... | Jakub Jelinek | 1 | -1/+15 |
2016-10-05 | Implement P0305R1, Selection statements with initializer. | Marek Polacek | 1 | -1/+1 |
2016-10-04 | Implement P0091R2, Template argument deduction for class templates. | Jason Merrill | 1 | -0/+9 |
2016-10-04 | extend.texi (Java Exceptions): Remove. | Jakub Jelinek | 1 | -44/+5 |
2016-09-23 | Implement P0138R2, C++17 construction rules for enum class values | Jakub Jelinek | 1 | -0/+1 |
2016-09-14 | c-common.c (c_common_truthvalue_conversion): Use false instead of 0. | Marek Polacek | 1 | -1/+1 |
2016-09-09 | Implement P0035R4, C++17 new of over-aligned types. | Jason Merrill | 1 | -2/+9 |
2016-08-29 | PR c++/77379 - ABI tag on thunk | Jason Merrill | 1 | -1/+1 |
2016-08-26 | Avoid calling a trivial default constructor. | Jason Merrill | 1 | -0/+1 |
2016-08-10 | Implement C++17 constexpr if. | Jason Merrill | 1 | -1/+3 |