aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1006 from dotty-staging/more-testsGuillaume Martres2015-12-26169-3/+3139
|\ \
| * | The big pending/pos test triageMartin Odersky2015-12-20116-17/+1929
| * | 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-1950-0/+622
* | | Make asSeenFrom idempotentMartin Odersky2015-12-211-0/+12
|/ /
* / Revise alias rules in type comparisons.Martin Odersky2015-12-152-0/+22
|/
* Check types for overriding conditions.Martin Odersky2015-12-141-9/+0
* 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-11/+0
* Perform variance adaptation only when needed in isSubTypeMartin Odersky2015-12-131-0/+20
* Move failing test to pendingMartin Odersky2015-12-061-20/+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-062-18/+1
* isSubtype: try to dealias TypeRefs before recursively checking the prefixesGuillaume Martres2015-11-251-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-161-0/+10
* 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
* | 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-092-0/+46
|\ \
| * | Drop test that lower bound must be a subtype of upper bound.Martin Odersky2015-11-052-0/+46
* | | Merge pull request #902 from dotty-staging/fix-numeric-implicit-argsodersky2015-11-091-0/+4
|\ \ \ | |/ / |/| |
| * | Better handling of implicits over numeric types.Martin Odersky2015-11-011-0/+4
| |/
* | Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-051-0/+11
|\ \
| * | Fix #877Martin Odersky2015-10-301-0/+11
* | | 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
| | |/ | |/|
* | | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-022-0/+258
|\ \ \
| * | | Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-251-6/+2
| * | | Add fixed version of GenTraversableFactory.Martin Odersky2015-10-241-0/+256
| * | | Allow existential types in hk typesMartin Odersky2015-10-241-0/+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
* | | | | Add tests for wildcards without typesMartin Odersky2015-11-021-0/+2
* | | | | Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-021-0/+24
| |_|/ / |/| | |
* | | | Address reviewer commentsMartin Odersky2015-10-301-0/+0