aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2074 from vlthr/dottydoc-entity-implicitsFelix Mulder2017-03-152-209/+460
|\
| * address feedback on #2074Valthor Halldorsson2017-03-142-123/+346
| * consolidate entity serialization into single classValthor Halldorsson2017-03-102-166/+194
* | Merge pull request #2096 from dotty-staging/fix-i2051Dmitry Petrashko2017-03-153-3/+15
|\ \
| * | add more testsliu fengyun2017-03-141-0/+7
| * | add neg test for #2051liu fengyun2017-03-141-0/+2
| * | fix #2051: allow override T with => T or ()Tliu fengyun2017-03-142-3/+6
* | | Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-1512-50/+60
|\ \ \
| * | | Add @tailrec to avoid regressions.Nicolas Stucki2017-03-0112-44/+54
| * | | Make loop in derivesFrom a tailrec loop.Nicolas Stucki2017-03-011-6/+6
* | | | Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-1433-142/+242
|\ \ \ \
| * | | | Drop dead method and testMartin Odersky2017-03-141-19/+2
| * | | | Fix unrelated typos in commentsMartin Odersky2017-03-142-7/+7
| * | | | Test casesMartin Odersky2017-03-142-0/+28
| * | | | Check there are no forward dependencies to method parametersMartin Odersky2017-03-142-1/+20
| * | | | Fix unpickling of param-dependent methodsMartin Odersky2017-03-141-2/+2
| * | | | Drop mixed MethodType apply methodMartin Odersky2017-03-145-9/+9
| * | | | Take parameter dependencies into accountMartin Odersky2017-03-142-5/+27
| * | | | Add method to track parameter dependency statusMartin Odersky2017-03-141-4/+24
| * | | | Construct dependent method types from symbolsMartin Odersky2017-03-142-5/+21
| * | | | Construct MethodTypes from parameter closureMartin Odersky2017-03-1425-96/+108
* | | | | Merge pull request #2098 from dotty-staging/fix-i1960Guillaume Martres2017-03-141-0/+8
|\ \ \ \ \
| * | | | | add test for #1960liu fengyun2017-03-141-0/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #2097 from dotty-staging/fix-i1706Guillaume Martres2017-03-141-0/+3
|\ \ \ \ \
| * | | | | add test for #1706liu fengyun2017-03-141-0/+3
| |/ / / /
* | | | | Merge pull request #2100 from dotty-staging/fix/sbt-reporterGuillaume Martres2017-03-141-9/+27
|\ \ \ \ \
| * | | | | sbt-bridge: Fix lineContent, pointer, pointerSpaceGuillaume Martres2017-03-141-3/+5
| * | | | | sbt-bridge: Reduce verbosity by using intermediate variableGuillaume Martres2017-03-141-6/+7
| * | | | | sbt-bridge: simpler way to get file pathGuillaume Martres2017-03-141-4/+5
| * | | | | sbt-bridge: Don't crash when a Message does not have a PositionGuillaume Martres2017-03-141-9/+23
|/ / / / /
* | | | | Merge pull request #2091 from dotty-staging/fix-#2077Guillaume Martres2017-03-144-11/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-134-11/+21
| |/ / /
* | | | Merge pull request #2090 from dotty-staging/fix/ParSetLikeodersky2017-03-142-0/+11
|\ \ \ \
| * | | | Fix #2089: Error when compiling ParSetLike, ParSet, SetLike, in this orderGuillaume Martres2017-03-132-0/+11
* | | | | Merge pull request #2093 from dotty-staging/fix/sourceFileodersky2017-03-141-4/+7
|\ \ \ \ \
| * | | | | Fix Symbol#sourceFile not working after FlattenGuillaume Martres2017-03-141-4/+7
* | | | | | Merge pull request #2094 from dotty-staging/fix-i2071odersky2017-03-142-0/+9
|\ \ \ \ \ \
| * | | | | | fix #2071: handle HKApply in SAMTypeliu fengyun2017-03-142-0/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2095 from dotty-staging/posfixodersky2017-03-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix #1488: unfriendly jumping in evaluating lazy val blockliu fengyun2017-03-141-1/+1
|/ / / / /
* | | | | Merge pull request #2087 from dotty-staging/fix/ParSetLikeodersky2017-03-132-3/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / Fix compilation of ParSetLike by itselfGuillaume Martres2017-03-132-3/+4
|/ / /
* | | Merge pull request #2080 from dotty-staging/fix#-2066odersky2017-03-127-16/+72
|\ \ \
| * | | Alternative fix of #2066.Martin Odersky2017-03-124-16/+51
| * | | Fix #2066: Don't qualify private members in SelectionProto's...Martin Odersky2017-03-124-3/+24
* | | | Merge pull request #2083 from dotty-staging/fix/plainprinter-posGuillaume Martres2017-03-121-1/+1
|\ \ \ \
| * | | | -Yplain-printer: do not print positions by defaultGuillaume Martres2017-03-121-1/+1
|/ / / /
* | | | Merge pull request #2078 from dotty-staging/fix-#1569-v2Guillaume Martres2017-03-125-26/+41
|\ \ \ \
| * | | | Comment ApproximatingTypeMapMartin Odersky2017-03-121-0/+7
| * | | | Improve definition and doc comment for ensureNoLeaksMartin Odersky2017-03-122-23/+22