aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ThrowingReporter.scala
Commit message (Expand)AuthorAgeFilesLines
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-2/+2
* 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-3/+4
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-231-1/+1
* Don't count suppressed errorsMartin Odersky2015-10-261-1/+1
* Fix #704, make reporters print messagesDmitry Petrashko2015-07-011-1/+1
* Make Reporter.doReport publicDmitry Petrashko2015-07-011-1/+1
* Fix doc commentMartin Odersky2015-06-291-1/+2
* Reporter refactoringMartin Odersky2014-05-201-2/+4
* Changed Throwing reporting scheme.Martin Odersky2013-09-231-2/+2
* Integrated reporting into TyperState.Martin Odersky2013-07-191-0/+15