aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/Reporter.scala
Commit message (Expand)AuthorAgeFilesLines
* Make sure all `Message` creation is by nameFelix Mulder2016-11-141-13/+13
* Make sure messages are lazily evaluated until `report` in `Reporter`Felix Mulder2016-11-101-10/+14
* Inline iff reporter has no new errors post typing `rhs`Felix Mulder2016-11-071-0/+16
* Get rid of unnecessary fields in `MessageContainer`Felix Mulder2016-10-101-1/+1
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-34/+25
* Make `FancyConsoleReporter` and `Highlighting` obey color settingFelix Mulder2016-10-101-1/+1
* Factor out explanation header to ReporterFelix Mulder2016-10-101-9/+3
* Complete better structure to diagnostic messagesFelix Mulder2016-10-101-11/+11
* Refactor common error messages to `diagnostic.basic`Felix Mulder2016-10-101-33/+1
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-101-16/+27
* Add error kind to diagnosticFelix Mulder2016-10-101-15/+15
* Change layout of ErrorMessagesFelix Mulder2016-10-101-9/+9
* Add initial structure for improved explanations of error messagesFelix Mulder2016-10-101-0/+13
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-1/+1
* Make inline annotation @scala.inline.Martin Odersky2016-10-021-3/+3
* Inline key operations in dottyMartin Odersky2016-10-021-12/+16
* New string infterpolatorsMartin Odersky2016-08-161-5/+5
* Add scala.Dynamic language feature check.Nicolas Stucki2016-07-071-1/+29
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-271-5/+4
* Move Mode to coreMartin Odersky2016-04-011-1/+1
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-281-2/+12
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-231-5/+5
* Refactor DiagnosticMartin Odersky2016-02-231-37/+1
* New utility method: Reporter#errorOrMigrationWarningMartin Odersky2016-02-191-0/+3
* Negtests (JUnit only) check that each error line has a // errorvsalvis2016-02-181-1/+5
* Reporter: make summary available without a ContextGuillaume Martres2016-02-041-5/+16
* Avoid too eager computation in reporting.Martin Odersky2015-11-301-1/+1
* Avoid repeated unnecessary logging in traceIndentedGuillaume Martres2015-11-261-1/+6
* Add migration warningsMartin Odersky2015-11-051-0/+6
* Don't count suppressed errorsMartin Odersky2015-10-261-12/+13
* Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-261-2/+5
* Slight code refactoringMartin Odersky2015-10-011-11/+12
* Don't log when in Printing mode.Martin Odersky2015-10-011-1/+2
* Make Reporter.doReport publicDmitry Petrashko2015-07-011-1/+1
* Rename Reporter#echo -> printlnMartin Odersky2015-05-211-6/+6
* Harden display logicMartin Odersky2015-05-211-2/+3
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Keeping track of unpickling definition order in Pickler.Martin Odersky2015-03-181-2/+2
* add/strictMartin Odersky2015-03-131-0/+4
* -Ylog:X now only log phase X, use -Ylog:X+ to also log phase X+1Guillaume Martres2014-12-181-8/+4
* Move isSuppressed check from Reporter to ConsoleReporter.Martin Odersky2014-12-171-1/+1
* Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-131-0/+2
* Error method for implementation restrictionsMartin Odersky2014-07-171-0/+3
* Reporter refactoringMartin Odersky2014-05-201-96/+70
* fix: do not count suppressed messages for summarySamuel Gruetter2014-04-021-1/+1
* remove SuppressedMessage exception and update Diagnostic as neededSamuel Gruetter2014-04-021-10/+12
* remove var ContextBase.suppressNonSensicalErrors, andSamuel Gruetter2014-04-021-7/+4
* Erasure phase PoCMartin Odersky2014-03-291-1/+9
* Refactoring to avoid multiple overloaded traceIndent methods.Martin Odersky2014-01-161-11/+9
* Making some traces conditional on printers being enabled.Martin Odersky2014-01-131-1/+6