Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | diagnostics: add automatic URL-ification within messages | David Malcolm | 1 | -1/+4 |
2023-10-31 | pretty-print: gracefully handle null URLs | David Malcolm | 1 | -0/+4 |
2023-10-17 | wide-int-print: Don't print large numbers hexadecimally for print_dec{,s,u} | Jakub Jelinek | 1 | -2/+3 |
2023-10-03 | diagnostics: add ctors to text_info; add m_ prefixes to fields | David Malcolm | 1 | -5/+19 |
2023-09-29 | Remove poly_int_pod | Richard Sandiford | 1 | -1/+1 |
2023-09-11 | pretty-print: Fix up pp_wide_int [PR111329] | Jakub Jelinek | 1 | -22/+13 |
2023-09-06 | Middle-end _BitInt support [PR102989] | Jakub Jelinek | 1 | -2/+17 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 1 | -0/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -5/+5 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-07-15 | Convert vrange dumping facilities to pretty_printer. | Aldy Hernandez | 1 | -0/+7 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-02-15 | PR 87488: Add --with-diagnostics-urls configuration option | Bernd Edlinger | 1 | -2/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-16 | Add pp_write_text_as_html_like_dot_to_stream | David Malcolm | 1 | -0/+3 |
2019-12-11 | Introduce pretty_printer::clone vfunc | David Malcolm | 1 | -0/+4 |
2019-10-10 | pretty-print: support URL escape sequences (PR 87488) | David Malcolm | 1 | -0/+6 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-08 | Support %f in pp_format | David Malcolm | 1 | -0/+1 |
2018-08-27 | Less verbose fix-it hints for missing header files (PR 87091) | David Malcolm | 1 | -1/+2 |
2018-08-02 | Fix memory leak of pretty_printer prefixes | David Malcolm | 1 | -6/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: dump routines | Richard Sandiford | 1 | -2/+11 |
2017-11-22 | C/C++: fix quoting of "aka" typedef information (PR 62170) | David Malcolm | 1 | -1/+4 |
2017-07-02 | Reorganise machmode.h headers | Richard Sandiford | 1 | -1/+0 |
2017-05-30 | C++ template type diff printing | David Malcolm | 1 | -2/+18 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-26 | PR other/69006: fix extra newlines after diagnostics | David Malcolm | 1 | -1/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-07 | Fix missing range information for "%q+D" format code | David Malcolm | 1 | -8/+1 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -17/+8 |
2015-09-25 | PR pretty-print/67567 do not pass NULL as a string | Manuel López-Ibáñez | 1 | -0/+1 |
2015-09-08 | Trivial typo fix in pretty-print.h | David Malcolm | 1 | -1/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+20 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -0/+32 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -0/+6 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -2/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -0/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-08-23 | diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer. | Gabriel Dos Reis | 1 | -0/+3 |
2013-08-23 | pretty-print.h (pp_newline_and_flush): Declare. | Gabriel Dos Reis | 1 | -18/+3 |
2013-08-22 | pretty-print.h (output_buffer::output_buffer): Declare. | Gabriel Dos Reis | 1 | -2/+7 |
2013-08-05 | pretty-print.h (pp_base): Remove. | Gabriel Dos Reis | 1 | -72/+43 |
2013-08-04 | pretty-print.h (pp_bar_bar): New. | Gabriel Dos Reis | 1 | -0/+4 |
2013-08-03 | pretty-print.h (pp_underscore): New. | Gabriel Dos Reis | 1 | -1/+2 |
2013-04-12 | opts.c: Include diagnostic-color.h. | Jakub Jelinek | 1 | -0/+6 |