summaryrefslogtreecommitdiff
path: root/test/files/jvm/future-spec/FutureTests.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-1/+1
|\
* | Remove further references to forkjoinJason Zaugg2015-07-151-1/+1
* | Add missing canonical combinators:Viktor Klang2014-10-201-0/+273
|/
* SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-7/+2
* SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-121-23/+23
* Make future-spec tests not spawn threads in constructors.James Iry2013-11-011-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-89/+89
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-1/+1
|\
| * SI-7164 - Removing NotImplementedError as Fatal from s.u.c.NonFatalViktor Klang2013-02-211-1/+1
* | SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-0/+19
|/
* 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
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-2/+2
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-9/+10
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-191-0/+6
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-60/+64
* SIP-14: clean ups and fixesphaller2012-05-171-1/+1
* Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-011-238/+23
* Add promises tests.Aleksandar Prokopec2012-04-301-0/+226
* Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-2/+138
* Porting akka future tests.Aleksandar Prokopec2012-04-271-0/+364