| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-31 | [6/6] Preprocessor forced macro location | Nathan Sidwell | 1 | -1/+1 |
| 2018-10-31 | [3/7] Preprocessor macro loc | Nathan Sidwell | 1 | -1/+4 |
| 2018-10-31 | [2/7] Preprocessor node access | Nathan Sidwell | 1 | -3/+3 |
| 2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 1 | -1/+2 |
| 2018-10-09 | Cleanup of libcpp diagnostic callbacks | David Malcolm | 1 | -73/+85 |
| 2018-08-20 | [CPP PATCH] node field bits | Nathan Sidwell | 1 | -3/+5 |
| 2018-08-20 | [CPP PATCH] node type | Nathan Sidwell | 1 | -46/+25 |
| 2018-08-20 | [CPP PATCH] Fix warning & other cleanups. | Nathan Sidwell | 1 | -2/+5 |
| 2018-08-20 | [PATCH] #assert becomes macro-like | Nathan Sidwell | 1 | -11/+18 |
| 2018-08-17 | [PATCH] Adjust lazy macro definition | Nathan Sidwell | 1 | -5/+9 |
| 2018-08-17 | [PATCH] Macro body is trailing array | Nathan Sidwell | 1 | -12/+22 |
| 2018-08-17 | [PATCH] Move cpp_macro to cpplib.h | Nathan Sidwell | 1 | -0/+51 |
| 2018-08-16 | [PATCH] CPP Macro predicates | Nathan Sidwell | 1 | -1/+15 |
| 2018-01-27 | c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument. | Jakub Jelinek | 1 | -1/+1 |
| 2018-01-18 | Add ability to remap file names in __FILE__, etc (PR other/70268) | Boris Kolpackov | 1 | -0/+4 |
| 2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2017-11-21 | C++: provide macro used-before-defined hint (PR c++/72786) | David Malcolm | 1 | -0/+1 |
| 2017-11-13 | Implement __VA_OPT__ | Tom Tromey | 1 | -0/+3 |
| 2017-10-31 | diagnostics: get rid of *_at_rich_loc in favor of overloading | David Malcolm | 1 | -3/+3 |
| 2017-10-30 | Add -std=c17, -std=gnu17. | Joseph Myers | 1 | -2/+2 |
| 2017-09-15 | Add support for -std=c++2a. | Andrew Sutton | 1 | -1/+2 |
| 2017-09-15 | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 1 | -1/+1 |
| 2017-06-05 | libcpp: add callback for comment-handling | David Malcolm | 1 | -0/+9 |
| 2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2016-11-23 | system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros. | Paolo Bonzini | 1 | -1/+6 |
| 2016-10-12 | gcc/ | Jakub Jelinek | 1 | -0/+3 |
| 2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -1/+3 |
| 2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+7 |
| 2016-08-18 | Spelling suggestions for misspelled preprocessor directives | David Malcolm | 1 | -0/+8 |
| 2016-08-05 | On-demand locations within string-literals | David Malcolm | 1 | -0/+51 |
| 2016-08-01 | * include/cpplib.h: Fix comment typo. | Andreas Schwab | 1 | -1/+1 |
| 2016-06-22 | libcpp: Tweak to missing #include source location | David Malcolm | 1 | -1/+6 |
| 2016-06-01 | c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch. | Eduard Sanou | 1 | -3/+3 |
| 2016-04-28 | c-common.c (get_source_date_epoch): New function... | Eduard Sanou | 1 | -0/+3 |
| 2016-03-21 | re PR target/70296 (Incorrect handling of vector X; if X is function-like macro) | Jakub Jelinek | 1 | -0/+1 |
| 2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2015-11-19 | re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ... | Jakub Jelinek | 1 | -0/+3 |
| 2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -1/+2 |
| 2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -2/+2 |
| 2015-06-30 | Implement N4197 - Adding u8 character literals | Edward Smith-Rowland | 1 | -0/+5 |
| 2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 1 | -1/+1 |
| 2015-05-09 | lex.c (lex_string): Add -Wc++11-compat warning. | Jason Merrill | 1 | -1/+5 |
| 2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2014-12-19 | re PR preprocessor/63831 (r217292 causes segfaults with -MM) | Jakub Jelinek | 1 | -0/+1 |
| 2014-11-10 | cpplib.h (cpp_callbacks): Add has_attribute. | Edward Smith-Rowland | 1 | -0/+3 |
| 2014-11-06 | Preserve original spellings of extended identifiers. | Joseph Myers | 1 | -1/+13 |
| 2014-09-24 | re PR c/61405 (Not emitting "enumeration value not handled in switch" warning... | Marek Polacek | 1 | -0/+3 |
| 2014-09-09 | invoke.texi (Wnormalized=): Update. | Manuel López-Ibáñez | 1 | -2/+2 |
| 2014-09-04 | options.texi: Document that Var and Init are required if CPP is given. | Manuel López-Ibáñez | 1 | -1/+3 |
| 2014-08-23 | cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z... | Edward Smith-Rowland | 1 | -1/+1 |