summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-229-38/+233
* Closes #1591.Hubert Plociniczak2010-09-2211-53/+115
* do not cache lineIndices for MutableSourceFile.Eugene Vigdorchik2010-09-221-2/+6
* Found the following inefficiencies in fjbg:Paul Phillips2010-09-221-3/+37
* Scala IDE needs mutable files with changing con...Eugene Vigdorchik2010-09-214-27/+40
* [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-201-18/+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-191-3/+4
* Fixes #3850, no review.Paul Phillips2010-09-181-0/+6
* Fixed an issue with ListSet getting confused ab...Paul Phillips2010-09-181-4/+6
* 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-172-26/+30
* Refactorings to make iterators required by task...Aleksandar Pokopec2010-09-176-189/+131
* Correctly get all scope symbols and members.Eugene Vigdorchik2010-09-171-7/+5
* Some tweaks to ListSet to make it less patholog...Paul Phillips2010-09-171-11/+55
* Does what can probably be done about strange it...Paul Phillips2010-09-172-2/+14
* Modified XMLEventReader to write dummy <ignore/...Paul Phillips2010-09-171-1/+8
* Modified xCharData to call handle.text on CDATA.Paul Phillips2010-09-171-9/+28
* Made transpose not fail on an empty collection.Paul Phillips2010-09-171-0/+3
* argh -- merge failure?? -- this was fixedAdriaan Moors2010-09-161-1/+1
* part 2 of the dependent method refactoring: imp...Adriaan Moors2010-09-164-76/+202
* closes #1569, #3731: refactored dependent metho...Adriaan Moors2010-09-1616-179/+251
* include all symbols from enclosing scopes as we...Eugene Vigdorchik2010-09-161-3/+7
* Closes #3779.Iulian Dragos2010-09-161-2/+20
* Little type in documentation; closes #3386.Antonio Cunei2010-09-161-1/+1
* Adds a reference index to the documentation.Pedro Furlanetto2010-09-165-4/+152
* Overrode addString in TraversableViewLike.Paul Phillips2010-09-161-0/+3
* positioning fix for infix expressions: report e...Paul Phillips2010-09-151-2/+2
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-155-10/+22
* Never generate the ACC_SYNTHETIC flag in byteco...Paul Phillips2010-09-151-2/+1
* Removed Throw from the set of unlabelled AST No...Paul Phillips2010-09-151-1/+1
* Added implicits to create Orderings from java's...Paul Phillips2010-09-152-41/+27
* Stream gets a specialized, extra-lazy Iterator ...Paul Phillips2010-09-151-0/+24
* Fixes reporting the number of documentable temp...Pedro Furlanetto2010-09-151-1/+2
* Shield interrupts against exceptions in user codeEugene Vigdorchik2010-09-151-3/+10
* Adding interrupts should wake the serverEugene Vigdorchik2010-09-151-0/+1
* Close #3835, review by extemporeLukas Rytz2010-09-141-1/+1
* closes #1693: improve implicit conversion disam...Adriaan Moors2010-09-142-7/+32
* Enabled partest to run entire directories for s...Aleksandar Pokopec2010-09-141-1/+1
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-143-14/+121
* closes #3612.Adriaan Moors2010-09-141-30/+30
* closes #3692: make instantiateTypeVar more care...Adriaan Moors2010-09-141-1/+4