aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 pull request #180 from smarter/fix/nosymbol-subtypingodersky2014-11-061-4/+5
|\
| * Fix subtyping of types without symbolsGuillaume Martres2014-10-091-1/+5
| * Simplify subtying testGuillaume Martres2014-10-091-4/+1
* | 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-0/+0
* | Avoid hoisting local classesMartin Odersky2014-10-264-5/+31
* | 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-1210-0/+179
* | Move private fields into constructorMartin Odersky2014-10-112-0/+86
* | Fix handling of type params in secondary constructorsMartin Odersky2014-10-112-25/+47
* | Merge pull request #174 from dotty-staging/rebDmitry Petrashko2014-10-1125-55/+309
|\ \ | |/ |/|
| * 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
| * Fix problem in unapply typing.Martin Odersky2014-09-231-0/+21
| * Renamed parameters in Typer&Applictaions.Dmitry Petrashko2014-09-231-29/+0
| * Disabling patmat tests failing due to typer.Dmitry Petrashko2014-09-231-0/+29
| * All pat-mat specific tests succeed now.Dmitry Petrashko2014-09-171-0/+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/+0
| * Partially reverting of 08c6eacaMartin Odersky2014-09-053-0/+17
| * Add outer parameters in constructor calls.Martin Odersky2014-08-311-6/+6
| * New phase: outerAccessorsMartin Odersky2014-08-311-0/+48
| * Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-283-0/+22
| * Special context for self constructor argsMartin Odersky2014-08-242-0/+15
| * Check that idents don't assume magic.Martin Odersky2014-08-241-1/+5
| * Make ElimByName change owners of by-name parametersMartin Odersky2014-08-181-0/+21
| * Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-3/+3
| * Fix and enable RefChecksMartin Odersky2014-08-137-46/+49
| * Re-enabled checkbounds testsMartin Odersky2014-08-081-2/+2
| * Detect cycles and protected legal ones with LazyRefsMartin Odersky2014-08-081-0/+4
* | Fix isSubType(A#X, B#X) not checking if A <: BGuillaume Martres2014-10-051-0/+13
* | Fix #167Martin Odersky2014-08-271-0/+12
|/
* Enabled variance checkingMartin Odersky2014-08-035-2/+74
* Added test case for varargs bridgesMartin Odersky2014-08-032-0/+15
* Add test for tailcallDmitry Petrashko2014-07-221-0/+4