aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2220-10462/+0
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-222-9/+8
|\
| * Recreate FreshNameCreator for each run.Martin Odersky2016-11-191-2/+1
| * Plug another space leak.Martin Odersky2016-11-191-3/+1
| * Fix memory leakMartin Odersky2016-11-191-1/+1
| * More extensive stats about generated treesMartin Odersky2016-11-181-3/+3
| * Say what is compiled under -verboseMartin Odersky2016-11-181-1/+3
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-214-32/+68
|\ \ | |/ |/|
| * Make inliner not rely on ambiguous map keyMartin Odersky2016-11-211-9/+25
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-211-2/+2
| * Clean up parameterized typedefsMartin Odersky2016-11-112-6/+22
| * Replace PolyType.fromSymbols with LambdaAbstractMartin Odersky2016-11-113-4/+4
| * Add assignType for RefinedTypeTreesMartin Odersky2016-11-112-12/+16
* | Merge pull request #1722 from dotty-staging/topic/fix#1708odersky2016-11-173-14/+30
|\ \
| * | Annotate error in test not revealed before prev commitFelix Mulder2016-11-171-4/+4
| * | Fix #1708: return ErrorTree in `typedPackageDef` if pkg has no symbolFelix Mulder2016-11-172-9/+14
| * | Only issue error, no unlinkingFelix Mulder2016-11-171-7/+7
| * | Unlink type when entering clashing packageFelix Mulder2016-11-172-3/+14
* | | don't enter package to owner's scopeliu fengyun2016-11-171-3/+2
* | | fix #1701: disqualify package name in type name resolutionliu fengyun2016-11-161-3/+4
|/ /
* | Merge pull request #1666 from dotty-staging/fix-#1653odersky2016-11-162-10/+12
|\ \ | |/ |/|
| * Fix #1653: Check "no inherit from final" earlier.Martin Odersky2016-11-062-10/+12
* | Merge pull request #1677 from dotty-staging/fix-#1647odersky2016-11-102-18/+7
|\ \
| * | Separate addInlineInfo and addAnnotationsMartin Odersky2016-11-071-3/+3
| * | Address reviewer commentsMartin Odersky2016-11-071-1/+0
| * | Use inline flag instead of @inline annotationMartin Odersky2016-11-072-16/+6
* | | Inline iff reporter has no new errors post typing `rhs`Felix Mulder2016-11-071-4/+1
* | | Fix #1605: don't inline methods that have errorsFelix Mulder2016-11-071-2/+4
* | | Merge pull request #1659 from dotty-staging/fix-#1640Felix Mulder2016-11-061-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #1640: Avoid applications with untyped function partsMartin Odersky2016-11-051-1/+1
| |/
* / Disallow wildcard arguments in newMartin Odersky2016-11-051-1/+9
|/
* Merge pull request #1657 from dotty-staging/fix-#1638odersky2016-11-051-2/+4
|\
| * Fix #1638: Don't import when typing a package clauseMartin Odersky2016-11-031-2/+4
* | Fix #1604: print outer context if applicableFelix Mulder2016-11-041-4/+6
* | Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-046-85/+59
|\ \ | |/ |/|
| * Roll normalizedTree into main PostTyper transformMartin Odersky2016-10-311-51/+36
| * Don't convert to TypeTrees before picklingMartin Odersky2016-10-311-5/+7
| * Fix dropInlined to also change positions of subtreesMartin Odersky2016-10-171-2/+3
| * Drop original on TypeTreeMartin Odersky2016-10-154-33/+19
* | Improve error message for WrongNumberOfArgsShane Delmore2016-10-253-6/+6
* | Merge pull request #1600 from dotty-staging/fix-#1500Guillaume Martres2016-10-251-14/+43
|\ \
| * | Remove fixpoint computation of interpolateUndetVarsGuillaume Martres2016-10-251-10/+5
| * | Fix-#1500 Include constraining type variables when interpolatingMartin Odersky2016-10-151-5/+39
| |/
* | Merge pull request #1599 from dotty-staging/fix-#1570Guillaume Martres2016-10-251-4/+7
|\ \
| * | Fix #1570: Allow inline parameters as inline argsMartin Odersky2016-10-141-4/+7
| |/
* | Merge pull request #1596 from dotty-staging/fix-#1531Guillaume Martres2016-10-141-1/+1
|\ \
| * | Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-141-1/+1
| |/
* | Merge pull request #749 from smarter/fix/escaping-refs-2odersky2016-10-142-10/+4
|\ \ | |/ |/|
| * Typer#escapingRefs: remove dead codeGuillaume Martres2016-03-241-9/+1
| * Typer#escapingRefs: don't let the types of lower bounds escapeGuillaume Martres2016-03-241-1/+3