summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Expand)AuthorAgeFilesLines
* Backport of SI-6846.Jason Zaugg2013-01-082-0/+18
* SI-4664 [Make scala.util.Random Serializable] Add test caseJean-Remi Desjardins2012-12-041-0/+15
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-11-012-35/+0
* Merge branch '2.10.0-wip' of github.com:scala/scala into 2.10.0-wipJosh Suereth2012-11-012-0/+35
|\
| * SI-6581 fixed by inlining `Actor.self`.Vojin Jovanovic2012-10-302-0/+35
* | Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-3026-1579/+0
|/
* avoid single-art assert where harmful in duration-tckRoland2012-10-181-4/+7
* SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-2911-78/+68
* Additional Actor Migration Tests.Vojin Jovanovic2012-09-2510-0/+656
* Support for scala.concurrent for the ActorRef.Vojin Jovanovic2012-09-258-39/+74
* SI-6305 fix.Vojin Jovanovic2012-09-255-7/+12
* Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-202-128/+128
|\
| * Normalized line endings.Paul Phillips2012-09-202-128/+128
* | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2012-26/+34
|\ \ | |/ |/|
| * some small remaining fixesRoland2012-09-201-1/+4
| * Adjustments to scala.concurrent.duration.Paul Phillips2012-09-191-10/+9
| * move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-1912-15/+14
| * enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-1/+8
* | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-184-4/+92
|\ \ | |/ |/|
| * pull request feedbackPavel Pavlov2012-09-184-4/+92
* | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-121-1/+28
|\ \
| * | improve docs and Promise implRoland2012-09-111-8/+1
| * | fix usage of Duration in Promise implRoland2012-09-101-0/+34
* | | two more minor cleanups to DurationRoland2012-09-111-6/+1
* | | fix some one more issue in DurationRoland2012-09-071-6/+12
* | | second round of Duration cleanupRoland2012-09-071-79/+157
* | | several fixes to scala.concurrent.util.DurationRoland2012-09-053-24/+141
|/ /
* | Removing duplication from Duration.Paul Phillips2012-09-042-0/+400
* | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-291-1/+1
|\ \
| * | removes Symbol.kind and Type.kindEugene Burmako2012-08-261-1/+1
| |/
* / Add missing tests for SI-6190Paolo Giarrusso2012-08-251-1/+13
|/
* Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-086-227/+224
|\
| * Fix test for ExecutionContext.preparephaller2012-08-081-1/+1
| * Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
| * Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-072-6/+20
| * Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-051-0/+61
| |\
| | * SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-051-0/+61
| * | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-5/+5
| |/
| * Basing Futures on Try instead of EitherHeather Miller2012-08-046-227/+148
* | Restored :warnings to working order.Paul Phillips2012-08-061-371/+370
|/
* Fixes SI-6172.Hubert Plociniczak2012-08-021-0/+3005
* SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-1/+10
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-193-16/+19
* Merge pull request #856 from havocp/sip14-execution-changesAdriaan Moors2012-07-104-112/+233
|\
| * Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-094-112/+233
* | Removing the actor migration undeterministic test.Vojin Jovanovic2012-07-091-188/+0
|/
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-052-78/+328
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-58/+58
* Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-2018-0/+1081
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-082-38/+38