summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker
Commit message (Expand)AuthorAgeFilesLines
* Java joint compilation: tweak static lookup implJason Zaugg2016-08-122-6/+11
* Javadoc: java static name resolutionAdriaan Moors2016-08-091-3/+13
* Javadoc: fix assertion errors for java fieldsJakob Odersky2016-07-261-2/+2
* Merge pull request #5257 from szeiger/wip/final-tuplesLukas Rytz2016-07-201-3/+1
|\
| * SI-7301 Make tuple classes finalStefan Zeiger2016-07-071-3/+1
* | Merge pull request #5246 from jodersky/javadocAdriaan Moors2016-07-181-3/+4
|\ \
| * | Retain javadoc comments in scaladocJakob Odersky2016-07-151-3/+4
| |/
* / SI-9849 set privateWithin on default gettersLukas Rytz2016-07-121-1/+1
|/
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-061-0/+1
* Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-061-1/+6
|\
| * Lambda impl methods static and more stably namedJason Zaugg2016-06-011-1/+6
* | Merge pull request #5209 from adriaanm/trait-no-native-methLukas Rytz2016-06-031-10/+18
|\ \
| * | Prohibit @native method in traitAdriaan Moors2016-06-021-10/+18
* | | Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-022-5/+43
|\ \ \ | |/ / |/| |
| * | SI-8667 Caret at bad argSom Snytt2016-05-132-9/+16
| * | SI-8667 Improve too-many-args messageSom Snytt2016-05-132-5/+36
* | | Compute constrParamAccessors once. It's expensiveAdriaan Moors2016-06-011-22/+26
* | | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-013-20/+23
| |/ |/|
* | Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-305-17/+23
|\ \
| * | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-295-19/+22
| * | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
| * | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-284-9/+12
* | | SI-9794 Error advice uses decoded method nameSom Snytt2016-05-261-1/+1
|/ /
* | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-231-1/+3
|\ \
| * | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-201-1/+3
| |/
* | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-231-1/+0
|\ \
| * | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-04-191-1/+0
* | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-141-2/+3
| |/ |/|
* | SI-9045 Error on recursive ctorSom Snytt2016-05-042-8/+14
* | SI-9045 Refactor to abuse of matchSom Snytt2016-05-041-36/+28
* | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-021-7/+5
* | SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-231-3/+3
* | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-6/+9
* | Move ScalaRunTime.box to typechecker.Macros.Sébastien Doeraene2016-04-131-2/+14
|/
* General cleanups and less warnings during a Scala buildsoc2016-04-042-3/+1
* Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-312-21/+41
* typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-302-45/+31
* Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-24/+32
* LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-291-6/+30
* SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-261-0/+2
* Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-262-100/+107
* SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-8/+8
* Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-1/+2
* Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-261-2/+2
* Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-261-5/+3
* Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-263-11/+8
* More fixes based on feedback by LukasAdriaan Moors2016-03-261-14/+14
* Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-263-50/+68
* For backwards compat, sammy comes lastAdriaan Moors2016-03-261-7/+7
* Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-262-120/+42