aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Check that #1216 is fixed.Dmitry Petrashko2016-04-142-0/+22
* | Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-066-12/+141
|\ \ | |/ |/|
| * Domain checking for named type parametersMartin Odersky2016-03-302-10/+13
| * Test casesMartin Odersky2016-03-302-2/+52
| * Fix test case.Martin Odersky2016-03-301-4/+4
| * Add test for #1181 to pendingMartin Odersky2016-03-301-0/+12
| * Simplify and fix avoid logicMartin Odersky2016-03-301-0/+33
| * Fixes to checkNonCyclicMartin Odersky2016-03-301-0/+31
* | Tailrec: drop support for polymorphic recursion.Dmitry Petrashko2016-03-311-2/+2
* | FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-311-0/+26
* | Remove Variances.scala files accidentally leftover from #1193Guillaume Martres2016-03-312-30/+0
* | merge variances and VariancesMartin Odersky2016-03-312-0/+30
* | Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-314-0/+71
|\ \
| * | Add test fileMartin Odersky2016-03-181-0/+24
| * | Add REPL testsMartin Odersky2016-03-183-0/+47