aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes to type applications and unapply.Martin Odersky2013-12-021-0/+2
* Debug measure: Report all errors when they are first issuedMartin Odersky2013-11-141-1/+3
* Made tracing appear even when currently in StoreReporter contextMartin Odersky2013-10-141-2/+4
* Tightening up typer state + printing refinementsMartin Odersky2013-10-121-1/+3
* Changed Throwing reporting scheme.Martin Odersky2013-09-232-3/+6
* Various bug fixes for typer.Martin Odersky2013-08-221-3/+7
* Converted more strings to be "i" interpolated.Martin Odersky2013-08-141-0/+1
* New error reporting scheme.Martin Odersky2013-08-143-37/+57
* Integrated reporting into TyperState.Martin Odersky2013-07-194-8/+24
* Made reporting framework more lightweight and uniform in preparation of futur...Martin Odersky2013-07-194-126/+128
* Added conditional warning facilityMartin Odersky2013-05-133-12/+38
* Cleanup printing of positions.Martin Odersky2013-05-121-3/+3