summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9834 Show expansion of update on errorSom Snytt2016-11-251-3/+4
* SI-9834 Improve error on failed op=Som Snytt2016-11-251-16/+43
* Partial fix for SI-7046Miles Sabin2016-08-151-6/+3
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+1
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-3/+3
* ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
* SI-9401 Avoid SOE with array + missing classtagJason Zaugg2015-07-161-1/+1
* Fix another several typosMichał Pociecha2015-06-181-1/+1
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* Fix many typosMichał Pociecha2015-04-211-1/+1
* SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-151-4/+5
* Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-281-10/+11
|\
| * Removed warningsEECOLOR2015-03-261-6/+7
| * 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-3/+3
* | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-261-1/+1
|\ \ | |/ |/|
| * better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-241-1/+1
* | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-251-7/+4
|\ \
| * | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-211-7/+4
| |/
* | Merge pull request #4380 from retronym/ticket/9020Jason Zaugg2015-03-241-2/+2
|\ \
| * | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-121-2/+2
| |/
* | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-241-1/+1
|\ \
| * | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-171-1/+1
| |/
* / SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-171-1/+1
|/
* Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-131-5/+14
|\
| * SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-121-5/+14
* | Merge pull request #4288 from adriaanm/retronym-ticket/9041Adriaan Moors2015-02-091-0/+10
|\ \
| * | SI-9041 Avoid unreported type error with overloading, implicitsJason Zaugg2015-02-021-0/+10
* | | Merge pull request #4248 from retronym/ticket/9086Jason Zaugg2015-02-051-1/+5
|\ \ \
| * | | SI-9086 Fix regression in implicit searchJason Zaugg2015-01-291-1/+5
| |/ /
* / / SI-9093 Fix value discarding / multiple param list crasherJason Zaugg2015-01-201-1/+1
|/ /
* | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-141-1/+1
|\ \
| * | Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| |/
* | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-231-0/+16
|\ \
| * | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+16
* | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-181-2/+6
|\ \ \ | |_|/ |/| |
| * | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-141-2/+6
* | | SI-9008 Fix regression with higher kinded existentialsJason Zaugg2014-12-031-1/+5
| |/ |/|
* | Merge pull request #4117 from retronym/ticket/8449Adriaan Moors2014-11-171-2/+2
|\ \
| * | SI-8449 Fix spurious error with Java raw type over a Scala classJason Zaugg2014-11-091-2/+2
| |/
* | Merge pull request #4114 from retronym/ticket/8534Adriaan Moors2014-11-171-5/+8
|\ \
| * | SI-8534 Avoid crash in erroneous SelectFromTypeTreeJason Zaugg2014-11-091-5/+8
| |/
* | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-101-14/+62
|\ \
| * | [sammy] support repeated paramsAdriaan Moors2014-11-071-15/+2
| * | [sammy] use correct type for method to overrideAdriaan Moors2014-11-071-3/+48
| * | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-061-10/+26
| |/
* / SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.Antoine Gourlay2014-11-061-1/+2
|/
* SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-101-1/+3
* Avoid ClassfileAnnotation warning for @SerialVersionUIDSimon Ochsenreither2014-10-071-1/+4
* SI-8267 Avoid existentials after polymorphic overload resolutionJason Zaugg2014-10-021-5/+22