summaryrefslogtreecommitdiff
path: root/test/files/jvm/future-spec
Commit message (Expand)AuthorAgeFilesLines
* Regression: Make Future.failed(e).failed turn into a success instead of failureViktor Klang2016-11-081-1/+1
* 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
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-8/+67
|\|
| * Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-8/+67
| |\
| | * SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-9/+68
* | | Add missing canonical combinators:Viktor Klang2014-10-201-0/+273
|/ /
* | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-7/+2
* | Merge commit '7d74884' into merge-2.10.x-to-masterJason Zaugg2013-12-061-2/+2
|\|
| * SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-051-2/+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-014-6/+6
* | Cull extraneous whitespace.Paul Phillips2013-09-183-146/+146
* | SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-2/+8
* | 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-193-5/+5
* Add missing tests for SI-6190Paolo Giarrusso2012-08-251-1/+13
* Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-081-1/+0
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-071-6/+6
* Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-5/+5
* Basing Futures on Try instead of EitherHeather Miller2012-08-044-17/+139
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-192-6/+9
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-092-65/+74
* SIP-14: clean ups and fixesphaller2012-05-172-2/+2
* Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-012-238/+267
* Add promises tests.Aleksandar Prokopec2012-04-302-0/+227
* Fixed a bug with setting execution contexts.Aleksandar Prokopec2012-04-301-2/+138
* Porting akka future tests.Aleksandar Prokopec2012-04-272-0/+471