summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Expanded unused warnings.Paul Phillips2012-11-031-13/+74
* | Remove unused private members.Paul Phillips2012-11-011-1/+1
* | Warn about unused private members.Paul Phillips2012-11-011-0/+57
|/
* Better error message for pattern arity errors.Paul Phillips2012-09-121-3/+20
* Better errors for Any/AnyRef issues.Paul Phillips2012-09-011-1/+11
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-1/+0
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* SI-5930 don't warn about dead code in jump to caseAdriaan Moors2012-07-241-1/+5
* Next generation of macrosEugene Burmako2012-04-121-7/+13
* Flag performance and Name management.Paul Phillips2012-04-061-2/+1
* Fix for SI-5580.Paul Phillips2012-03-211-11/+37
* SI-5189: refined GADT soundness fixAdriaan Moors2012-03-191-1/+1
* Whitespace commit.Paul Phillips2012-02-291-1/+1
* Intercept assert and require calls.Paul Phillips2012-01-261-2/+0
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-94/+14
* Improved a cyclic reference error message.Paul Phillips2012-01-161-1/+10
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-4/+1
* Overhaul of Namers.Paul Phillips2011-10-171-0/+4
* Better error when abstract methods are missing.Paul Phillips2011-10-141-0/+26
* Selective dealiasing when printing errors.Paul Phillips2011-10-031-12/+30
* Back to square one.Hubert Plociniczak2011-09-231-21/+52
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-52/+21
* Improved structural type error messages, and ot...Paul Phillips2011-08-061-6/+13
* Don't want to chase NPEs around for the rest of...Paul Phillips2011-08-061-1/+1
* Cleanups in Namers and AddInterfaces emerging f...Paul Phillips2011-08-041-16/+10
* Some minor scaladoc tweaks and deletion of inco...Paul Phillips2011-07-151-7/+6
* Created simple infrastructure for creating muta...Paul Phillips2011-07-061-1/+1
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-1/+1
* Fixed spurious qualification of types that are ...Martin Odersky2011-04-221-8/+8
* Based on the frequency with which I hear questi...Paul Phillips2011-02-201-16/+36
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* A very conservative extraction of some of the F...Paul Phillips2011-01-011-24/+0
* Explaining something for the (largeish N)th tim...Paul Phillips2010-12-191-3/+83
* Stops barking up the wrong tree with -Ywarn-dea...Paul Phillips2010-12-151-0/+32
* Starting the mopping up now that names have som...Paul Phillips2010-12-031-9/+7
* Did some more polishing on the infamous partial...Paul Phillips2010-11-281-2/+6