summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added Option#fold.Paul Phillips2012-04-041-0/+12
* Unify "object Foo" and "Foo.type".Paul Phillips2012-04-043-9/+9
*-. Merge commit 'refs/pull/350/head'; commit 'refs/pull/351/head' into developPaul Phillips2012-04-033-5/+6
|\ \
| | * Added presentation memory leak test.Iulian Dragos2012-04-032-2/+3
| * | avoid memory leak by avoiding default argAdriaan Moors2012-04-031-3/+3
|/ /
* | Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-038-115/+120
* | Merge branch 'develop'Paul Phillips2012-04-0217-78/+301
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge remote-tracking branches 'axel22/feature/future-compat', 'dlwh/issues/5...Paul Phillips2012-04-0253-496/+972
| |\ \ \ \ \
| | | | | * | Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-02184-5534/+6470
| | | | | |\|
| | | | | * | 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
| | | | | |/ | | | | |/|
| | | * | | Maven repository dependencies are now added to distributions.Josh Suereth2012-03-311-11/+18
| | * | | | Fixes SI-5632 (serialization of large HashTables)David Hall2012-03-301-1/+1
| * | | | | Remove blocking from execution contexts.Aleksandar Prokopec2012-03-304-26/+54
| * | | | | Add withFilter and mapTo to futures.Aleksandar Prokopec2012-03-292-31/+32
* | | | | | Fix for SI-3272.Paul Phillips2012-04-021-6/+9
| |_|_|/ / |/| | | |
* | | | | Pushed Symbol/Type creation partitioning further.Paul Phillips2012-04-019-84/+144
* | | | | More principled unwrapping of types.Paul Phillips2012-04-012-32/+53
* | | | | Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-016-41/+53
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'adriaanm/topic/partialfun' into developPaul Phillips2012-03-3014-224/+339
|\ \ \ \ | |_|/ / |/| | |
| * | | specialization: see outer contexts to fix symbolsAdriaan Moors2012-03-302-2/+16
| * | | virtpatmat support for the new partialfunctionAdriaan Moors2012-03-301-13/+54
| * | | old patmat support for the applyOrElse partial funAdriaan Moors2012-03-303-117/+96
| * | | a fast, functional PartialFunction implementationPavel Pavlov2012-03-3011-93/+174
* | | | Fix for regression with inference at arity 21+.Paul Phillips2012-03-301-2/+2
* | | | Fix for string bug in genjvm.Paul Phillips2012-03-301-4/+16
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'heathermiller/doc/linking' and 'axel22/featur...Paul Phillips2012-03-3019-241/+258
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ /
| | * | 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
| * | | Adds links to parallel collections overview in API docsHeather Miller2012-03-2910-4/+22
* | | | Cleaning up logging in specialization.Paul Phillips2012-03-293-68/+90
|/ / /
* / / Never write final fields outside of constructors.Paul Phillips2012-03-286-20/+42
|/ /
* | Merge remote-tracking branch 'jsuereth/remove-sbaz-update-man' into developPaul Phillips2012-03-2711-661/+11
|\ \
| * | Remove sbaz and references from master repository.Josh Suereth2012-03-2711-661/+11
* | | 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
* | | Workaround for "package is not a value".Paul Phillips2012-03-271-24/+29
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-2715-65/+220
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Fixes SI-5373Vlad Ureche2012-03-274-8/+141
| | | | * | | [vpm] smarter type inference on when virtPatmat is onAdriaan Moors2012-03-273-1/+3
| | | | * | | [vpm] suppress refchecks in matchesAdriaan Moors2012-03-271-0/+6
| | | | * | | Merge remote-tracking branch 'main/master' into topic/virtpatmatAdriaan Moors2012-03-275-73/+49
| | | | |\ \ \
| | | | * | | | [vpm] error message on missing parameter typeAdriaan Moors2012-03-262-38/+41
| | | | * | | | [vpm] skolemize result type in translateMatchAdriaan Moors2012-03-262-10/+14
| | | | | |/ / | | | | |/| |
| | | * / | | 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
* | | | | Removed git from source repo generation.Josh Suereth2012-03-271-0/+1
* | | | | Added latest link for sources so we can include them in distributions.Josh Suereth2012-03-271-1/+15
| |_|/ / |/| | |
* | | | Syntactic/organizational optimizations in Settings.Paul Phillips2012-03-265-73/+49
| |/ / |/| |