summaryrefslogtreecommitdiff
path: root/src/actors
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-146-7/+7
* deprecate Pair and TripleDen Shabalin2013-11-205-19/+19
* SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-011-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-183-4/+0
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-152-2/+1
* Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-041-4/+1
|\
| * SI-7391 Always use ForkJoin in Scala actors on ...Simon Ochsenreither2013-05-201-4/+1
* | Make all numeric coercions explicit.Paul Phillips2013-05-273-3/+3
* | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-1730-3/+39
|\ \ | |/ |/|
| * SI-6807 Deprecating the Actors library.Vojin Jovanovic2013-02-0730-2/+38
| * Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0545-124/+50
| |\
| * | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+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