summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes #3847. No review.Aleksandar Pokopec2010-09-272-1/+22
* Removes abstract types in ParSeq and ParIterable.Aleksandar Pokopec2010-09-252-2/+2
* Some progress on reviving TreeCheckers, plus a ...Paul Phillips2010-09-2410-87/+139
* Fixed an abstract type issue. No reviewAleksandar Pokopec2010-09-242-5/+1
* A small typo. No reviewAleksandar Pokopec2010-09-241-1/+1
* Fixed ParSeqView, added Patched and Reversed.Aleksandar Pokopec2010-09-244-31/+84
* closes #3808.Adriaan Moors2010-09-244-27/+30
* Adds a half second delay before showing tooltips.Pedro Furlanetto2010-09-241-1/+3
* zippedWithIndex and zippedAll added to ParItera...Aleksandar Pokopec2010-09-237-17/+117
* closes #3857: retain pre-erasure info in type h...Adriaan Moors2010-09-233-25/+52
* closes #3800.Adriaan Moors2010-09-232-4/+10
* Adds a zip for ParIterables + a new Zipped view...Aleksandar Pokopec2010-09-239-74/+220
* AIOOBE in scanner when typing in the end of file.Eugene Vigdorchik2010-09-231-1/+2
* InterruptedException while waiting for result s...Eugene Vigdorchik2010-09-231-1/+6
* Revert "CPI -> SCPI to (hopefully) fix scaladoc...Adriaan Moors2010-09-231-1/+1
* CPI -> SCPI to (hopefully) fix scaladoc failure...Adriaan Moors2010-09-231-1/+1
* Rollback MutableSourceFile, the whole idea is b...Eugene Vigdorchik2010-09-231-41/+24
* Test case closes #3774, no review.Paul Phillips2010-09-222-0/+10
* Added an override to immutable.IndexedSeq#toInd...Paul Phillips2010-09-222-0/+11
* Test case closes #3509, no review.Paul Phillips2010-09-222-0/+10
* Test case closes #3498, no review.Paul Phillips2010-09-221-0/+15
* Test case submitted by mark harrah closes #2813...Paul Phillips2010-09-221-0/+39
* Test case closes #2619, no review.Paul Phillips2010-09-221-0/+80
* Test case closes #1548, no review.Paul Phillips2010-09-223-0/+19
* closes #3792: type equality for singleton types...Adriaan Moors2010-09-222-9/+15
* removed deskolemize hack for tcpoly.Adriaan Moors2010-09-223-3/+5
* documentation for conforms and friendsAdriaan Moors2010-09-221-7/+17
* A cleanup of the inliner.Paul Phillips2010-09-2221-743/+450
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-2216-107/+390
* Closes #1591.Hubert Plociniczak2010-09-2215-53/+163
* do not cache lineIndices for MutableSourceFile.Eugene Vigdorchik2010-09-221-2/+6
* Found the following inefficiencies in fjbg:Paul Phillips2010-09-222-4/+38
* Scala IDE needs mutable files with changing con...Eugene Vigdorchik2010-09-214-27/+40
* [scaladoc] Adds some simple tests for Scaladoc ...Gilles Dubochet2010-09-212-1/+78
* [scaladoc] Closes #3541.Gilles Dubochet2010-09-211-1/+9
* Fixes the way results of Scalatest are checked ...Gilles Dubochet2010-09-211-1/+2
* Painstaking elimination of redundant array crea...Paul Phillips2010-09-212-28/+27
* Changed Seq#distinct to use a mutable hashset r...Paul Phillips2010-09-201-3/+3
* Tail recursive implementation of mapConserve, s...Paul Phillips2010-09-202-18/+74
* Test case closes #2162, no review.Paul Phillips2010-09-202-0/+21
* Adds links from letters to the reference index ...Pedro Furlanetto2010-09-204-15/+20
* Mostly a setup commit.Paul Phillips2010-09-196-72/+155
* Guard against overflow in fjbg.Paul Phillips2010-09-193-4/+12
* Fixes #3850, no review.Paul Phillips2010-09-181-0/+6
* Fixed an issue with ListSet getting confused ab...Paul Phillips2010-09-182-4/+12
* Removed unnecessary param. Review by milessabin.Martin Odersky2010-09-181-1/+1
* added typedLastTree functionality to CompilerCo...Martin Odersky2010-09-184-8/+39
* Better unlocking behavior when exceptions are r...Martin Odersky2010-09-182-5/+9
* Fixed long standing annoyance which prevents th...Paul Phillips2010-09-181-0/+43
* Restoring negative literal parsing behavior to ...Paul Phillips2010-09-174-27/+62