summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-161-5/+18
| |\ \ \ \
| | * | | | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-181-5/+18
* | | | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-241-1/+1
* | | | | | Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-2/+3
|\| | | | | | |/ / / / |/| | | |
| * | | | SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-091-2/+3
* | | | | Merge pull request #5654 from retronym/ticket/10154Adriaan Moors2017-02-141-1/+2
|\ \ \ \ \
| * | | | | SI-10154 Fix implicit search regression for term-owned objectsJason Zaugg2017-01-201-1/+2
| | |_|_|/ | |/| | |
* | | | | Correct the AbstractVar error messageJon Pretty2017-02-091-1/+1
* | | | | SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-0/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-17/+43
|\| | |
| * | | 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
| * | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-183-11/+35
| |\ \ \
| | * | | Partial fix for SI-7046Miles Sabin2016-08-153-11/+35
| * | | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-151-1/+0
| |/ / /
* | | | SI-10068 Only permit elidable methodsSom Snytt2016-12-141-1/+7
* | | | Merge pull request #5558 from larsrh/topic/deprecated-y-flagsAdriaan Moors2016-12-132-5/+3
|\ \ \ \
| * | | | remove deprecated compiler flag "-Yinfer-by-name"Lars Hupel2016-12-011-4/+2
| * | | | remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-122-5/+26
|\ \ \ \
| * | | | Refactor companion lookup methods after code reviewJason Zaugg2016-11-291-1/+1
| * | | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-292-5/+26
| | |_|/ | |/| |
* | | | Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-121-1/+1
* | | | Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-052-5/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-052-5/+8
* | | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-303-13/+35
|\ \ \ \
| * | | | Partial fix for SI-7046Miles Sabin2016-11-283-13/+35
* | | | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-281-1/+1
| |/ / /
* | | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-292-4/+14
|\ \ \ \
| * | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-282-4/+14
| | |/ / | |/| |
* | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-291-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+1
* | | | SI-9945 Don't warn imports in java unitsSom Snytt2016-11-161-1/+1
| |/ / |/| |
* | | Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-161-1/+1
|\ \ \
| * | | SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-071-1/+1
* | | | Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* | | | Merge pull request #5460 from som-snytt/issue/6978Jason Zaugg2016-11-101-1/+1
|\ \ \ \
| * | | | SI-6978 No linting of Java parensSom Snytt2016-10-151-1/+1
| |/ / /
* | | | SI-6734 CommentSom Snytt2016-10-311-1/+2
* | | | SI-6734 Synthesize companion near case classSom Snytt2016-10-271-3/+17
| |/ / |/| |
* | | SI-9516 remove now-unneeded codeSeth Tisue2016-10-241-3/+3
* | | Merge pull request #5393 from som-snytt/issue/nowarn-thistype-discardLukas Rytz2016-10-211-2/+7
|\ \ \
| * | | No warn when discarding r.f(): r.typeSom Snytt2016-09-101-2/+7
* | | | Error message for super calls to indirect java parent interfacesLukas Rytz2016-09-301-2/+2
| |/ / |/| |
* | | Make isSeparateCompiled... robust against rogue phase time travelJason Zaugg2016-09-271-1/+7
* | | SD-226 Be lazier in Fields info transform for better performanceJason Zaugg2016-09-211-0/+5
|/ /
* | SD-143 allow super calls to methods defined in indirect super classesJason Zaugg2016-09-051-1/+7
* | Merge pull request #5369 from lrytz/sd210Lukas Rytz2016-09-022-2/+17
|\ \