aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-0/+14
* Allow refinements that refine already refined types.Martin Odersky2014-11-261-0/+43
* Added test case from SI-6169Martin Odersky2014-11-251-0/+69
* Simpler cycle detectionMartin Odersky2014-11-241-0/+5
* Better printing of variant types with wildcard arguments.Martin Odersky2014-11-241-0/+11
* Fix to checkBoundsMartin Odersky2014-11-241-0/+8
* Fixed type adaptation problem in checkBoundsMartin Odersky2014-11-241-0/+18
* Moving java tests to posDmitry Petrashko2014-11-2275-0/+378
* Java annotations parsing problemDmitry Petrashko2014-11-221-1/+5
* Testcase that shows bug in ElimRepeated.Dmitry Petrashko2014-11-221-0/+3
* Add the right constructor to Java annotationsMartin Odersky2014-11-221-0/+11
* Add tests for the overriding of typesGuillaume Martres2014-11-181-0/+9
* Merge pull request #228 from dotty-staging/fix/overridingodersky2014-11-184-4/+12
|\
| * Fix OverridingPairsMartin Odersky2014-11-144-4/+12
* | Merge pull request #230 from dotty-staging/fix/and-or-subtypingodersky2014-11-181-0/+13
|\ \
| * | Fixed typosMartin Odersky2014-11-181-3/+0
| * | Restored accidentally deleted test code.Martin Odersky2014-11-181-0/+6
| * | Try to avoid overconstraining when comparing and/or typesMartin Odersky2014-11-161-5/+15
| |/
* / Moved pending tests that work into pos and neg.Martin Odersky2014-11-174-0/+84
|/
* Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-131-0/+5
* Fix subtyping checks involving ThisType and PolyParamGuillaume Martres2014-11-111-0/+6
* Adding test for Unit vars.Martin Odersky2014-11-091-1/+1
* Improved version of mixin.Martin Odersky2014-11-091-2/+2
* New phase: PrivateToStaticMartin Odersky2014-11-093-0/+97
* Merge commits '474b2ae' and '46eb5ea' from #201 into umasterDmitry Petrashko2014-11-031-0/+15
|\
| * Added a test for by name functionsMartin Odersky2014-10-281-0/+15
* | Typer should leave inline exception handlers inline.Dmitry Petrashko2014-10-301-2/+8
* | TailRec now handles Try with Ident-handlerDmitry Petrashko2014-10-301-0/+14
|/
* LambdaLift checks now explicitly for references to labels outside scope.Martin Odersky2014-10-261-10/+0
* Avoid hoisting local classesMartin Odersky2014-10-263-5/+22
* Test for patmat action on a @ Bind(_, Typed(_: Unapply, _)Dmitry Petrashko2014-10-141-0/+3
* Disambiguate names in test caseMartin Odersky2014-10-131-3/+3
* New testsMartin Odersky2014-10-127-0/+126
* Move private fields into constructorMartin Odersky2014-10-112-0/+86
* Fix handling of type params in secondary constructorsMartin Odersky2014-10-111-25/+0
* Cleanup patmat based on feedbackDmitry Petrashko2014-10-111-0/+1
* Enable outer tests in pattern matcher.Dmitry Petrashko2014-10-111-0/+12
* Bring back test removed between merges.Dmitry Petrashko2014-10-111-0/+12
* Make changeOwner more robust regarding non-standard owner chainsMartin Odersky2014-10-111-12/+0
* Fix #167Martin Odersky2014-10-111-0/+12
* Renamed parameters in Typer&Applictaions.Dmitry Petrashko2014-09-231-29/+0
* All pat-mat specific tests succeed now.Dmitry Petrashko2014-09-171-14/+0
* More complicated tests for patmatDmitry Petrashko2014-09-171-12/+30
* Several fixes to patmat.Dmitry Petrashko2014-09-171-12/+12
* More complicated patterns.Dmitry Petrashko2014-09-171-0/+24
* New phase: CapturedVarsMartin Odersky2014-09-121-0/+25
* Handle return in tailcalls.Martin Odersky2014-09-121-0/+5
* Better tests and more fixes for ExplicitOuterMartin Odersky2014-09-061-0/+14
* Bring back blockescapes test...Martin Odersky2014-09-061-0/+11
* Partially reverting of 08c6eacaMartin Odersky2014-09-051-11/+0