aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
* Make `typeDiff` aware of placeholder typesFelix Mulder2016-10-101-2/+2
* Refactor explanation interpolatorFelix Mulder2016-10-102-7/+21
* Fix underline positionFelix Mulder2016-10-101-1/+1
* Add deprecation message on `with` type operatorFelix Mulder2016-10-101-47/+77
* Remove duplication of console reportersFelix Mulder2016-10-102-115/+64
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-1014-313/+291
* Make `FancyConsoleReporter` and `Highlighting` obey color settingFelix Mulder2016-10-103-30/+29
* Add modifiers to highlightingFelix Mulder2016-10-102-2/+2
* Factor out explanation header to ReporterFelix Mulder2016-10-107-42/+77
* Complete better structure to diagnostic messagesFelix Mulder2016-10-1010-138/+188
* Refactor common error messages to `diagnostic.basic`Felix Mulder2016-10-107-43/+117
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-107-47/+64
* Add ability to choose between fancy and non-fancy outputFelix Mulder2016-10-102-43/+79
* Rename `ConsoleReporter` => `FancyConsoleReporter`Felix Mulder2016-10-101-1/+1
* Add error kind to diagnosticFelix Mulder2016-10-104-33/+23
* Add smart comment formatting in ConsoleReporterFelix Mulder2016-10-101-7/+65
* Change layout of ErrorMessagesFelix Mulder2016-10-103-115/+126
* Add more examples to TyperFelix Mulder2016-10-101-1/+31
* Use highlighting in explanation classesFelix Mulder2016-10-101-18/+27
* Add initial structure for improved explanations of error messagesFelix Mulder2016-10-102-0/+80
* 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
* Print inlining positions in error messagesMartin Odersky2016-10-021-9/+10
* Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* 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-282-9/+19
* Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-253-10/+10
* ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-235-27/+39
* Refactor DiagnosticMartin Odersky2016-02-235-40/+53
* 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
* Hide stack traces behind -YdebugGuillaume Martres2016-02-051-1/+1
* Reporter: make summary available without a ContextGuillaume Martres2016-02-041-5/+16
* ConsoleReporter: remove unused argument ctxGuillaume Martres2016-02-041-1/+1
* Avoid too eager computation in reporting.Martin Odersky2015-11-301-1/+1
* Avoid repeated unnecessary logging in traceIndentedGuillaume Martres2015-11-261-1/+6
* Better diagnostic for migration warningsMartin Odersky2015-11-161-0/+2
* Add migration warningsMartin Odersky2015-11-051-0/+6
* Don't count suppressed errorsMartin Odersky2015-10-264-16/+21
* Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-262-3/+8
* Slight code refactoringMartin Odersky2015-10-011-11/+12
* Don't log when in Printing mode.Martin Odersky2015-10-011-1/+2
* Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-021-1/+1
|\
| * Make columns start at 0.Martin Odersky2015-06-251-1/+1
* | Fix #704, make reporters print messagesDmitry Petrashko2015-07-011-1/+1
* | Make Reporter.doReport publicDmitry Petrashko2015-07-013-3/+3