aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Drop explicit types for local implicit valsMartin Odersky2016-12-122-3/+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