summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5402 from som-snytt/issue/8040-unusedSeth Tisue2017-04-101-42/+143
|\
| * SD-363 Xlint no warn deprecated params, defaultsSom Snytt2017-04-061-4/+10
| * SI-8040 No warn DummyImplicitSom Snytt2017-03-111-1/+2
| * SI-8040 No warn args to super, main argsSom Snytt2017-03-111-12/+24
| * SI-8040 Avoid Null companionSom Snytt2017-03-111-2/+2
| * SI-7860 No warn private implicit value classSom Snytt2017-03-111-3/+10
| * SI-8040 Warn patvars in casedefsSom Snytt2017-03-111-1/+12
| * SI-8040 Warn unused parametersSom Snytt2017-03-111-41/+74
| * SI-8040 Warn unused flagsSom Snytt2017-03-111-7/+12
| * SI-8040 Warn unused pattern varsSom Snytt2017-03-111-5/+12
| * SI-8040 Improve unused warningsSom Snytt2017-03-111-7/+26
* | Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-2/+2
|/
* Match error lengthsEdmund Noble2017-02-071-2/+5
* Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-311-22/+41
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-2/+2
* Fields phaseAdriaan Moors2016-08-111-7/+9
* SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-231-1/+1
* SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-231-1/+2
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-1/+1
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-2/+2
* SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-241-1/+1
* SI-8398 - unused warning reports lazy val as a methodKonstantin Fedorov2014-09-101-1/+1
* Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-261-0/+17
|\
| * SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-121-0/+17
* | Remove `def error(pos: Position, err: Throwable)`Adriaan Moors2014-07-171-1/+1
* | Rely less on intricacies of `contextMode`-based reporting.Adriaan Moors2014-07-171-3/+3
|/
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-12/+8
* Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-191-4/+4
|\
| * Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-2/+1
| |\
| * | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-4/+4
* | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-171-2/+0
| |/ |/|
* | standardizes checks for default gettersEugene Burmako2014-02-101-2/+1
|/
* Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-0/+16
* Merge pull request #2930 from retronym/topic/patmat-inference-prepJason Zaugg2013-09-111-2/+2
|\
| * Limit bad advice given for erroneous pattern.Paul Phillips2013-08-291-2/+2
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-4/+7
|\ \ | |/ |/|
| * SI-7752 Don't disambiguate type parameters of overloaded altsJason Zaugg2013-08-151-4/+7
* | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+1
* | Make -Ytyper-debug output readable.Paul Phillips2013-07-171-3/+3
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* | Concision contribution.Paul Phillips2013-05-231-1/+1
* | Corralling Modes into a smaller pen.Paul Phillips2013-05-111-5/+1
* | Merge 2.10.x into masterAdriaan Moors2013-05-021-0/+18
|\|
| * SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-081-0/+18
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-3/+3
* | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-0/+2
|\ \
| * | Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-0/+2
* | | Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* | | Merge 2.10.x into master.Adriaan Moors2013-02-201-6/+1
|\ \ \ | | |/ | |/|