aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | Add original test case of #360Martin Odersky2017-03-121-0/+6
| * | | | | Fix #1569: Improve avoidance algorithmMartin Odersky2017-03-123-13/+16
| |/ / / /
* | | | | Merge pull request #2076 from dotty-staging/fix/override-java-varargsodersky2017-03-125-6/+30
|\ \ \ \ \
| * | | | | ElimRepeated: Do not use installAfterGuillaume Martres2017-03-121-6/+14
| * | | | | Fix overriding a Java method with varargsGuillaume Martres2017-03-125-4/+20
| |/ / / /
* | | | | Merge pull request #2075 from dotty-staging/fix/tasty-testsodersky2017-03-123-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move tests/tasty/* to tests/pickling/*Guillaume Martres2017-03-113-1/+0
* | | | | Merge pull request #1884 from MasseGuillaume/restore-delegating-reporterFelix Mulder2017-03-112-8/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | restore position offset in DelegatingReporterGuillaume Massé2017-01-062-8/+14
* | | | | Merge pull request #2070 from dotty-staging/fix/erasedLubodersky2017-03-092-4/+23
|\ \ \ \ \
| * | | | | Fix bug in erasedLub leading to incorrect signaturesGuillaume Martres2017-03-082-4/+23
* | | | | | Merge pull request #2068 from dotty-staging/fix-#2064odersky2017-03-092-8/+22
|\ \ \ \ \ \
| * | | | | | Fix commentMartin Odersky2017-03-081-2/+3
| * | | | | | Better fixMartin Odersky2017-03-082-7/+5
| * | | | | | Fix #2064: Avoid illegal types in OrDominatorMartin Odersky2017-03-082-1/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-0923-64/+430
|\ \ \ \ \ \
| * | | | | | Adress reviewers commentsMartin Odersky2017-03-032-2/+8
| * | | | | | More testsMartin Odersky2017-03-023-1/+43
| * | | | | | New test: covariant hmapsMartin Odersky2017-03-021-0/+97
| * | | | | | Move depmeth tests back to pendingMartin Odersky2017-03-012-0/+0
| * | | | | | Make alignArgsInAnd safe and turn it on by defaultMartin Odersky2017-03-015-28/+30
| * | | | | | Fix handling of dependent method typesMartin Odersky2017-03-015-10/+27
| * | | | | | Drop duplication in testMartin Odersky2017-03-011-71/+0
| * | | | | | Add non-variant version of HLists for completenessMartin Odersky2017-02-282-0/+157
| * | | | | | Add check fileMartin Odersky2017-02-281-0/+1
| * | | | | | Re-instantiate depmeth testsMartin Odersky2017-02-284-3/+3
| * | | | | | Independent test case, mentioned in #2004.Martin Odersky2017-02-281-0/+11
| * | | | | | New testMartin Odersky2017-02-282-0/+86