aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1962 from dotty-staging/centralize-function-logicodersky2017-02-167-52/+111
|\
| * Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-137-52/+111
* | Change '... expected but found ...' to MessageEnno Runne2017-02-146-13/+75
* | Fix #1976: Hack to support scala.xml's $scope (#1977)odersky2017-02-144-1/+8
* | Merge pull request #1979 from dotty-staging/fix-#1975Felix Mulder2017-02-141-5/+7
|\ \
| * | Fix #1975: Align valdefs and for expressions for patternsMartin Odersky2017-02-141-5/+7
* | | increase command wait time to 1sliu fengyun2017-02-141-1/+1
|/ /
* / Ennru forward reference error (#1973)Enno2017-02-143-3/+44
|/
* Merge pull request #1931 from dotty-staging/fix-#1501Guillaume Martres2017-02-134-3/+30
|\
| * Fix package name of Java's Serializable classMartin Odersky2017-02-101-1/+1
| * Narrow Java exception to inheritance ruleMartin Odersky2017-02-081-3/+5
| * Refine AnonClass generationMartin Odersky2017-02-081-1/+1
| * Refine checkTraitInheritance conditionMartin Odersky2017-02-081-3/+16
| * Fix #1501 - Check trait inheritance conditionMartin Odersky2017-02-082-1/+13
* | Merge pull request #1951 from dotty-staging/fix-1484Felix Mulder2017-02-134-2/+207
|\ \
| * | remove noise in test outputliu fengyun2017-02-111-4/+7
| * | remove dependency on scala scriptliu fengyun2017-02-103-172/+182
| * | fix #1484: position of while incorrect in debugliu fengyun2017-02-103-2/+194
* | | Merge pull request #1969 from dotty-staging/fix/annot-funGuillaume Martres2017-02-131-1/+5
|\ \ \
| * | | Fix parsing annotation on function typeGuillaume Martres2017-02-121-1/+5
* | | | Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-123-6/+81
* | | | Support expecting compiler errors from all phasesEnno Runne2017-02-102-4/+4
| |/ / |/| |
* | | Address reviews for #1966Felix Mulder2017-02-102-10/+12
* | | Make DottyTest a TraitFelix Mulder2017-02-102-3/+3
* | | Fix #1965: add proper testing infrastructure for reporting testsFelix Mulder2017-02-103-1/+116
|/ /
* | Merge pull request #1936 from dotty-staging/fix-1916-on-implicit-functionsodersky2017-02-083-6/+6
|\ \
| * | Fix #1916: fix erasure of implicit xxl closuresNicolas Stucki2017-02-033-6/+6
* | | Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-082-33/+49
|\ \ \
| * | | Improve formattingMartin Odersky2017-02-011-14/+19
| * | | 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
| * | | Print typerstate nesting info as part of constr printingMartin Odersky2017-01-312-5/+11
| * | | Implement SearchResult.showMartin Odersky2017-01-313-5/+31
| * | | Allow implicit-by-name parametersMartin Odersky2017-01-312-7/+4
| * | | Avoid recomputation of companionRefsMartin Odersky2017-01-311-5/+5
* | | | Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-089-43/+46
|\ \ \ \
| * | | | Better positions for infix term operations.Guillaume Martres2017-02-051-2/+4
| * | | | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-059-43/+44
| | |/ / | |/| |
* | | | Merge pull request #1943 from dotty-staging/fix/lambda-positionodersky2017-02-081-0/+2
|\ \ \ \
| * | | | Positioned#initialPos: Union the position of every childrenGuillaume Martres2017-02-051-0/+2
| |/ / /
* | | | Merge pull request #1952 from dotty-staging/fix/object-namePosodersky2017-02-081-2/+2
|\ \ \ \
| * | | | Trees#namePos: Correct position for objectsGuillaume Martres2017-02-061-2/+2
| |/ / /
* | | | Merge pull request #1953 from dotty-staging/fix-wildapproxodersky2017-02-083-40/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix wildApprox functionMartin Odersky2017-02-073-40/+57
* | | | Print typerstate nesting info as part of constr printingMartin Odersky2017-02-082-5/+11
* | | | Implement SearchResult.showMartin Odersky2017-02-083-5/+31
* | | | Allow implicit-by-name parametersMartin Odersky2017-02-082-7/+4
* | | | Avoid recomputation of companionRefsMartin Odersky2017-02-081-5/+5
| |/ / |/| |
* | | Merge pull request #1930 from dotty-staging/fix-#1568odersky2017-02-032-87/+94
|\ \ \
| * | | Fix #1568 - avoid transforming error treesMartin Odersky2017-02-022-87/+94
| |/ /