summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-221-0/+7
* Merge pull request #1770 from JamesIry/SI-6536_2.9.xAdriaan Moors2012-12-132-0/+324
|\
| * SI-6536 Generates super accessors X.super[Y].blah when Y is a classJames Iry2012-12-132-0/+324
* | SIP-14 backport to 2.9.xphaller2012-12-126-0/+2047
* | SI-5958 This deserves a stable type - backport to 2.9.xAdriaan Moors2012-12-102-0/+16
|/
* Merge pull request #1560 from phaller/backport/cps-issue-1681Adriaan Moors2012-11-0516-0/+230
|\
| * Simplify the adaptation of types of return expressionsphaller2012-11-024-0/+33
| * Revert "Add missing cases in tail return transform"phaller2012-11-022-15/+0
| * Add missing cases in tail return transformphaller2012-11-022-0/+15
| * Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-11-021-1/+1
| * SI-5314 - CPS transform of return statement failsphaller2012-11-0214-0/+197
* | SI-6384 - avoid crash due to optimization in 2.10 CPS pluginphaller2012-10-302-0/+31
|/
* Fix for SI-6245 with workaround for SI-2296.amin2012-09-1711-4/+27
* Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-052-0/+24
* Merge pull request #1181 from Blaisorblade/topic/2.9.x-stream-const-spaceJosh Suereth2012-08-231-0/+44
|\
| * Also check that Stream.toSeq gives the right result.Paolo Giarrusso2012-08-221-1/+3
| * Improve test for Stream.withFilter.{map,flatMap}Paolo Giarrusso2012-08-221-10/+40
| * Cleanup testcasePaolo Giarrusso2012-08-222-6/+2
| * Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-222-0/+16
* | Merge pull request #806 from Blaisorblade/topic/backport-exponential-speciali...Adriaan Moors2012-07-031-0/+47
|\ \
| * | Fix for exponential compile time in specialization.Paul Phillips2012-07-021-0/+47
* | | Revert "Merge pull request #749 from phaller/backport/cps-ticket-1681"phaller2012-06-278-134/+0
* | | Backport of fix for CPS ticket 1681phaller2012-06-198-0/+134
* | | Overcame trait/protected/java limitation.Paul Phillips2012-06-016-0/+54
* | | CPS: test case for ticket 1684phaller2012-05-242-0/+55
* | | Backport of the 2.10 continuations plugin to 2.9phaller2012-05-242-0/+0
| |/ |/|
* | Helping Proxy equal itself.Paul Phillips2012-04-182-0/+10
|/
* Document regex replacement strings behavior.Daniel C. Sobral2012-03-262-0/+8
* Fixes #4895.Aleksandar Pokopec2012-03-211-0/+20
* Fix for a bug in CharArrayReader which made tri...Paul Phillips2012-03-142-0/+31
* Merge pull request #253 from rjmac/backport/4835Josh Suereth2012-03-142-0/+45
|\
| * Add test case for SI-4835 (https://issues.scala-lang.org/browse/SI-4835)Kota Mizushima2012-03-022-0/+45
* | Fix for checkfile difference.Paul Phillips2012-03-081-1/+2
* | Revert attempt to limit private types in lubs.Paul Phillips2012-03-083-0/+83
| |
| \
*-. \ Merge remote-tracking branches 'szabolcsberecz/backports/fix-specialized-test...Paul Phillips2012-03-051-0/+6
|\ \ \ | | |/ | |/|
| | * Fixes SI-5380: non-local return of try expressionSzabolcs Berecz2012-03-031-0/+6
| |/
* / Fix for cps regression. Closes 5538. Closes 5445.Tiark Rompf2012-03-034-0/+60
|/
* Fixes NPE using iterator with an XML attribute ...Paul Phillips2012-03-012-0/+20
* slight improvement to lubList so that the simpl...Adriaan Moors2012-02-241-0/+5
* Fix various InnerClasses bugs.Grzegorz Kossakowski2012-02-221-4/+4
* improve cps handling of if-then-else. no review.Tiark Rompf2012-02-224-0/+69
* fixes SI-5506. better cps type propagation for polymorphic and multi-argument...Tiark Rompf2012-02-212-0/+65
* Merge remote-tracking branch 'dcsobral/migrationAnnot' into 2.9.x-developPaul Phillips2012-01-221-2/+2
|\
| * Migration message and version cleanupSimon Ochsenreither2012-01-181-2/+2
* | Checkfile update.Paul Phillips2012-01-221-3/+3
* | Disambiguate some type printing.Paul Phillips2012-01-223-1/+32
* | Fix for error printing regression.Paul Phillips2012-01-222-0/+10
|/
* Merge remote-tracking branch 'dcsobral/docImport' into 2.9.x-developPaul Phillips2012-01-161-1/+1
|\
| * Fix documentation typo.Blair Zajac2012-01-111-1/+1
* | Fixes SI-4507.Kato Kazuyoshi2012-01-112-0/+27