aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change `ClassicReporter` to `TestReporter` in test sourcesFelix Mulder2016-11-0946-409/+92
* add the forgotten patmat testliu fengyun2016-11-091-1/+1
* Fixed #1672: Add regression test.Nicolas Stucki2016-11-081-0/+7
* Fix #1605: don't inline methods that have errorsFelix Mulder2016-11-071-0/+5
* Merge pull request #1659 from dotty-staging/fix-#1640Felix Mulder2016-11-062-0/+12
|\
| * Test case for #1641Martin Odersky2016-11-051-0/+8
| * Fix #1640: Avoid applications with untyped function partsMartin Odersky2016-11-051-0/+4
* | Disallow wildcard arguments in newMartin Odersky2016-11-051-0/+19
|/
* Merge pull request #1657 from dotty-staging/fix-#1638odersky2016-11-051-0/+3
|\
| * Fix #1638: Don't import when typing a package clauseMartin Odersky2016-11-031-0/+3
* | Merge pull request #1655 from dotty-staging/change-future-defs-okodersky2016-11-051-0/+8
|\ \
| * | Fix #1637: Future defs are always OKMartin Odersky2016-10-311-0/+8
| |/
* | Reclassified testMartin Odersky2016-11-032-5/+5
* | Fix #1652: Make assertion more robustMartin Odersky2016-11-031-0/+5
|/
* Merge pull request #1600 from dotty-staging/fix-#1500Guillaume Martres2016-10-251-0/+19
|\
| * Fix-#1500 Include constraining type variables when interpolatingMartin Odersky2016-10-151-0/+19
* | Merge pull request #1599 from dotty-staging/fix-#1570Guillaume Martres2016-10-251-0/+4
|\ \
| * | Fix #1570: Allow inline parameters as inline argsMartin Odersky2016-10-141-0/+4
| |/
* | Test that #1614 remains fixed.Dmitry Petrashko2016-10-231-0/+9
* | Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-212-0/+26
* | Merge pull request #1594 from dotty-staging/fix-#1576Olivier Blanvillain2016-10-202-0/+8
|\ \
| * | Fix #1576: Parameters of Java annotations should be publicMartin Odersky2016-10-132-0/+8
* | | Merge pull request #1595 from dotty-staging/fix-#1567odersky2016-10-202-0/+9
|\ \ \
| * | | Fix #1567: Widen private constructor in value classMartin Odersky2016-10-142-0/+9
| |/ /
* | | Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-161-0/+10
|\ \ \
| * | | Refinement of interpolation directionMartin Odersky2016-10-131-0/+9
| * | | Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-131-0/+1
| |/ /
* | | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-0/+4
|\ \ \
| * | | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-0/+4
* | | | Merge pull request #1597 from dotty-staging/fix-i1540odersky2016-10-142-0/+28
|\ \ \ \
| * | | | add another test for i1540liu fengyun2016-10-141-0/+14
| * | | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-141-0/+14
| | |_|/ | |/| |
* | | | Merge pull request #1598 from dotty-staging/fix-#1515Guillaume Martres2016-10-141-0/+16
|\ \ \ \
| * | | | Fix #1515: Don't narrow gadt bounds when frozenMartin Odersky2016-10-141-0/+16
| |/ / /
* / / / Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-141-0/+6
|/ / /
* | | Merge pull request #1577 from dotty-staging/fix-1543-2odersky2016-10-132-0/+72
|\ \ \
| * | | Fix #1543: Ignore IgnoredProto when normalizing method application.Nicolas Stucki2016-10-112-0/+72
* | | | Fix erasure of "def foo[T]: Unit", do not box the return typeGuillaume Martres2016-10-131-0/+16
| |_|/ |/| |
* | | Update tests to use new PolyType syntax.Martin Odersky2016-10-127-20/+20
* | | Use => instead of -> for PolyTypesMartin Odersky2016-10-121-0/+9
* | | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-121-0/+13
* | | Add test caseMartin Odersky2016-10-111-0/+6
* | | Drop dotty.language from DefinitionsMartin Odersky2016-10-111-1/+0
* | | Disallow singleton types in unionsMartin Odersky2016-10-111-0/+6
* | | Adapt testsMartin Odersky2016-10-117-39/+39
|/ /
* | Add Levenshtein distance for member values and typesFelix Mulder2016-10-101-0/+5
* | Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-107-16/+16
* | Handle multiline messages in ConsoleReporterFelix Mulder2016-10-102-56/+50
* | Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-102-10/+10
* | Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-102-10/+10