summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* SI-7391 Always use ForkJoin in Scala actors on ...Simon Ochsenreither2013-05-201-4/+1
* SI-5734 Allow setting of socket timeout for remote actorsMartin McNulty2013-05-031-2/+27
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0244-44/+44
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-11-011-74/+0
* SI-6581 fixed by inlining `Actor.self`.Vojin Jovanovic2012-10-302-6/+6
* SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-291-1/+1
* Support for scala.concurrent for the ActorRef.Vojin Jovanovic2012-09-251-8/+15
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-147-7/+7
* Eliminated all the current feature warnings.Paul Phillips2012-07-276-5/+9
* Minor fixes for the Actor Migration KitVojin Jovanovic2012-05-231-5/+2
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-185-11/+186
* Small documentation fixes & small fix to Scaladoc @see formattingHeather Miller2012-05-151-1/+1
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-303-7/+9
* Prepared actors hierarchy for migration.Vojin Jovanovic2012-03-2014-646/+702
* Added updated ForkJoinPool, w/ necessary updates to Scala Actors.Heather Miller2012-02-252-9/+4
* Changed shadowed constructor parameter names.Paul Phillips2011-12-072-6/+20
* Fast PartialFunction # orElse.Martin Odersky2011-11-243-3/+3
* Changes the fork join pool detection for JVM1.7...Aleksandar Pokopec2011-11-111-1/+1
* AbstractPartialFunction.Paul Phillips2011-10-193-4/+3
* Removing the code which has been deprecated sin...Paul Phillips2011-08-154-62/+0
* Rename a file to celebrate our glorious ant ove...Paul Phillips2011-08-011-0/+0
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-3/+7
* Added two new compiler options:Paul Phillips2011-07-291-1/+3
* Removed classes and methods deprecated before 2.8.Paul Phillips2011-07-165-61/+3
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-1515-244/+176
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-146-19/+17
* Fixes SI-4759Philipp Haller2011-07-071-10/+17
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-284-6/+6
* Updated a bunch of @deprecated annotations to h...Paul Phillips2011-04-241-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-149-22/+22
* Closed #4454.Philipp Haller2011-04-141-2/+3
* Removed uniqueness annotations. Review by rytz.Philipp Haller2011-03-172-11/+7
* Closes #3838. Review by prokopec.Philipp Haller2011-03-151-12/+15
* Applying davetron5000's actors docs patches.Aleksandar Pokopec2011-02-1520-88/+109
* workaround for see #3936, allows building every...Lukas Rytz2011-01-262-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-2043-43/+43
* Who knew system was such a popular sentence end...Paul Phillips2011-01-181-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-125-8/+8
* Override checks and self-types still needed som...Paul Phillips2011-01-083-2/+4
* Added uniqueness annotations. Review by rytz.Philipp Haller2010-12-072-7/+11
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-055-10/+10
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-303-14/+10
* Closes #3920. Review by prokopec.Philipp Haller2010-10-261-1/+3
* removed generics warnings in actorsmichelou2010-07-128-19/+23
* Updated LinkedBlockingQueue to latest jsr166 ve...Philipp Haller2010-07-122-323/+417
* Added doc comment to Actor trait explaining the...Philipp Haller2010-06-281-2/+39
* Addresses see #3470 by adding a method Reactor....Philipp Haller2010-05-252-24/+37