aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ConsoleReporter.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-63/+0
* Clean up in ConsoleReporter & MessageRenderingFelix Mulder2016-11-041-22/+13
* #1579 Adapt the sbt bridge for the new error messageDmitry Melnichenko2016-11-041-99/+9
* Remove unnecessary printing of hints for `-explain`Felix Mulder2016-10-101-5/+8
* Insert message "inline" into multiline code at pointFelix Mulder2016-10-101-5/+7
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-101-0/+1
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-101-18/+28
* Make reporter hint about existing explanationsFelix Mulder2016-10-101-1/+4
* Change Message#errorId to type IntFelix Mulder2016-10-101-2/+5
* Get rid of `kind` in `MessageContainer`Felix Mulder2016-10-101-12/+21
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-101-1/+1
* Fix underline positionFelix Mulder2016-10-101-1/+1
* Remove duplication of console reportersFelix Mulder2016-10-101-22/+64
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-12/+13
* Make `FancyConsoleReporter` and `Highlighting` obey color settingFelix Mulder2016-10-101-1/+1
* Add modifiers to highlightingFelix Mulder2016-10-101-1/+1
* Factor out explanation header to ReporterFelix Mulder2016-10-101-11/+25
* Complete better structure to diagnostic messagesFelix Mulder2016-10-101-1/+1
* Refactor common error messages to `diagnostic.basic`Felix Mulder2016-10-101-0/+1
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-101-9/+10
* Add ability to choose between fancy and non-fancy outputFelix Mulder2016-10-101-0/+72
* Rename `ConsoleReporter` => `FancyConsoleReporter`Felix Mulder2016-10-101-121/+0
* Add error kind to diagnosticFelix Mulder2016-10-101-16/+6
* Add smart comment formatting in ConsoleReporterFelix Mulder2016-10-101-7/+65
* Print inlining positions in error messagesMartin Odersky2016-10-021-9/+10
* Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-251-5/+5
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-231-19/+12
* Refactor DiagnosticMartin Odersky2016-02-231-1/+4
* Hide stack traces behind -YdebugGuillaume Martres2016-02-051-1/+1
* ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-041-1/+1
* Better diagnostic for migration warningsMartin Odersky2015-11-161-0/+2
* Don't count suppressed errorsMartin Odersky2015-10-261-2/+5
* Make columns start at 0.Martin Odersky2015-06-251-1/+1
* Print supressed error message if it comes first.Martin Odersky2015-04-131-1/+1
* Move isSuppressed check from Reporter to ConsoleReporter.Martin Odersky2014-12-171-10/+11
* Reporter refactoringMartin Odersky2014-05-201-5/+10
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-1/+1
* Fixing the test suite.Martin Odersky2014-01-171-3/+3
* Fix to prompting.Martin Odersky2013-12-161-4/+3
* New error reporting scheme.Martin Odersky2013-08-141-4/+4
* Integrated reporting into TyperState.Martin Odersky2013-07-191-2/+2
* Made reporting framework more lightweight and uniform in preparation of futur...Martin Odersky2013-07-191-14/+8
* Added conditional warning facilityMartin Odersky2013-05-131-8/+2
* Cleanup printing of positions.Martin Odersky2013-05-121-3/+3
* Refactored and augmented source positions.Martin Odersky2013-05-101-19/+11
* Scanners added.Martin Odersky2013-04-171-7/+7
* Filling in all ???sMartin Odersky2013-02-271-0/+86