summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix context for type checking early initializersLukas Rytz2013-02-031-1/+1
* Analyzer PluginsLukas Rytz2013-02-031-14/+19
* SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-031-15/+27
* Merge pull request #1979 from retronym/backport/1499James Iry2013-02-011-9/+15
|\
| * [backport] Fix for SI-6206, inconsistency with apply.Jason Zaugg2013-01-261-9/+15
* | Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-311-5/+5
|\ \
| * | SI-5859, inapplicable varargs.Paul Phillips2013-01-301-5/+5
| * | SI-2418, remove restriction on final vars.Paul Phillips2013-01-301-6/+3
* | | Merge pull request #2000 from adriaanm/backport-pr-1873Paul Phillips2013-01-311-29/+50
|\ \ \
| * | | [backport] SI-5378, unsoundness with type bounds in refinements.Paul Phillips2013-01-281-29/+50
| | |/ | |/|
* | | [backport] Removed restriction on final vars, SI-2418.Paul Phillips2013-01-311-6/+3
| |/ |/|
* | Merge pull request #1936 from retronym/ticket/6891Adriaan Moors2013-01-281-1/+1
|\ \ | |/ |/|
| * Make value classes TreeCheckers friendlyJason Zaugg2013-01-261-1/+1
* | Merge pull request #1907 from namin/si-6952Paul Phillips2013-01-251-3/+3
|\ \
| * | Closes SI-6952: add correct error positions for Dynamic feature check.amin2013-01-161-3/+3
* | | SI-6994 Avoid spurious promiscuous catch warningJason Zaugg2013-01-201-1/+1
| |/ |/|
* | Merge pull request #1854 from pufuwozu/ticket-SI-6923Paul Phillips2013-01-171-1/+9
|\ \ | |/ |/|
| * SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-071-1/+9
* | Merge pull request #1888 from retronym/ticket/6675Paul Phillips2013-01-151-2/+2
|\ \
| * | SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-151-2/+2
* | | Merge pull request #1894 from retronym/ticket/6082Adriaan Moors2013-01-141-4/+7
|\ \ \
| * | | SI-6082 Conditionally expand @ann(x) to @ann(value = x)Jason Zaugg2013-01-131-4/+7
| |/ /
* | | Merge pull request #1878 from adriaanm/ticket-6925Adriaan Moors2013-01-141-138/+149
|\ \ \
| * | | clean up synthesizePartialFunctionAdriaan Moors2013-01-101-12/+15
| * | | rework partial function synthesisAdriaan Moors2013-01-091-146/+145
| * | | SI-6925 use concrete type in applyOrElse's match's selectorAdriaan Moors2013-01-091-1/+10
| | |/ | |/|
* | | Merge pull request #1876 from adriaanm/ticket-5189-infAdriaan Moors2013-01-141-6/+5
|\ \ \
| * | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-091-6/+5
| |/ /
* | / SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-131-0/+26
| |/ |/|
* | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-111-30/+25
|\ \
| * | Backport of SI-6846.Jason Zaugg2013-01-081-30/+25
| |/
* / SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-071-44/+47
|/
* SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-241-3/+9
* Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-191-5/+5
|\
| * Fix for rangepos crasher.Paul Phillips2012-12-041-2/+3
| * SI-6685 fixes error handling in typedApplyEugene Burmako2012-11-301-3/+2
* | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-151-2/+9
|\ \
| * | SI-5361 Refactor in accordance with review comments.Jason Zaugg2012-12-051-6/+7
| * | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-041-1/+7
* | | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-141-1/+1
|\ \ \
| * | | typedIdent no longer destroys attachmentsEugene Burmako2012-12-131-1/+1
* | | | Merge pull request #1740 from scalamacros/topic/super-call-argsPaul Phillips2012-12-121-3/+3
|\ \ \ \
| * | | | s/SuperCallArgs/SuperArgs/Eugene Burmako2012-12-101-3/+3
* | | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-121-10/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-111-10/+4
* | | | | Merge pull request #1722 from vigdorchik/ide.apiAdriaan Moors2012-12-121-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Extract base scaladoc functionality for the IDE.Eugene Vigdorchik2012-12-121-1/+2
* | | | | Merge pull request #1701 from retronym/ticket/5877Adriaan Moors2012-12-101-1/+5
|\ \ \ \ \
| * | | | | SI-5877 Tweak the check for package object owner.Jason Zaugg2012-12-041-3/+4
| * | | | | SI-5877 Support implicit classes in package objectsJason Zaugg2012-12-041-1/+4
| | |_|/ / | |/| | |