summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-038-115/+120
*-----. Merge remote-tracking branches 'axel22/feature/future-compat', 'dlwh/issues/5...Paul Phillips2012-04-0224-90/+373
|\ \ \ \
| | | | * Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-0266-2528/+3154
| | | | |\ | | | |_|/ | | |/| |
| | | | * Add JavaConversions and JavaConverters concurrent.Map support.Aleksandar Prokopec2012-03-282-24/+96
| | | * | SI-5627 BigInt.equals(Number) and BigDecimal.equals(Number) should implement ...Dmitry Nadezhin2012-04-022-1/+52
| | |/ /
| | * | Merge remote-tracking branch 'adriaanm/topic/partialfun' into developPaul Phillips2012-03-304-76/+154
| | |\ \
| | | * | a fast, functional PartialFunction implementationPavel Pavlov2012-03-304-76/+154
| * | | | Fixes SI-5632 (serialization of large HashTables)David Hall2012-03-301-1/+1
| |/ / /
| | | |
| | \ \
| *-. \ \ Merge remote-tracking branches 'heathermiller/doc/linking' and 'axel22/featur...Paul Phillips2012-03-3019-241/+258
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Adds links to parallel collections overview in API docsHeather Miller2012-03-2910-4/+22
| |/ / /
* | | | Remove blocking from execution contexts.Aleksandar Prokopec2012-03-304-26/+54
* | | | Add withFilter and mapTo to futures.Aleksandar Prokopec2012-03-292-31/+32
| |/ / |/| |
* | | Add methods in the Future companion object.Aleksandar Prokopec2012-03-291-2/+107
* | | Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-289-241/+135
|/ /
* | Merge remote-tracking branch 'axel22/feature/collection-concurrent' into developPaul Phillips2012-03-279-98/+187
|\|
| * Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-279-98/+187
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-274-9/+16
|\ \ \ \
| | | * | Fix .empty and add .ofDim factory method.Erik Osheim2012-03-251-2/+9
| |_|/ / |/| | |
| | * | Slight comment tweak for more colloquial English.Leif Wickland2012-03-251-1/+1
| |/ / |/| |
| * | Close issue #SI-4488Manohar Jonnalagedda2012-03-242-6/+6
* | | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-251-1/+1
|/ /
* | Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* | Regex improvementsDaniel C. Sobral2012-03-232-4/+34
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-2246-2125/+2524
|\ \ \ \ | |_|_|/ |/| | |
| | | * minimalist refactoring to allow annotating treesAdriaan Moors2012-03-222-9/+28
| | |/
| | * Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-2110-1303/+1489
| |/
| * Lots of tedious warning and tree printing work.Paul Phillips2012-03-207-22/+25
| * Merge remote-tracking branches 'vjovanov/duration-cleanup', 'adriaanm/topic/v...Paul Phillips2012-03-2017-262/+389
| |\
| | * Merge branch 'issue/5054-usecase-cleanup'Vlad Ureche2012-03-2015-254/+370
| | |\
| | | * Adapted usecases to full signature displayVlad Ureche2012-03-2014-243/+359
| | | * Adapted indentation in scaladoc code blocksVlad Ureche2012-03-201-11/+11
| | * | Tree adjustments.Paul Phillips2012-03-192-8/+19
| * | | Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-2013-530/+594
| |/ /
* | | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-21114-363/+574
|\| |
| * | Added +: and :+ extractors to mirror append/prepend.Josh Suereth2012-03-162-0/+24
| * | Eliminating warnings in Cleanup.Paul Phillips2012-03-161-1/+1
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge remote-tracking branches 'VladUreche/feature/inheritdoc-clean', 'acruis...Paul Phillips2012-03-1614-130/+192
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | * Finished migrating to new versioning schemeJosh Suereth2012-03-161-2/+1
| | | | | * properties loading is now maven/osgi version aware. yippie.Josh Suereth2012-03-161-14/+13
| | |_|_|/ | |/| | |
| | | | * Renamed concurrent trie source files.Aleksandar Prokopec2012-03-162-0/+0
| | | | * Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-162-77/+77
| | |_|/ | |/| |
| | | * Tweaked deprecation annotations to avoid warningAlex Cruise2012-03-152-2/+2
| | | * SI-1118:Alex Cruise2012-03-152-462/+459
| | | * Cleaned up failed manual patchAlex Cruise2012-03-151-459/+459
| | | * SI-1118 WIPAlex Cruise2012-03-1511-40/+107
| * | | New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-4/+14
| * | | Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-1589-161/+342
| |\ \ \ | | | |/ | | |/|
| | * | Whitespace and a couple checkfile updates.Paul Phillips2012-03-142-4/+4
| | * | Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1475-130/+320
| | |\ \
| | | * | Allows case classes as value classesMartin Odersky2012-03-071-1/+1