summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-311-5/+20
* | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-301-30/+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-261-99/+106
* | 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
* | More fixes based on feedback by LukasAdriaan Moors2016-03-261-14/+14
* | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-34/+32
* | For backwards compat, sammy comes lastAdriaan Moors2016-03-261-7/+7
* | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-118/+41
* | Review feedback from LukasAdriaan Moors2016-03-261-1/+4
* | Refactoring. Sweep Sammy's backyard.Adriaan Moors2016-03-261-21/+18
* | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-261-2/+10
* | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-261-188/+186
* | Refactor. Extract mkLiteralUnit and mkUnitBlockAdriaan Moors2016-03-261-1/+1
* | Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-231-7/+13
|\ \
| * | SI-9314 No warn on ${nonid}Som Snytt2016-03-231-7/+11
| * | SI-9314 Ignore "${}"Som Snytt2016-03-201-3/+5
| * | SI-9314 Don't warn on "$pkg"Som Snytt2016-03-201-1/+1
* | | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-211-1/+1
|\ \ \
| * | | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
| |/ /
* / / New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-2/+2
|/ /
* | SI-9658 Fix crosstalk between partial fun. and GADT matchJason Zaugg2016-03-041-2/+2
* | SI-9540 typedFunction is erasure awareAdriaan Moors2016-02-121-2/+9
* | Merge pull request #4917 from retronym/ticket/9629Jason Zaugg2016-01-291-4/+4
|\ \
| * | SI-9629 Emit missing 'pattern must be a value' errorJason Zaugg2016-01-251-4/+4
* | | Avoid exhaustivity warning in typedTemplateJason Zaugg2016-01-291-1/+1
|/ /
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* | Merge pull request #4822 from retronym/ticket/9178Lukas Rytz2015-11-181-1/+8
|\ \
| * | SI-9178 Don't eta expand param-less method types to SAMsJason Zaugg2015-10-271-1/+8
* | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-261-1/+1
|/ /
* | Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-201-0/+8
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-0/+1
|\|
| * Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+1
| * Fix typos in spec, docs and commentsMichał Pociecha2015-08-231-3/+3
* | SI-9479 Fix regression w. inherited overloads in package objectJason Zaugg2015-09-191-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-3/+3
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-1/+1
|\|
| * ScalaDoc fixes for compilerJanek Bogucki2015-07-291-1/+1
* | Merge pull request #4652 from retronym/ticket/9408Lukas Rytz2015-07-231-0/+2
|\ \
| * | SI-9408 Record known subclasses of local classesJason Zaugg2015-07-231-0/+2
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * SI-9401 Avoid SOE with array + missing classtagJason Zaugg2015-07-161-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-2/+2
|\|
| * Fix another several typosMichał Pociecha2015-06-181-1/+1
| * Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1