aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-075-0/+62
* Merge pull request #1281 from dotty-staging/fix-lamda-liftodersky2016-05-271-0/+11
|\
| * Fix deadlock in t5375 and similar tests.Dmitry Petrashko2016-05-261-0/+11
* | Add test for SI-9795Felix Mulder2016-05-271-0/+7
* | Add test for previous ensuring correct bindsFelix Mulder2016-05-272-0/+5
* | Annotate repeated params with `case` flag to indicate that they are legalFelix Mulder2016-05-272-5/+2
* | Fix double evaluation of scrutinee with side-effects, add testFelix Mulder2016-05-262-0/+17
* | Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-265-3/+8
* | Add Eq instances of standard types to PredefMartin Odersky2016-05-231-1/+10
* | Add Java types to equality testMartin Odersky2016-05-231-0/+21
* | Make Eq contravariantMartin Odersky2016-05-231-5/+4
* | Test caseMartin Odersky2016-05-231-0/+80
* | Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-232-96/+126
* | Add new strawman for multiversal equalityMartin Odersky2016-05-231-0/+96
* | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-0/+0
* | Two more testsMartin Odersky2016-05-192-0/+30
* | Remove stray testMartin Odersky2016-05-191-17/+0
* | Handle MergeErrors in RefChecksMartin Odersky2016-05-192-14/+26
* | Another test case involving super accessorsMartin Odersky2016-05-182-2/+19
* | A test case for overloading/overriding interactionsMartin Odersky2016-05-181-0/+27
* | Issue MergeError exception for double def situationsMartin Odersky2016-05-182-17/+20
* | Fix test caseMartin Odersky2016-05-181-2/+2
* | Test caseMartin Odersky2016-05-181-0/+40
|/
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-282-36/+1
* Allow dependent method type for unapply.Martin Odersky2016-04-271-0/+14
* Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-27/+0
* Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-0/+27
* Test caseMartin Odersky2016-04-271-0/+16
* Merge branch 'master' into fix-equalityodersky2016-04-263-0/+30
|\
| * Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-263-0/+30
| |\
| | * Fix test failures in tailcall due to name clashes.Dmitry Petrashko2016-04-212-2/+2
| | * Add neg-test for method with @tailrec callsites that is not final.Dmitry Petrashko2016-04-181-0/+10
| | * Test #1221.Dmitry Petrashko2016-04-182-0/+20
* | | Add test that demonstrate that #878 is fixedGuillaume Martres2016-04-221-0/+17
* | | Support implicitNotFound annotationMartin Odersky2016-04-221-3/+6
* | | Avoid propagating unresolved implicitsMartin Odersky2016-04-211-1/+1
* | | Straw man for multiversal equality.Martin Odersky2016-04-211-0/+76
|/ /
* | Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-207-2/+1568
|\ \
| * | Fix check filesMartin Odersky2016-04-172-2/+0
| * | Updates of strawmanMartin Odersky2016-04-176-46/+867
| * | Drop type annotation in collection testMartin Odersky2016-04-161-1/+1
| * | Add check fileMartin Odersky2016-04-151-0/+68
| * | New testsMartin Odersky2016-04-153-2/+681
* | | Add a test to check multidimenstionall arrays.Dmitry Petrashko2016-04-181-0/+37
| |/ |/|
* | Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-167-0/+36
|\ \ | |/ |/|
| * Rearrange pickle testsMartin Odersky2016-04-092-0/+1
| * Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-0/+4
| * Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+1
| * Test casesMartin Odersky2016-04-072-0/+16
| * Augment test caseMartin Odersky2016-04-071-0/+14