Age | Commit message (Expand) | Author | Files | Lines |
2017-08-17 | lex.c (maybe_add_lang_type_raw): BOUND_TEMPLATE_TEMPLATE_PARMs don't need lan... | Nathan Sidwell | 1 | -7/+4 |
2017-07-29 | use c++ instead of _stat for copy_node_stat | Trevor Saunders | 1 | -2/+2 |
2017-06-30 | config-lang.in (gtfiles): Add cp/lex.c. | Nathan Sidwell | 1 | -0/+70 |
2017-06-29 | lex.c (maybe_add_lang_type_raw): Exit early, rather than use a flag. | Nathan Sidwell | 1 | -13/+13 |
2017-06-22 | Reorder IDENTIFIER flags | Nathan Sidwell | 1 | -28/+58 |
2017-06-02 | Remove lang_type_ptrmem. | Nathan Sidwell | 1 | -16/+8 |
2017-05-31 | cp-tree.h (lang_decl_slector): New enum. | Nathan Sidwell | 1 | -56/+106 |
2017-05-30 | Kill IDENTIFIER_NAMESPACE_BINDINGS | Nathan Sidwell | 1 | -1/+5 |
2017-05-26 | cp-tree.h (struct lang_decl_decomp): New type. | Jakub Jelinek | 1 | -4/+20 |
2017-05-05 | call.c (make_temporary_var_for_ref_to_temp): Push decl into current scope. | Nathan Sidwell | 1 | -7/+3 |
2017-04-21 | tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO. | Richard Biener | 1 | -4/+4 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -1/+1 |
2017-01-20 | C++: fix fix-it hints for misspellings within explicit namespaces | David Malcolm | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-04 | extend.texi (Java Exceptions): Remove. | Jakub Jelinek | 1 | -19/+0 |
2016-05-30 | re PR c++/71238 (Undeclared function message imprecisely points to error column) | Paolo Carlini | 1 | -13/+20 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -6/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -5/+4 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -0/+2 |
2015-08-07 | Add C++ Concepts TS support. | Andrew Sutton | 1 | -0/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-01 | c-common.h (D_CXX11): Rename from D_CXX0X. | Jason Merrill | 1 | -1/+1 |
2015-06-30 | re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876) | Jason Merrill | 1 | -0/+3 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+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-02 | cp-tree.h (init_error): Remove declaration. | Patrick Palka | 1 | -1/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-14 | machmode.h (int_n_data_t): New. | DJ Delorie | 1 | -0/+9 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -5/+6 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | Remove macros that implicitly use input_location | David Malcolm | 1 | -6/+7 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-06-23 | c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x. | Gabriel Dos Reis | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-09-13 | typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ... | Paolo Carlini | 1 | -5/+5 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -16/+20 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-03-21 | c-common.h (enum cxx_dialect): Add cxx1y. | Jason Merrill | 1 | -1/+1 |
2011-08-14 | re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l... | Jason Merrill | 1 | -1/+1 |
2011-03-25 | Changelog c-family/ | Kai Tietz | 1 | -6/+6 |
2011-02-13 | Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097. | Iain Sandoe | 1 | -2/+2 |
2011-02-13 | lex.h: Plugify. | Mike Stump | 1 | -2/+2 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-14 | re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif... | Nathan Froyd | 1 | -1/+1 |
2010-12-07 | re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif... | Nathan Froyd | 1 | -1/+4 |
2010-12-06 | In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -0/+1 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |