aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-1/+2
* | | | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-161-33/+28
|\| | | |
| * | | | Implement new rules for name-based pattern matchingMartin Odersky2016-12-151-4/+5
| * | | | Change by-name pattern matching.Martin Odersky2016-12-141-33/+27
| | |/ / | |/| |
* | | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-152-3/+3
|\ \ \ \
| * | | | Drop explicit types for local implicit valsMartin Odersky2016-12-122-3/+3
* | | | | Merge pull request #1682 from dotty-staging/vclassodersky2016-12-153-9/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | renable checking for TreeCheckerliu fengyun2016-11-241-1/+4
| * | | | don't recheck in -Ycheckliu fengyun2016-11-241-1/+1
| * | | | fix #1642: disallow value classe wrapping value classliu fengyun2016-11-242-8/+10
| | |/ / | |/| |
* | | | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1776: Avoid interaction between parameter forwarding and elimByNameMartin Odersky2016-12-111-1/+3
* | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-102-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-022-3/+3
| | |/ | |/|
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-101-3/+5
|\ \ \
| * | | Fine-tune post-conditions.Martin Odersky2016-12-021-3/+5
| |/ /
* | | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-031-15/+65
|\ \ \
| * | | Adress reviewers commentsMartin Odersky2016-12-011-10/+13
| * | | Drop function 22 limit.Martin Odersky2016-11-301-15/+62
| | |/ | |/|
* | | Merge pull request #1685 from dotty-staging/fix-1665Dmitry Petrashko2016-12-031-4/+14
|\ \ \ | |_|/ |/| |
| * | Fix #1665: Check that != has an operand on the left.Nicolas Stucki2016-12-011-4/+14
| |/
* / Clean up importsMartin Odersky2016-12-011-1/+0
|/
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-221-0/+1
* -Ytest-pickler: avoid forcing anything when there's a differenceGuillaume Martres2016-11-221-1/+1
* Fix flags for default getters of constructorsGuillaume Martres2016-11-221-0/+8
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2268-0/+12937