aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #1792: Allow newline in front of `{` when supporting procedure syntax.Martin Odersky2016-12-141-0/+8
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-1/+1
|\
| * Fix repl testsFelix Mulder2016-12-011-1/+1
* | Fix #1786: support use package object in fun callliu fengyun2016-12-132-0/+35
* | Merge pull request #1781 from dotty-staging/fix-#1776Dmitry Petrashko2016-12-121-0/+3
|\ \
| * | Add test caseMartin Odersky2016-12-121-0/+3
* | | Merge pull request #1764 from dotty-staging/fix-#1757odersky2016-12-101-0/+6
|\ \ \
| * | | Add test caseMartin Odersky2016-12-021-0/+6
* | | | Merge pull request #1766 from dotty-staging/fix-#1756odersky2016-12-101-0/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Add original test to test caseMartin Odersky2016-12-021-3/+2
| * | | Fix-1756: Use lexically enclosing class as start of outer path.Martin Odersky2016-12-021-0/+21
| |/ /
* | | Merge pull request #1768 from dotty-staging/fix-#1765odersky2016-12-101-0/+21
|\ \ \
| * | | Fix insertAfterMartin Odersky2016-12-021-0/+21
| |/ /
* | | Merge pull request #1769 from dotty-staging/fix-#1751odersky2016-12-101-0/+17
|\ \ \
| * | | Fix #1751: Make dominator work after erasureMartin Odersky2016-12-021-0/+17
| |/ /
* | | Merge pull request #1778 from dotty-staging/fix-i1773liu fengyun2016-12-082-0/+16
|\ \ \
| * | | fix #1773: handle patterns in interpolated stringliu fengyun2016-12-082-0/+16
* | | | handle ConstantType in TypeComparerReto Hablützel2016-12-041-0/+4
|/ / /
* | | Merge pull request #1658 from dotty-staging/fix-#1639odersky2016-12-031-0/+10
|\ \ \
| * | | Avoid inserting multiple .apply's.Martin Odersky2016-11-241-0/+10
* | | | Merge pull request #1758 from dotty-staging/change-functionsodersky2016-12-032-1/+73
|\ \ \ \
| * | | | Drop function 22 limit.Martin Odersky2016-11-302-1/+73
| | |_|/ | |/| |
* | | | Merge pull request #1685 from dotty-staging/fix-1665Dmitry Petrashko2016-12-031-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #1665: Check that != has an operand on the left.Nicolas Stucki2016-12-011-0/+7
* | | | Additional test caseMartin Odersky2016-12-011-0/+2
* | | | Fix #1647 Evaluate annotation arguments in proper contextMartin Odersky2016-12-011-0/+4
* | | | New phase for entering annotationsMartin Odersky2016-12-011-0/+5
* | | | Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-0/+22
| |/ / |/| |
* | | make test runnableliu fengyun2016-11-282-3/+5
* | | fix #1748: desugaring with StringContext in PatDefliu fengyun2016-11-271-0/+14
* | | Merge pull request #1719 from dotty-staging/fix-#1705odersky2016-11-241-0/+24
|\ \ \
| * | | Renamed test file to give correct issue numberMartin Odersky2016-11-241-0/+0
| * | | More robust scheme for taking start/end of positions when parsingMartin Odersky2016-11-241-0/+24
| | |/ | |/|
* | | Merge pull request #1742 from dotty-staging/topic/colon-in-printerFelix Mulder2016-11-247-17/+26
|\ \ \ | |/ / |/| |
| * | Fix defs not being printed correctlyFelix Mulder2016-11-241-0/+9
| * | Update tests fixing contributor PRFelix Mulder2016-11-246-17/+17
| |/
* / Enable GADT matching for pattern valuesMartin Odersky2016-11-241-0/+11
|/
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-221-0/+9
* checkNoPrivateLeaks: handle defs in local classesGuillaume Martres2016-11-222-0/+19
* checkNoPrivateLeaks: handle references to companion membersGuillaume Martres2016-11-222-0/+24
* Fix pickle_pickleOK testGuillaume Martres2016-11-222-0/+4
* Fix partest compilation of java-interop tests by moving themGuillaume Martres2016-11-2275-0/+0
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-3/+3
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-222-25/+25
* Create dotty-lib.jar for run testsFelix Mulder2016-11-225-65/+0
* Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-214-1/+32
|\
| * Pickle and unpickle type treesMartin Odersky2016-11-163-0/+31
| * Make test more robustMartin Odersky2016-11-111-1/+1
* | fix #1648: mark companion object for java.lang.Object as non-existentliu fengyun2016-11-181-0/+1
* | Merge pull request #1722 from dotty-staging/topic/fix#1708odersky2016-11-172-0/+12
|\ \