aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-103-10/+26
* 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-103-11/+16
* Improve documentation for message frameworkFelix Mulder2016-10-102-8/+46
* Get rid of `kind` in `MessageContainer`Felix Mulder2016-10-104-40/+36
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-101-2/+2
* Don't force Message twice in MessageContainerFelix Mulder2016-10-101-1/+1
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-103-4/+4
* 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