aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/StoreReporter.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor explanation interpolatorFelix Mulder2016-10-101-1/+0
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-3/+3
* 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-6/+7
* Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-251-1/+1
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-231-2/+1
* Refactor DiagnosticMartin Odersky2016-02-231-1/+1
* Don't count suppressed errorsMartin Odersky2015-10-261-1/+2
* Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-261-1/+3
* Make Reporter.doReport publicDmitry Petrashko2015-07-011-1/+1
* Fix of pos/t2429Martin Odersky2014-05-201-1/+4
* Reporter refactoringMartin Odersky2014-05-201-1/+9
* Performance improvement: Avoid unncecessary allocations of ListBufferMartin Odersky2014-02-261-2/+3
* Output cleanupsMartin Odersky2014-01-041-1/+2
* Debug measure: Report all errors when they are first issuedMartin Odersky2013-11-141-1/+3
* Integrated reporting into TyperState.Martin Odersky2013-07-191-3/+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-1/+1
* Refactored and augmented source positions.Martin Odersky2013-05-101-1/+1
* Scanners added.Martin Odersky2013-04-171-3/+3
* Filling in all ???sMartin Odersky2013-02-271-0/+28