summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed -Xcheckinit build. No review.Philipp Haller2010-05-171-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1236-36/+0
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-094-82/+105
* Deprecated two members of RemoteActor which cle...Philipp Haller2010-04-294-11/+20
* UncaughtException is now a case class (see #2017).Philipp Haller2010-04-292-10/+11
* Closes #3369. Review by plocinic.Philipp Haller2010-04-291-0/+39
* Closes #3365.Philipp Haller2010-04-286-11/+35
* Closes #3364. No review.Philipp Haller2010-04-281-1/+1
* Fixed scaladoc output for several types and mem...Philipp Haller2010-04-273-41/+33
* Closes #3356.Philipp Haller2010-04-253-107/+42
* Reverted change of Reactor.exceptionHandler's t...Philipp Haller2010-04-222-4/+3
* Reactor.exceptionHandler is defined on Throwabl...Philipp Haller2010-04-224-25/+30
* Fixed deadlocking behavior in actors.Iulian Dragos2010-04-131-1/+1
* Reverted r21523. No review.Philipp Haller2010-04-134-25/+11