summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/PatternTypers.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+1
* SD-167 Fine tuning constructor pattern translationJason Zaugg2016-07-251-1/+2
* SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-251-1/+1
* Improve method names (m-o)Janek Bogucki2015-06-281-2/+2
* Removed warningsEECOLOR2015-03-261-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* This ensures that typechecking custom unapplications in silent modeEugene Burmako2014-09-111-1/+1
* Remove another redundant forwarderAdriaan Moors2014-07-171-1/+1
* SI-5900 Fix pattern inference regressionJason Zaugg2014-02-121-3/+5
* SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-151-5/+19
* SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-151-114/+8
* Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-101-1/+3
* blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-121-3/+4
* decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-1/+1
* Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-031-16/+25
|\
| * SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-011-20/+23
| * SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-011-1/+7
* | Removing unused code.Paul Phillips2013-10-021-11/+0
|/
* SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-061-6/+0
* Logging cleanup.Paul Phillips2013-08-251-5/+1
* Refined name-based patmat methods.Paul Phillips2013-08-181-16/+24
* SI-5903 extractor macrosEugene Burmako2013-08-181-0/+2
* Pattern matcher: extractors become name-based.Paul Phillips2013-08-171-220/+198
* Introduced classes to encapsulate extractor info.Paul Phillips2013-08-171-0/+123
* Stylistic cleanups in patmat.Paul Phillips2013-08-171-11/+13
* Move most of Typers#Typer#typedTyped into PatternTypers.Paul Phillips2013-08-171-0/+43
* Pulled pattern typing methods from Typers.Paul Phillips2013-08-171-0/+319