summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | Pending test for si-5240.Aleksandar Prokopec2012-05-021-0/+11
| | | | * | | | Pending test for si-5514Aleksandar Prokopec2012-05-021-0/+35
| | | | * | | | Test case for si-5559.Aleksandar Prokopec2012-05-021-0/+23
| | | | * | | | Test case for si-5606.Aleksandar Prokopec2012-05-021-0/+9
| | | | * | | | Test case for si-5618.Aleksandar Prokopec2012-05-022-0/+34
| | | * | | | | remove -Xoldpatmat where test no longer needs itAdriaan Moors2012-05-029-9/+1
| | | * | | | | cleaned up partialfun synth in uncurryAdriaan Moors2012-05-021-186/+102
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------. \ \ \ \ \ Merge commit 'refs/pull/457/head'; commit 'refs/pull/458/head'; commit 'refs/...Paul Phillips2012-05-0235-262/+404
| | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / | | | | |/| | | / / / / | | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | | | | * | | | Add a link to "z" in ScaladocKato Kazuyoshi2012-05-031-1/+1
| | | | | | | |/ / /
| | | | | | * / / / fix SI-5682Lukas Rytz2012-05-022-6/+7
| | | | | | |/ / /
| | | | | * | | | Pending test for si-5676.Aleksandar Prokopec2012-05-022-0/+26
| | | | | * | | | Add pending test for si-5698.Aleksandar Prokopec2012-05-023-0/+36
| | | | | * | | | Add pending test for SI-5018.Aleksandar Prokopec2012-05-021-0/+34
| | | | | |/ / /
| | | | * | | | SI-5542 closed by test caseAdriaan Moors2012-05-022-0/+4
| | | | * | | | un-cps expected type in translateMatchAdriaan Moors2012-05-021-15/+12
| | | | * | | | partial fun synth typing under correct ptAdriaan Moors2012-05-021-3/+3
| | | | * | | | moving patmat to its own phaseAdriaan Moors2012-05-0219-182/+222
| | | | * | | | move more of match translation out of typersAdriaan Moors2012-05-023-79/+78
| | | | * | | | small tree attachment refactoring: firstAttachmentAdriaan Moors2012-05-022-7/+7
| | | | |/ / /
| | | * / / / SI-5729: TypeVar experimentals iff -XexperimentalAdriaan Moors2012-05-024-5/+10
| | | |/ / /
| | * / / / fixed typo in documentation of @cpsParamDominik Gruntz2012-05-021-1/+1
| | |/ / /
| * | | | SI-5720: Qual block doesn't update sym ownerSom Snytt2012-05-023-0/+89
* | | | | Remove newPromise methodphaller2012-05-032-6/+0
* | | | | Resolve merge conflictsphaller2012-05-0332-470/+6833
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixs for reflection and getSimpleName.Paul Phillips2012-05-023-2/+79
| |/ / /
| * | | tpe -> tpeHK here and there.Paul Phillips2012-05-013-10/+10
| * | | Workaround for scaladoc failure.Paul Phillips2012-05-011-1/+1
| * | | Look at all the Strings which no longer are.Paul Phillips2012-05-013-108/+118
| * | | Hackaround for people who like to instantiate the uninstantiable.Paul Phillips2012-05-012-1/+32
| * | | Fixes #SI-5578.Paul Phillips2012-05-013-8/+53
| * | | A little clarity for AddInterfaces.Paul Phillips2012-05-013-43/+52
| * | | Merge commit 'refs/pull/456/head' into developPaul Phillips2012-05-012-160/+5440
| |\ \ \
| | * | | Upgrade jQuery from 1.4.2 to 1.7.2Kato Kazuyoshi2012-05-022-160/+5440
| * | | | Refactor Unsafe related stuff in scala.concurrent.Aleksandar Prokopec2012-05-013-20/+32
| * | | | Refactor OnceCanBuildFrom to check the collection type.Aleksandar Prokopec2012-05-012-6/+16
| * | | | Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-016-277/+329
| * | | | Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-05-0125-972/+1066
| |\| | |
| * | | | Merge branch 'master' into feature/future-compatAleksandar Prokopec2012-04-30156-969/+1735
| |\ \ \ \
| * | | | | Add promises tests.Aleksandar Prokopec2012-04-302-0/+227
| * | | | | Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-307-57/+201
| * | | | | Porting akka future tests.Aleksandar Prokopec2012-04-273-9/+480
* | | | | | Merge branch 'master' into wip-sip14-fixesphaller2012-05-01739-9728/+13528
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'apr30-checkin' of /scala/trunk into developPaul Phillips2012-04-3013-536/+376
| |\ \ \ \ \
| | * | | | | De-duplication in Contexts.Paul Phillips2012-04-301-14/+12
| | * | | | | Optimization of Predef implicits.Paul Phillips2012-04-3012-522/+364
| | | |/ / / | | |/| | |
| * | | | | Merge commit 'refs/pull/452/head'; commit 'refs/pull/453/head' into developPaul Phillips2012-04-3011-433/+687
| |\ \ \ \ \
| | * | | | | Presentation Compiler tests for visibility of members.Iulian Dragos2012-04-3011-433/+687
| | |/ / / /
| * / / / / Fixed `Setting.enabling` to properly disable dependent settings when the orig...Iulian Dragos2012-04-301-3/+3
| |/ / / /
| * | | | Fighting bitrot with typing.Paul Phillips2012-04-298-119/+81
| * | | | Eliminate useless type parameter.Paul Phillips2012-04-283-3/+3