summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Maven repository dependencies are now added to distributions.Josh Suereth2012-03-312-12/+24
* Build.xml can now resolve artifacts from maven central and use them in the bu...Josh Suereth2012-03-311-2/+16
* Merge remote-tracking branch 'adriaanm/topic/partialfun' into developPaul Phillips2012-03-3015-227/+342
|\
| * 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-3012-96/+177
* | Tagged builds now display tag version. (maven = canonical).Josh Suereth2012-03-301-18/+34
* | Fix for regression with inference at arity 21+.Paul Phillips2012-03-302-2/+16
* | 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-3020-242/+259
|\ \ \
| | * | 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-2810-242/+136
| * | | Adds links to parallel collections overview in API docsHeather Miller2012-03-2910-4/+22
* | | | Merge pull request #344 from lrytz/classpathFixJosh Suereth2012-03-301-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove unnecessary classpath entryLukas Rytz2012-03-301-3/+2
|/ / /
* | | Cleaning up logging in specialization.Paul Phillips2012-03-293-68/+90
* | | A couple tests for pending.Paul Phillips2012-03-294-0/+62
|/ /
* | Revert the lisp test.Paul Phillips2012-03-282-3/+4
* | Never write final fields outside of constructors.Paul Phillips2012-03-289-20/+86
* | Revived the lisp test.Paul Phillips2012-03-282-4/+3
|/
* 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-2717-162/+252
|\ \
| * | Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-2717-162/+252
* | | Workaround for "package is not a value".Paul Phillips2012-03-273-24/+112
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'manojo/issue/4488', 'leifwickland/patch-3', '...Paul Phillips2012-03-2724-71/+261
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Fixes SI-5373Vlad Ureche2012-03-2713-14/+182
| | | | * | | [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-243-6/+13
* | | | | Merge pull request #333 from jsuereth/release-fixes-from-2.9.xJosh Suereth2012-03-273-12/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Removed git from source repo generation.Josh Suereth2012-03-271-0/+1
| * | | | Updated README for latest installationsJosh Suereth2012-03-271-10/+4
| * | | | No longer generate SBAZ documentation as part of distribution.Josh Suereth2012-03-271-1/+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
| |/ / |/| |
* | | Removing some foolishness.Paul Phillips2012-03-241-8/+4
* | | Merge pull request #326 from VladUreche/scripts/scaladoc-source-to-gitJosh Suereth2012-03-243-5/+20
|\ \ \ | |/ / |/| |
| * | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-253-5/+20
|/ /
* | Broke up def bridgeDefs.Paul Phillips2012-03-241-85/+99
* | Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-233-20/+29
|\ \
| * | [vpm] defend against null in erroneous type patsAdriaan Moors2012-03-231-4/+4
| * | further tweaking packing magicAdriaan Moors2012-03-231-4/+4
| * | splice in typed, dup'ed, trees for TRUE and FALSEAdriaan Moors2012-03-233-5/+10