aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Also consider type aliases when checking for realizabilityMartin Odersky2016-02-091-0/+24
* Use isRealizable to identify stable prefixesMartin Odersky2016-02-092-9/+40
* No volatile check needed for strict vals.Martin Odersky2016-02-091-9/+9
* Merge pull request #1053 from dotty-staging/fix-#1045odersky2016-02-083-3/+8
|\
| * Disable benchmark testMartin Odersky2016-02-041-0/+0
| * Try to make refinements match in approximateUnionsMartin Odersky2016-02-041-0/+7
| * Push `|' into corresponding RefinedTypes in approximateUnionMartin Odersky2016-02-041-3/+1
* | Merge pull request #1067 from dotty-staging/fix-1065odersky2016-02-081-0/+12
|\ \
| * | Test that #1065 is fixed.Dmitry Petrashko2016-02-081-0/+12
| |/
* | Merge pull request #1063 from dotty-staging/fix-#803Dmitry Petrashko2016-02-081-0/+11
|\ \
| * | Handle "missing args" case when expected type is a singleton type.Martin Odersky2016-02-051-0/+11
| |/
* | Fix #1044: handle TypevarsMissContext mode in wildApproxGuillaume Martres2016-02-061-0/+3
* | Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-051-0/+3
|/
* Test that #939 is fixedDmitry Petrashko2016-01-241-0/+8
* Merge pull request #1039 from dotty-staging/fix-#998Guillaume Martres2016-01-231-0/+6
|\
| * Fix #998Martin Odersky2016-01-201-0/+6
* | Merge pull request #1038 from dotty-staging/fix-#1037Guillaume Martres2016-01-232-0/+7
|\ \
| * | Extend testMartin Odersky2016-01-192-0/+7
| |/
* / Fix #1036Martin Odersky2016-01-201-0/+12
|/
* Check AppliedTypeTrees bounds inside AppliedTypeTreeGuillaume Martres2016-01-181-0/+5
* Adapt and add testsMartin Odersky2016-01-183-7/+143
* Fix caching bug: don't assume that tvars instantiation cannot be retractedGuillaume Martres2016-01-171-0/+0
* Stop crashes because we're out of memory by disabling t7880Guillaume Martres2016-01-171-0/+1
* Compute type params in namer without completing the whole infoMartin Odersky2016-01-161-0/+6
* Fix checkNonCyclic.Martin Odersky2016-01-162-0/+10
* 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