summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Expand)AuthorAgeFilesLines
* SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-192-0/+28
* [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-091-15/+0
* SI-5675 Discard duplicate feature warnings at a positionJason Zaugg2013-02-081-2/+2
* Merge pull request #2033 from adriaanm/patmat-optAdriaan Moors2013-02-0316-0/+142
|\
| * SI-6941 testsAdriaan Moors2013-01-314-0/+28
| * SI-6686 drop valdef unused in flatMapCond's blockAdriaan Moors2013-01-313-3/+0
| * no type test if static type <:< primitive value classAdriaan Moors2013-01-314-0/+35
| * don't store subpats bound to underscoreAdriaan Moors2013-01-314-0/+47
| * no null check for type-tested unapply argAdriaan Moors2013-01-314-0/+35
* | Merge pull request #2044 from phaller/issue/7029Adriaan Moors2013-02-021-1/+13
|\ \
| * | SI-7029 - Make test more robustPhilipp Haller2013-02-011-24/+12
| * | SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-311-0/+24
| |/
* | Merge pull request #2021 from gkossakowski/issue/SI-7009Grzegorz Kossakowski2013-01-314-0/+85
|\ \ | |/ |/|
| * SI-7009: `@throws` annotation synthesized incorrectlyGrzegorz Kossakowski2013-01-301-4/+4
| * Test case for SI-7009.Grzegorz Kossakowski2013-01-294-0/+85
* | Add Bytecode test (ASM-based) to partest.Grzegorz Kossakowski2013-01-293-0/+42
|/
* Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-211-0/+7
* 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