summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-161-6/+1
* | | Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-121-5/+12
|\| | | |/ |/|
| * SI-6514 Avoid spurious dead code warningsJason Zaugg2013-02-101-5/+12
* | Changes many calls to normalize to dealiasWiden.Paul Phillips2013-01-291-1/+1
* | Merge pull request #1874 from paulp/pr/mode-value-classPaul Phillips2013-01-111-1/+1
|\ \
| * | Made "mode" into a value class.Paul Phillips2013-01-091-1/+1
* | | Incorporated Variance value class in Variances.Paul Phillips2013-01-091-7/+2
|/ /
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
* | Removed code from the typechecker.Paul Phillips2012-11-201-13/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-8/+8
* | Commenting out unused members.Paul Phillips2012-11-191-8/+8
* | Removed unused imports.Paul Phillips2012-11-061-2/+0