summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker
Commit message (Expand)AuthorAgeFilesLines
* Allow user-defined `[un]apply` in case companionAdriaan Moors2017-04-051-24/+75
* Make ImplicitInfo hashCode consistent with equals.Miles Sabin2017-04-031-1/+4
* Merge pull request #5643 from som-snytt/issue/8417Adriaan Moors2017-03-222-18/+20
|\
| * SI-8417 Check adapts of each param sectionSom Snytt2017-02-202-18/+20
* | Merge pull request #5622 from edmundnoble/extra-errsAdriaan Moors2017-03-023-24/+46
|\ \
| * | Match error lengthsEdmund Noble2017-02-071-2/+5
| * | Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-313-24/+43
* | | SI-10207 Error before update conversionSom Snytt2017-02-261-5/+6
* | | Merge pull request #5708 from szeiger/issue/si10194Lukas Rytz2017-02-211-7/+7
|\ \ \
| * | | SI-10194: Fix abstract type resolution for overloaded HOFsStefan Zeiger2017-02-211-7/+7
* | | | Merge pull request #5700 from retronym/ticket/10154-refactorLukas Rytz2017-02-212-20/+29
|\ \ \ \
| * | | | Refactor implementation of lookupCompanionJason Zaugg2017-02-192-20/+29
| | |_|/ | |/| |
* | | | Merge pull request #5640 from optimizely/repl-import-handlerAdriaan Moors2017-02-201-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix ImportHandler's reporting of importedNames and importedSymbolsHao Xia2017-01-111-2/+5
| | |/ | |/|
* | | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-174-42/+43
|\ \ \ | | |/ | |/|
| * | Merge pull request #5546 from som-snytt/issue/9636Adriaan Moors2017-02-161-32/+24
| |\ \
| | * | SI-9636 More precise error pos on apply inferenceSom Snytt2016-12-201-32/+24
| | |/
| * | Merge pull request #5662 from teldosas/SI-9675Adriaan Moors2017-02-161-1/+1
| |\ \
| | * | Add warning about non-sensible equals in anonymous functionsteldosas2017-02-011-1/+1
| | |/
| * | Merge pull request #5587 from lrytz/t10072Adriaan Moors2017-02-161-4/+0
| |\ \
| | * | SI-10072 cast Function nodes to environment in specializationLukas Rytz2016-12-071-4/+0
| * | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |