aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1005 from dotty-staging/ycheck-erasure-arraysDmitry Petrashko2016-01-042-0/+30
|\
| * Fix erasure of raw arraysDmitry Petrashko2015-12-211-0/+15
| * Minimize #996Dmitry Petrashko2015-12-201-0/+15
* | Merge pull request #1010 from dotty-staging/fix/new-asSeenFromodersky2016-01-031-0/+13
|\ \
| * | Fix #1009: Do not forget to skolemize some typesGuillaume Martres2015-12-241-0/+13
* | | Merge pull request #1006 from dotty-staging/more-testsGuillaume Martres2015-12-26257-273/+65
|\ \ \ | |/ / |/| |
| * | The big pending/pos test triageMartin Odersky2015-12-20196-670/+57
| * | Fix problem dealing with symbolic import renamesMartin Odersky2015-12-201-0/+9
| * | Fix hk comparison between class and range lambdaMartin Odersky2015-12-202-0/+10
| * | Don't flag override errors for synthetic companion objects.Martin Odersky2015-12-191-0/+25
| * | Fix parsing of blocks that end in an importMartin Odersky2015-12-191-0/+35
| * | Fix desugaring of symbols.Martin Odersky2015-12-191-0/+518
| * | Fix eta lifting for functions with vararg parameters.Martin Odersky2015-12-191-0/+5
| * | Categorize more testsMartin Odersky2015-12-1962-199/+2
* | | Update test error countMartin Odersky2015-12-221-2/+2
* | | Fix off by 2 error for symbol positionsMartin Odersky2015-12-221-5/+0
* | | Make asSeenFrom idempotentMartin Odersky2015-12-211-0/+12
|/ /
* | Add test caseMartin Odersky2015-12-191-0/+40
* | Revise alias rules in type comparisons.Martin Odersky2015-12-152-0/+0
|/
* Check types for overriding conditions.Martin Odersky2015-12-142-9/+18
* Better diagnosis for cyclic references caused by class clashes.Martin Odersky2015-12-142-19/+20
* Add test caseMartin Odersky2015-12-141-0/+26
* Make some types of definitions symbolicMartin Odersky2015-12-141-11/+11
* Do not report data races between symbols defined in class and its selftypeMartin Odersky2015-12-141-0/+13
* Fix tricky bug coming up when compiling TraversableViewLike.Martin Odersky2015-12-141-0/+18
* Allow deep subtype for sets and related code in dotty/transform.Martin Odersky2015-12-131-0/+0
* Perform variance adaptation only when needed in isSubTypeMartin Odersky2015-12-131-0/+0
* Disallow hk type parameters in lower bounds.Martin Odersky2015-12-111-0/+11
* Move failing test to pendingMartin Odersky2015-12-061-0/+0
* Switch to new hk scheme.Martin Odersky2015-12-061-3/+3
* Add missing type params in testMartin Odersky2015-12-061-1/+1
* Disallow existentially bound parameters as type parametersMartin Odersky2015-12-064-22/+37
* Add pickling/unpickling of stable modifierVladimirNik2015-11-271-0/+8
* isSubtype: try to dealias TypeRefs before recursively checking the prefixesGuillaume Martres2015-11-251-0/+15
* Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-182-0/+15
* Merge pull request #957 from dotty-staging/fix-#938odersky2015-11-171-0/+21
|\
| * Add test caseMartin Odersky2015-11-171-0/+21
* | Links between companions after unpickling are addedVladimirNik2015-11-172-0/+10
|/
* Test case for #947Martin Odersky2015-11-171-0/+16
* Extend implicits testMartin Odersky2015-11-171-0/+6
* Generalize test to function classesMartin Odersky2015-11-162-0/+19
* Merge pull request #928 from dotty-staging/stdlib-definitionsDmitry Petrashko2015-11-101-1/+1
|\
| * Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-091-1/+1
* | Test that private member selection on AndTypes works.Dmitry Petrashko2015-11-101-0/+17
* | Add minimized example that allows to reproduce issue in erasure.Dmitry Petrashko2015-11-091-0/+11
|/
* Merge pull request #899 from dotty-staging/fix-#880Dmitry Petrashko2015-11-091-0/+17
|\
| * Require outer pointer also for proxies of enclosing classes.Martin Odersky2015-10-311-0/+17
* | Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-093-0/+15
|\ \
| * | Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-051-0/+8
| * | Drop test that lower bound must be a subtype of upper bound.Martin Odersky2015-11-052-0/+7