aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #902 from dotty-staging/fix-numeric-implicit-argsodersky2015-11-094-6/+23
|\ \ \
| * | | Update check fileMartin Odersky2015-11-012-5/+5
| * | | Disable failing testMartin Odersky2015-11-011-2/+6
| * | | Better handling of implicits over numeric types.Martin Odersky2015-11-012-0/+13
| | |/ | |/|
* | | Avoid spurious procedure syntax migration warningMartin Odersky2015-11-091-0/+6
* | | Handle variance unsoundness in scalacMartin Odersky2015-11-052-0/+47
| |/ |/|
* | Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-051-0/+11
|\ \
| * | Fix #877Martin Odersky2015-10-301-0/+11
* | | Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-053-0/+10
|\ \ \
| * | | Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-013-0/+10
| | |/ | |/|
* | | Merge pull request #901 from dotty-staging/fix-#851Dmitry Petrashko2015-11-031-0/+8
|\ \ \
| * | | Don't interpreter $init$ as a constructor when parsing Java files.Martin Odersky2015-11-011-0/+8
| |/ /
* | | Enable <:< implicits as conversions.Martin Odersky2015-11-031-0/+3
* | | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-024-15/+262
|\ \ \
| * | | Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-253-262/+6
| * | | Add fixed version of GenTraversableFactory.Martin Odersky2015-10-241-0/+256
| * | | Add test caseMartin Odersky2015-10-241-0/+252
| * | | Allow existential types in hk typesMartin Odersky2015-10-242-11/+6
* | | | Merge pull request #887 from dotty-staging/fix-#873odersky2015-11-021-0/+10
|\ \ \ \
| * | | | Also handle SAM functions when adaptiing arity of case lambdas.Martin Odersky2015-10-301-0/+6
| * | | | Allow pattern matching anonymous functions of arity > 1Martin Odersky2015-10-301-0/+4