summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Improving ScalaDoc for ExecutionContext and Await.Viktor Klang2017-03-292-26/+59
* Improve List creation in BatchingExecutorJohannes Rudolph2017-03-221-1/+1
* Fix how "sbt" is writtenDale Wijnand2016-12-211-2/+2
* Modules w. serializable type alias "companions" are not serializableJason Zaugg2016-12-141-2/+2
* Merge pull request #5481 from som-snytt/issue/10007-processLukas Rytz2016-11-181-2/+2
|\
| * SI-10007 sys.process thread syncSom Snytt2016-11-171-2/+2
* | Typo and spelling correctionsJanek Bogucki2016-11-112-3/+3
* | Merge pull request #5303 from xuwei-k/isNaN-boxingJason Zaugg2016-11-111-5/+5
|\ \
| * | avoid boxingxuwei-k2016-10-281-5/+5
| |/
* / Regression: Make Future.failed(e).failed turn into a success instead of failureViktor Klang2016-11-081-1/+1
|/
* Replace deprecated conformsLifu Huang2016-10-091-3/+3
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-292-6/+6
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-286-26/+26
* Improvements to scala.concurrent.FutureViktor Klang2016-05-201-58/+101
* use Future#foreach instead of onSuccess in example codexuwei-k2016-04-141-2/+2
* General cleanups and less warnings during a Scala buildsoc2016-04-041-5/+3
* Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-221-4/+4
|\
| * Resolve warnings related to SyncVar#setKota Mizushima2016-03-181-4/+4
* | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
|/
* Merge pull request #4894 from mmynsted/2.12.xJason Zaugg2016-02-121-1/+11
|\
| * Making commented example simpler for mapMark Mynsted2016-01-191-1/+11
* | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-0/+2
|\ \
| * | Link 'Future' scaladoc to 'Futures and Promises'Arnout Engelen2016-01-251-0/+2
* | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-031-2/+2
|\| | | |/ |/|
| * Fix Scaladoc overloaded method link to Duration companion objectJanek Bogucki2016-01-041-2/+2
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-184-17/+13
* | Merge pull request #4825 from soc/topic/drop-threadpool-fallbackJason Zaugg2015-11-131-31/+12
|\ \
| * | Remove ThreadPoolExecutor fallback in ExecutionContextImplSimon Ochsenreither2015-10-281-31/+12
* | | Merge pull request #4834 from som-snytt/issue/9545-docJason Zaugg2015-11-131-23/+20
|\ \ \
| * | | SI-9545 De-option SyncVarSom Snytt2015-11-011-19/+17
| * | | SI-9545 Correct doc for SyncVar.get(t)Som Snytt2015-11-011-4/+3
| |/ /
* / / SI-7566 Remove some private, deprecated remnants from scala-actorsSimon Ochsenreither2015-10-274-151/+0
|/ /
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-1/+1
|\|
| * Use InternalCallbackExecutor in Future.sequencePaul Draper2015-10-021-1/+1
| * Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-021-1/+1
| * SI-8362: AbstractPromise extends AtomicReferenceMariot Chauvin2015-07-291-30/+7
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* | SI-9381 remove last vestiges of sun.misc.UnsafeSeth Tisue2015-08-271-38/+0
* | Unfinalize the class DefaultPromiseJason Zaugg2015-08-131-6/+8
* | Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-153-2/+99
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-012-2/+5
|\|
| * Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-1/+4
| |\
| | * SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-1/+4
| * | Fix many typosMichaƂ Pociecha2015-04-211-1/+1
| |/
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-012-6/+75
|\|
| * Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-4/+1
| |\
| | * SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
| | * More clear implicitNotFound error for ExecutionContextJames Ward2014-01-081-1/+1
| * | Merge pull request #4245 from dickwall/doc/scaladoc-concurrent-packageLukas Rytz2015-02-031-0/+74
| |\ \
| | * | Added package scaladoc for the concurrent package.dickwall2015-01-121-0/+74