aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move sbt-bridgeFelix Mulder2016-11-22508-1/+1
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-229-31/+37
|\
| * Recreate FreshNameCreator for each run.Martin Odersky2016-11-192-3/+4
| * Plug another space leak.Martin Odersky2016-11-192-6/+4
| * Fix memory leakMartin Odersky2016-11-191-1/+1
| * Revert 53cd512Martin Odersky2016-11-191-4/+3
| * More extensive stats about generated treesMartin Odersky2016-11-182-3/+6
| * Say what is compiled under -verboseMartin Odersky2016-11-181-1/+3
| * Don't keep full picklers around until backend.Martin Odersky2016-11-183-14/+17
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-2137-497/+703
|\ \ | |/ |/|
| * Make inliner not rely on ambiguous map keyMartin Odersky2016-11-211-9/+25
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-2113-53/+79
| * Fix typosMartin Odersky2016-11-202-2/+2
| * Address reviewer's comments.Martin Odersky2016-11-175-13/+11
| * Pickle and unpickle type treesMartin Odersky2016-11-1616-314/+502
| * Clean up parameterized typedefsMartin Odersky2016-11-1113-80/+77
| * Merge syntheticTypeParamNames and syntheticLambdaParamNamesMartin Odersky2016-11-113-7/+3
| * Replace PolyType.fromSymbols with LambdaAbstractMartin Odersky2016-11-117-33/+14
| * Make test more robustMartin Odersky2016-11-111-1/+1
| * Add assignType for RefinedTypeTreesMartin Odersky2016-11-112-12/+16
* | Merge pull request #1724 from dotty-staging/fix-i1648odersky2016-11-182-0/+8
|\ \
| * | fix #1648: mark companion object for java.lang.Object as non-existentliu fengyun2016-11-182-0/+8
|/ /
* | Merge pull request #1722 from dotty-staging/topic/fix#1708odersky2016-11-176-15/+51
|\ \
| * | Annotate error in test not revealed before prev commitFelix Mulder2016-11-172-5/+5
| * | Fix #1708: return ErrorTree in `typedPackageDef` if pkg has no symbolFelix Mulder2016-11-172-9/+14
| * | Only issue error, no unlinkingFelix Mulder2016-11-172-8/+8
| * | Unlink type when entering clashing packageFelix Mulder2016-11-175-4/+35
* | | Merge pull request #1720 from dotty-staging/fix-i1701odersky2016-11-174-4/+9
|\ \ \
| * | | don't enter package to owner's scopeliu fengyun2016-11-172-4/+3
| * | | fix neg test i1701.scalaliu fengyun2016-11-171-2/+4
| * | | fix failing testliu fengyun2016-11-161-1/+1
| * | | add tests for #1701liu fengyun2016-11-161-0/+3
| * | | fix #1701: disqualify package name in type name resolutionliu fengyun2016-11-161-3/+4
| |/ /
* | | Merge pull request #1711 from dotty-staging/fix-isNullableodersky2016-11-171-1/+1
|\ \ \
| * | | Add warning on != with same type fix isNullable.Nicolas Stucki2016-11-171-1/+1
* | | | Merge pull request #1696 from felixmulder/topic/assert-message-lazinessFelix Mulder2016-11-176-48/+122
|\ \ \ \
| * | | | Add note detailing possible memory leak in `StoreReporter`Felix Mulder2016-11-141-3/+10
| * | | | Make sure all `Message` creation is by nameFelix Mulder2016-11-143-22/+22
| * | | | Make sure messages are lazily evaluated until `report` in `Reporter`Felix Mulder2016-11-105-26/+93
| | |_|/ | |/| |
* | | | Merge pull request #1718 from dotty-staging/fix-#1703odersky2016-11-172-1/+7
|\ \ \ \
| * | | | Move test to neg positionMartin Odersky2016-11-162-5/+5
| * | | | Fix #1703 - survive illegal self type clauseMartin Odersky2016-11-162-1/+7
* | | | | Merge pull request #1717 from dotty-staging/fix-#1688odersky2016-11-164-16/+44
|\| | | | | |_|_|/ |/| | |
| * | | Don't allow redefinition of core classesMartin Odersky2016-11-104-16/+44
| |/ /
* | | Merge pull request #1697 from dotty-staging/fix-#1664Dmitry Petrashko2016-11-162-8/+24
|\ \ \
| * | | Fix #1664: Refine isOuterRef conditionMartin Odersky2016-11-102-8/+24
| |/ /
* | | Merge pull request #1666 from dotty-staging/fix-#1653odersky2016-11-165-12/+24
|\ \ \
| * | | Refactor testMartin Odersky2016-11-072-2/+9
| * | | Fix #1653: Check "no inherit from final" earlier.Martin Odersky2016-11-063-10/+15
* | | | Merge pull request #1695 from dotty-staging/fix-#1662odersky2016-11-162-2/+9
|\ \ \ \