aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-153-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement -Yno-predef and -Yno-importsjvican2016-06-293-0/+9
* | | | Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-1544-76/+404
|\ \ \ \
| * | | | Bounds of type lambdas compare contravariantlyMartin Odersky2016-07-152-1/+9
| * | | | Add test case for hk bounds checkingMartin Odersky2016-07-141-0/+23
| * | | | Fix bounds checking of hk applied typedMartin Odersky2016-07-143-7/+37
| * | | | Allow hk parameters in lower boundsMartin Odersky2016-07-133-11/+15
| * | | | Enable test for fixed #1181: Typer should preserve aliases in TypeTreesGuillaume Martres2016-07-121-0/+0
| * | | | Drop restriction to 2nd order hk typesMartin Odersky2016-07-124-6/+55
| * | | | Avoid dealiasing on type applicationMartin Odersky2016-07-124-13/+14
| * | | | Allow definition of new types in refinementsMartin Odersky2016-07-126-10/+64
| * | | | Fix SI-2712Martin Odersky2016-07-117-4/+79
| * | | | More testsMartin Odersky2016-07-112-0/+24
| * | | | Disallow higher-kinded types that simulate general existential typesMartin Odersky2016-07-113-1/+62
| * | | | 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
* | | | | Merge pull request #1368 from dotty-staging/skip-redundant-superclassesDmitry Petrashko2016-07-152-0/+38
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix #1209: Skip redundant superclasses\supertraits.Nicolas Stucki2016-07-132-0/+38
| |/ / /
* | | | Merge pull request #1391 from dotty-staging/fix-#1387Guillaume Martres2016-07-141-0/+6
|\ \ \ \
| * | | | Fix erasure of Java Array[T]Martin Odersky2016-07-141-0/+6
| |/ / /
* / / / Correct typo in IsInstanceOfEvalautor, fixes #1352Felix Mulder2016-07-141-0/+15
|/ / /
* | / 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