aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix doc commentMartin Odersky2015-06-291-1/+2
|/
* Rename Reporter#echo -> printlnMartin Odersky2015-05-211-6/+6
* Harden display logicMartin Odersky2015-05-211-2/+3
* Print supressed error message if it comes first.Martin Odersky2015-04-131-1/+1
* 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-172-11/+12
* Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-131-0/+2
* Error method for implementation restrictionsMartin Odersky2014-07-171-0/+3
* Fix of pos/t2429Martin Odersky2014-05-201-1/+4
* Reporter refactoringMartin Odersky2014-05-205-109/+98
* fix: do not count suppressed messages for summarySamuel Gruetter2014-04-021-1/+1