summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Reporting.scala
Commit message (Expand)AuthorAgeFilesLines
* it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-011-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-6/+6
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* SI-8410 Summarize if warnings and not disabledSom Snytt2014-09-011-5/+2
* SI-8410 Don't warn fatally on disabled flagSom Snytt2014-09-011-3/+6
* Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-15/+0
* Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-041-4/+4
* Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-041-1/+5
* Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-041-22/+3
* Track symbol that caused a deprecation warning.Adriaan Moors2014-07-041-0/+4
* Uniformly route reporting through reporter.Adriaan Moors2014-07-041-5/+7
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-0/+132