aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
* Performance improvement: Avoid unncecessary allocations of ListBufferMartin Odersky2014-02-261-2/+3
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-1/+1
* Fixing the test suite.Martin Odersky2014-01-171-3/+3
* Making UniqueMessagePositions Dotty compliantMartin Odersky2014-01-161-1/+1
* 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
* Refactoring Reporter.isSlent -> errorCount, wasSilentMartin Odersky2014-01-091-3/+4
* Output cleanupsMartin Odersky2014-01-041-1/+2
* safeUnderlyingTypeParams now forces uncompleted symbols.Martin Odersky2014-01-031-2/+2
* Fix to prompting.Martin Odersky2013-12-161-4/+3
* Fixing a problem with swallowed errorsMartin Odersky2013-12-101-0/+11