summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Removed previosuly uncommented code, added more diagnosis output to REPL.Martin Odersky2012-09-051-45/+1
| * | | Made instrumenter more robust by looking at tokensMartin Odersky2012-09-052-17/+50
| * | | Removed dead code.Martin Odersky2012-09-053-149/+0
| |/ /
* | | Merge pull request #1259 from dragos/backport/pos-fixesJosh Suereth2012-09-051-2/+2
|\ \ \ | |/ / |/| |
| * | Manual Backport of 3415436b67ae7889a11ce2537576ca49b328aecc.Iulian Dragos2012-09-051-2/+2
|/ /
* | Merge pull request #1237 from dragos/backport/better-askLinkPosJosh Suereth2012-09-041-5/+18
|\ \
| * | Added more variants to achieve getLinkPosMartin Odersky2012-09-031-5/+18
* | | Merge pull request #1236 from dragos/backport/instrumeter-fixesJosh Suereth2012-09-042-4/+12
|\ \ \