Age | Commit message (Expand) | Author | Files | Lines |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 1 | -2/+2 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-06-09 | Missing bits from N4268, constant evaluation for all non-type args. | Jason Merrill | 1 | -3/+6 |
2017-06-09 | Overhaul pointer-to-member conversion and template argument handling. | Jason Merrill | 1 | -8/+21 |
2017-06-01 | re PR c++/80896 ([[nodiscard]] is ignored for functions returning references) | Paolo Carlini | 1 | -0/+2 |
2017-05-30 | C++ template type diff printing | David Malcolm | 1 | -9/+9 |
2017-05-16 | cp-tree.h (OVL_FIRST, OVL_NAME): New. | Nathan Sidwell | 1 | -1/+1 |
2017-02-10 | re PR c++/79184 (-Wint-in-bool-context triggered erroneously in template para... | Marek Polacek | 1 | -1/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-07 | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 1 | -1/+76 |
2016-10-08 | Further P0135 refinement. | Jason Merrill | 1 | -23/+1 |
2016-10-06 | C++17 copy elision improvements. | Jason Merrill | 1 | -4/+23 |
2016-10-05 | Implement P0135R1, Guaranteed copy elision. | Jason Merrill | 1 | -2/+5 |
2016-09-19 | re PR c++/77434 (warn about suspicious precedence of ternary operator (?:)) | Bernd Edlinger | 1 | -0/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -1/+1 |
2016-07-08 | Use lvalue_p instead of real_lvalue_p. | Jason Merrill | 1 | -3/+3 |
2016-07-08 | Rename lvalue_p to obvalue_p. | Jason Merrill | 1 | -2/+2 |
2016-04-28 | Implement C++17 [[nodiscard]] attribute. | Jason Merrill | 1 | -1/+102 |
2016-04-28 | cvt.c (cp_get_callee): New. | Jason Merrill | 1 | -0/+14 |
2016-02-10 | re PR c++/68926 (decltype and sfinae to check for template instance availabil... | Jason Merrill | 1 | -1/+1 |
2016-02-08 | re PR c++/69631 (Bogus overflow in constant expression error) | Jason Merrill | 1 | -12/+13 |
2016-01-08 | PR c++/68983 (BE) | Jason Merrill | 1 | -2/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-04 | C++ FE: expression ranges | David Malcolm | 1 | -2/+2 |
2015-11-17 | re PR bootstrap/68361 (Bootstrap failure with --enable-checking=release) | Jason Merrill | 1 | -1/+1 |
2015-11-13 | Merge C++ delayed folding branch. | Jason Merrill | 1 | -27/+28 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -4/+3 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -0/+33 |
2015-07-25 | re PR c++/66857 (Reference not bound to lvalue) | Patrick Palka | 1 | -1/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-27 | call.c: Use VECTOR_TYPE_P. | Marek Polacek | 1 | -1/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-03 | re PR c++/66130 ("invalid use of non-static member function" message could be... | Manuel López-Ibáñez | 1 | -2/+2 |
2015-04-14 | re PR c++/65695 (NSDMI calling constexpr constructor with pointer-to-member i... | Jason Merrill | 1 | -2/+14 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -1/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | re PR c++/57979 (G++ accepts constant expression defined using floating point... | Jason Merrill | 1 | -3/+1 |
2014-08-07 | re PR c++/51312 ([C++0x] Wrong interpretation of converted constant expressio... | Paolo Carlini | 1 | -2/+3 |
2014-06-12 | Support -Wabi warning about backward compatibility. | Jason Merrill | 1 | -14/+20 |
2014-05-21 | tree.def (VOID_CST): New. | Richard Sandiford | 1 | -2/+2 |
2014-05-12 | cvt.c (cp_convert_to_pointer): Don't call error_at if complain & tf_error is ... | Paolo Carlini | 1 | -2/+3 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+2 |
2014-01-30 | re PR c/59940 (Imprecise column number for -Wconversion) | Marek Polacek | 1 | -1/+2 |
2014-01-17 | re PR c++/59838 (ICE with an enum using an incomplete type) | Marek Polacek | 1 | -0/+1 |
2014-01-03 | re PR c++/58950 (Missing "statement has no effect") | Marc Glisse | 1 | -1/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-26 | cvt.c (cp_convert_and_check): Avoid calling cp_convert unnecessarily. | Paolo Carlini | 1 | -1/+2 |