summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ \
| * | | Two fixes for the worksheet instrumenterMartin Odersky2012-09-032-4/+12
| |/ /
* | | Merge pull request #1239 from dragos/backport/askForResponseJosh Suereth2012-09-033-3/+34
|\ \ \ | |/ / |/| |
| * | Backport.Martin Odersky2012-09-033-3/+34
|/ /
* | Merge pull request #1180 from jsuereth/fix/2.9.x-bc-testsJosh Suereth2012-08-301-3/+45
|\ \ | |/ |/|
| * Initial cut at running binary compatibility tests on the 2.9.x seriesJosh Suereth2012-08-221-3/+45
* | Merge pull request #1181 from Blaisorblade/topic/2.9.x-stream-const-spaceJosh Suereth2012-08-232-12/+74
|\ \ | |/ |/|
| * 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
| * Remove commented out codePaolo Giarrusso2012-08-221-17/+0
| * Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-223-0/+51
* | Merge pull request #1153 from lrytz/worksheet-29Josh Suereth2012-08-199-6/+679
|\ \
| * | worksheet support on 2.9Lukas Rytz2012-08-179-6/+679
|/ /
* | Merge pull request #806 from Blaisorblade/topic/backport-exponential-speciali...Adriaan Moors2012-07-032-2/+52
|\ \
| * | Fix for exponential compile time in specialization.Paul Phillips2012-07-022-2/+52
* | | Merge pull request #784 from phaller/backport/cps-return-revertAdriaan Moors2012-06-2813-207/+3
|\ \ \
| * | | Revert "Merge pull request #749 from phaller/backport/cps-ticket-1681"phaller2012-06-2713-207/+3
|/ / /
* | | Merge pull request #749 from phaller/backport/cps-ticket-1681Adriaan Moors2012-06-2113-3/+207
|\ \ \
| * | | Backport of fix for CPS ticket 1681phaller2012-06-1913-3/+207
|/ / /
* | | Merge pull request #651 from hubertp/backport/2.9.x/2196Josh Suereth2012-06-058-183/+267
|\ \ \
| * | | Overcame trait/protected/java limitation.Paul Phillips2012-06-018-183/+267
|/ / /
* | | Merge pull request #643 from dragos/backport/fix-interrupt-reqAdriaan Moors2012-05-312-0/+8
|\ \ \
| * | | Removed dead local variable, per @hubertp's comment.Iulian Dragos2012-05-311-1/+1
| * | | Don't forget to execute pending interrupt requests when shutting down the pre...Iulian Dragos2012-05-302-0/+8
* | | | Merge pull request #642 from dragos/backport/fix-SI-5708Adriaan Moors2012-05-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SI-5708. (manually) Cherry-picked from 9d1bc68b78a76a18777a859816bcb1c7f8...Iulian Dragos2012-05-301-1/+1
|/ / /