aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix indentationMartin Odersky2017-02-231-4/+4
| * | Better error messages for missing type of recursive definitionsMartin Odersky2017-02-231-11/+4
* | | Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-27/+27
|\ \ \ | |/ / |/| |
| * | Drop stray printlnMartin Odersky2017-02-211-1/+1
| * | Extend argument pretyping to case-closuresMartin Odersky2017-02-211-32/+25
| * | Add overloading support for case-closuresMartin Odersky2017-02-211-1/+8
* | | Merge pull request #2012 from ennru/ennru_CantInstantiateAbstractFelix Mulder2017-02-221-1/+2
|\ \ \
| * | | Change 'is abstract; cannot be instantiated' to MessageEnno Runne2017-02-201-1/+2
* | | | Merge pull request #1997 from dotty-staging/fix-#1992odersky2017-02-221-1/+1
|\ \ \ \
| * | | | Fix off-by-one error in forward reference checkingMartin Odersky2017-02-181-1/+1
| |/ / /
* | | | Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-214-44/+47
|\ \ \ \
| * | | | adjustModuleCompleter: Avoid capturing ContextGuillaume Martres2017-02-201-11/+15
| * | | | ImportInfo: removed ctx parameter from constructorGuillaume Martres2017-02-192-19/+18
| * | | | ImportInfo: Do not capture ContextGuillaume Martres2017-02-182-7/+7
| * | | | typedUnApply#trySelectUnapply: small cleanupGuillaume Martres2017-02-181-6/+6
| * | | | typedApply: Avoid using incorrect context in tryEitherGuillaume Martres2017-02-181-1/+1
| |/ / /
* | | | Merge pull request #1984 from dotty-staging/fix-#1747-v2odersky2017-02-212-3/+15
|\ \ \ \
| * | | | Unrelated cleanup: Make SearchResult sealed.Martin Odersky2017-02-151-1/+1
| * | | | Better error message for Java/Scala method discrepanciesMartin Odersky2017-02-141-2/+14
* | | | | Merge pull request #2013 from dotty-staging/fix-#2006Nicolas Stucki2017-02-212-5/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't inline when errors are detectedMartin Odersky2017-02-212-5/+9
| | |/ / | |/| |
* | | | Merge pull request #1996 from dotty-staging/fix-#1990odersky2017-02-211-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Harden outer proxy computation of inlined codeMartin Odersky2017-02-191-10/+10
| * | | Fix sorting of accessed this-proxiesMartin Odersky2017-02-191-1/+6
| | |/ | |/|
* | | Merge pull request #1995 from dotty-staging/fix/private-leaks-posodersky2017-02-181-5/+4
|\ \ \
| * | | checkNoPrivateLeaks: Use correct position for errorsGuillaume Martres2017-02-171-5/+4
| |/ /
* | | Fix binding of x @ (e: T) in ClassTag-based patmatGuillaume Martres2017-02-171-7/+5
* | | Fix #1991: Use classtag where available in unapplyMartin Odersky2017-02-172-14/+21
|/ /
* | Merge pull request #1962 from dotty-staging/centralize-function-logicodersky2017-02-161-4/+2
|\ \
| * | Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-131-4/+2
* | | Fix #1976: Hack to support scala.xml's $scope (#1977)odersky2017-02-141-0/+5
| |/ |/|
* | Ennru forward reference error (#1973)Enno2017-02-141-2/+2
|/
* Merge pull request #1931 from dotty-staging/fix-#1501Guillaume Martres2017-02-132-1/+28
|\
| * Narrow Java exception to inheritance ruleMartin Odersky2017-02-081-3/+5
| * Refine checkTraitInheritance conditionMartin Odersky2017-02-081-3/+16
| * Fix #1501 - Check trait inheritance conditionMartin Odersky2017-02-082-1/+13
* | Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-121-6/+6
* | Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-081-19/+30
|\ \
| * | Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-011-0/+2
| * | Handle Array classtags in the same way as othersMartin Odersky2017-02-011-19/+28
| * | Implement SearchResult.showMartin Odersky2017-01-311-4/+8
| * | Allow implicit-by-name parametersMartin Odersky2017-01-311-1/+2
| * | Avoid recomputation of companionRefsMartin Odersky2017-01-311-5/+5
* | | Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-082-3/+3
|\ \ \
| * | | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-052-3/+3
* | | | Merge pull request #1953 from dotty-staging/fix-wildapproxodersky2017-02-083-40/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix wildApprox functionMartin Odersky2017-02-073-40/+57
* | | | Implement SearchResult.showMartin Odersky2017-02-081-4/+8
* | | | Allow implicit-by-name parametersMartin Odersky2017-02-081-1/+2
* | | | Avoid recomputation of companionRefsMartin Odersky2017-02-081-5/+5
| |/ / |/| |