summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Some work on error messages, somewhat based on ...Paul Phillips2010-11-261-5/+25
* Some refinement of the error messages when the ...Paul Phillips2010-11-181-49/+92
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-041-0/+24
* Some uninteresting code related to error messag...Paul Phillips2010-10-271-0/+10
* closes #1569, #3731: refactored dependent metho...Adriaan Moors2010-09-161-1/+1
* Created TypeDiagnostics trait and have begun op...Paul Phillips2010-04-271-0/+268