aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't make * types higher-kinded in avoidMartin Odersky2016-07-112-10/+10
* Change testsMartin Odersky2016-07-116-0/+0
* Eta-expand unapplied types that have type parametersMartin Odersky2016-07-115-26/+22
* Add a second betaReduceMartin Odersky2016-07-111-1/+1
* Normalize RecTypes on creation to avoid cycles.Martin Odersky2016-07-111-20/+21
* Introduce recursive typesMartin Odersky2016-07-112-2/+4
* Test for #1366Martin Odersky2016-07-081-0/+6
* Merge pull request #1315 from nicolasstucki/optimize-try-casesDmitry Petrashko2016-06-303-0/+194
|\
| * Fix #856: Handle try/catch cases as catch cases if possible.Nicolas Stucki2016-06-283-0/+194
* | partest: correct line numbers in run stack tracesGuillaume Martres2016-06-301-3/+3
|/
* Merge pull request #1226 from dotty-staging/static-fixesDmitry Petrashko2016-06-224-0/+29
|\
| * Add tests that were used to reproduce issues with LazyVals.Dmitry Petrashko2016-06-072-0/+14
| * Test #1224.Dmitry Petrashko2016-06-071-0/+11
| * Test #1220Dmitry Petrashko2016-06-071-0/+4
* | Merge pull request #1309 from felixmulder/topic/fix#1307Dmitry Petrashko2016-06-221-0/+7
|\ \
| * | Fix issue with GADT not typechecking without bind in matchFelix Mulder2016-06-061-0/+7
* | | better handling of overloaded extractorsliu fengyun2016-06-201-0/+38
| |/ |/|
* | Merge pull request #1302 from dotty-staging/fix/partest-cli-errorDmitry Petrashko2016-06-071-0/+2
|\ \ | |/ |/|
| * Properly report errors when cli flags are malformedGuillaume Martres2016-06-021-0/+2
* | Overloading resolution: prefer directly applicable methodsGuillaume Martres2016-06-032-0/+17
* | Do not miss implicits in type parameters of parentsGuillaume Martres2016-05-311-0/+12
* | Fix implicit scope caching bugGuillaume Martres2016-05-311-0/+16
* | Document why we cannot cache all implicit scopesGuillaume Martres2016-05-311-0/+17
|/
* 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