summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1962 from phaller/issue/6932-2.9.xv2.9.3-RC2v2.9.3Adriaan Moors2013-01-274-3/+128
|\
| * SI-6932 Remove Batchable trait, minor clean-ups, update buildPhilipp Haller2013-01-242-18/+10
| * Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-223-3/+136
|/
* Merge pull request #1867 from huitseeker/backport/1721Grzegorz Kossakowski2013-01-097-2/+47
|\
| * SI-6766 Create a continuations project in eclipseJames Iry2013-01-086-2/+45
| * SI-6766 Makes the -Pcontinuations:enable flag a project specific preferenceJames Iry2013-01-081-0/+2
|/
* Merge pull request #1777 from adriaanm/mailmap-2.9.xAdriaan Moors2012-12-171-0/+25
|\
| * update mailmapAdriaan Moors2012-12-141-0/+25
|/
* Merge pull request #1774 from adriaanm/bc-2.9.3v2.9.3-RC1Adriaan Moors2012-12-134-32/+22
|\
| * binary compatibility compensationAdriaan Moors2012-12-134-32/+22
|/
* Merge pull request #1770 from JamesIry/SI-6536_2.9.xAdriaan Moors2012-12-135-6/+362
|\
| * SI-6536 Cleanup code around determining accessor requirementJames Iry2012-12-132-12/+26
| * SI-6536 Generates super accessors X.super[Y].blah when Y is a classJames Iry2012-12-135-5/+347
* | Merge pull request #1764 from adriaanm/backport/sip14Adriaan Moors2012-12-1332-15/+4925
|\ \
| * | use consistent scalac args in quick&strapAdriaan Moors2012-12-131-9/+8
| * | SIP-14 backport to 2.9.xphaller2012-12-1226-9/+4898
| * | SI-6188 backport (ICodeReader wrongly ignored exception handlers)Miguel Garcia2012-12-123-2/+6
| * | SI-5958 This deserves a stable type - backport to 2.9.xAdriaan Moors2012-12-103-0/+18
| |/
* | Merge pull request #1761 from adriaanm/ticket-6692-2.9.xAdriaan Moors2012-12-132-5/+3
|\ \ | |/ |/|
| * SI-6692 pickle one more flag bit: EXISTENTIALAdriaan Moors2012-12-122-5/+3
|/
* Merge pull request #1651 from adriaanm/eclipse-project-2.9.xAdriaan Moors2012-12-0612-13/+268
|\
| * eclipse project files are now in src/eclipseAdriaan Moors2012-11-2012-13/+268
* | Merge pull request #1594 from adriaanm/guidelines-2.9.xAdriaan Moors2012-11-251-0/+66
|\ \ | |/ |/|
| * show developer guidelines on opening pull requestAdriaan Moors2012-11-081-0/+66
|/
* Merge pull request #1560 from phaller/backport/cps-issue-1681Adriaan Moors2012-11-0521-31/+388
|\
| * Improve doc comment on adaptTypeOfReturn in CPSAnnotationCheckerphaller2012-11-021-3/+7
| * Simplify the adaptation of types of return expressionsphaller2012-11-028-11/+86
| * Revert "Add missing cases in tail return transform"phaller2012-11-024-26/+8
| * Add missing cases in tail return transformphaller2012-11-024-8/+26
| * Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-11-025-68/+29
| * SI-5314 - CPS transform of return statement failsphaller2012-11-0219-15/+332
* | Merge pull request #1334 from phaller/issue/cps-try-catch-2.9.xAdriaan Moors2012-11-053-2/+38
|\ \ | |/ |/|
| * SI-6384 - avoid setting owner of function argument explicitlyphaller2012-11-021-4/+4
| * SI-6384 - correct owner of function argumentphaller2012-10-301-2/+2
| * SI-6384 - avoid crash due to optimization in 2.10 CPS pluginphaller2012-10-303-1/+37
|/
* Merge pull request #1504 from dotta/backport/deprecated-instrumentation-apiJosh Suereth2012-10-167-1/+11
|\
| * Deprecated instrumentation APIMirco Dotta2012-10-167-1/+11
|/
* Merge pull request #1495 from dragos/backport/fix-6505Josh Suereth2012-10-152-1/+15
|\
| * Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-122-1/+15
|/
* Merge pull request #1436 from dragos/backport/fix-instrumenter-trailing-importGrzegorz Kossakowski2012-10-021-6/+7
|\
| * Fixed instrumentation code so that it can deal with:Martin Odersky2012-10-011-6/+7
|/
* Merge pull request #1412 from smessmer/2.9.xGrzegorz Kossakowski2012-09-283-3/+3
|\
| * Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-283-3/+3
|/
* Merge pull request #1323 from namin/si-6245-backportGrzegorz Kossakowski2012-09-1712-5/+37
|\
| * Fix for SI-6245 with workaround for SI-2296.amin2012-09-1712-5/+37
|/
* Merge pull request #1297 from jsuereth/fix/binary-pushJosh Suereth2012-09-132-9/+15
|\
| * Fixes binary repo push for new typesafe repo layouts.Josh Suereth2012-09-132-9/+15
* | Merge pull request #1257 from dragos/backport/nested-askResponseIulian Dragos2012-09-063-5/+35
|\ \
| * | Allow nested calls to `askForResponse` in the presentation compiler.Iulian Dragos2012-09-053-5/+35
* | | Merge pull request #1258 from dragos/backport/instrumenter-fixes-2Josh Suereth2012-09-056-211/+51
|\ \ \