summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Removing some foolishness.Paul Phillips2012-03-241-8/+4
* | | Scaladoc is now pointing to sources in githubVlad Ureche2012-03-252-2/+2
|/ /
* | 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
| * | less invasive packing of types in branches/casesAdriaan Moors2012-03-231-12/+13
| * | [vpm] need cast in one for GADT magicAdriaan Moors2012-03-231-3/+3
| * | typedMatchAnonFun's missingCase call use apply's argAdriaan Moors2012-03-231-1/+4
| * | [vpm] be more careful about swatchesAdriaan Moors2012-03-231-3/+5
| * | do nothing when closing closed block in ignoremodeAdriaan Moors2012-03-232-4/+17
| * | [vpm] avoid verifyerror: leave jump to tail-pos labelAdriaan Moors2012-03-231-2/+7
| * | don't throw error in setError when -YdebugAdriaan Moors2012-03-231-4/+6
| * | [vpm] typeMatchAnonFun improvementsAdriaan Moors2012-03-235-114/+101
* | | Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-238-127/+136
|\ \ \
| * | | [vpm] be more careful about swatchesAdriaan Moors2012-03-231-3/+5
| * | | do nothing when closing closed block in ignoremodeAdriaan Moors2012-03-232-4/+17
| * | | [vpm] avoid verifyerror: leave jump to tail-pos labelAdriaan Moors2012-03-231-2/+7
| * | | don't throw error in setError when -YdebugAdriaan Moors2012-03-231-4/+6
| * | | [vpm] typeMatchAnonFun improvementsAdriaan Moors2012-03-235-114/+101
| |/ /
* | | Changing URLs for svn and issue tracking.Vojin Jovanovic2012-03-2311-52/+42
* | | Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* | | Regex improvementsDaniel C. Sobral2012-03-232-4/+34
|/ /
* | Undo the revert.Lukas Rytz2012-03-231-4/+8
* | Revert "Made changeOwner more robust; now also deals with return expressions."Paul Phillips2012-03-221-8/+4
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'axel22/feature/pc-execution-contexts', 'VladU...Paul Phillips2012-03-22123-3861/+4872
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * Scaladoc: improved usecases, display full signature. Closes #5291Heather Miller2012-03-222-1/+36
| | | |_|/ | | |/| |
| | | | * minimalist refactoring to allow annotating treesAdriaan Moors2012-03-225-10/+54
| | | |/ | | |/|
| | | * Fixed SI-5599Vlad Ureche2012-03-221-26/+33
| | |/
| | * Merge branch 'issue/SI-5580' of /scala/trunk into developPaul Phillips2012-03-2113-1323/+1575
| | |\
| | | * Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-2110-1303/+1489
| | | * Fix for SI-5580.Paul Phillips2012-03-211-11/+37
| | | * Clarifying MethodSynthesis.Paul Phillips2012-03-212-9/+49