summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Reporting.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8829 Let reporter customize retry messageSom Snytt2016-07-091-5/+5
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-12/+29
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-2/+3
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-8/+11
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* 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