aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactored and augmented source positions.Martin Odersky2013-05-104-23/+14
* Added TreeBuilder and TreeInfo classes.Martin Odersky2013-04-191-1/+4
* Scanners added.Martin Odersky2013-04-174-27/+29
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-041-2/+6
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-031-7/+10
* Fixes fingerprint problems.Martin Odersky2013-03-241-2/+1
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-3/+14
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-0/+10
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-4/+9
* First steps to make compiler start work.Martin Odersky2013-03-111-1/+2
* Cleaup of ContextsMartin Odersky2013-02-271-1/+1
* Filling in all ???sMartin Odersky2013-02-274-0/+282