summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* relax implicit divergence checkAdriaan Moors2010-09-142-3/+3
* Couldn't bear to see sbt seemingly so close but...Paul Phillips2010-09-143-12/+17
* Closes 3627. No review.Iulian Dragos2010-09-131-1/+1
* Interpreted absence of any objections in mailin...Paul Phillips2010-09-131-1/+10
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-134-30/+92
* Renamed a file to soothe ant. No review.Paul Phillips2010-09-101-0/+0
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-0992-93/+126
* Unbroke the command line ~/test/partest tool, w...Paul Phillips2010-09-091-2/+5
* Merge branch 'ticket/3435'Iulian Dragos2010-09-091-2/+8
* fixed some scaladoc commentsmichelou2010-09-094-58/+75
* fix fix for (close #3791) and made deprecation ...Lukas Rytz2010-09-092-1/+6
* map2 => zipped, no reviewLukas Rytz2010-09-091-5/+5
* close #3791 according to jason's proposal.Lukas Rytz2010-09-091-5/+16
* Some modifications to repl classloading to make...Paul Phillips2010-09-073-7/+39
* Changes to presentation compiler.Martin Odersky2010-09-075-44/+106
* doc comment fix. No review.Martin Odersky2010-09-071-1/+1
* Fixes infinite loop when appending a ListBuffer...Martin Odersky2010-09-071-0/+6
* Fixes binary compatibility problem in BufferLikeMartin Odersky2010-09-071-1/+1
* Updated link to collections API guide.Antonio Cunei2010-09-071-2/+2
* Added type alias so that Response is accessible...Miles Sabin2010-09-071-0/+2
* Brought the files in scala.collection.interface...Paul Phillips2010-09-067-71/+48
* Closes #3803. No Review.Iulian Dragos2010-09-051-3/+3
* Closes #3636, crash when unexpected types arriv...Iulian Dragos2010-09-051-1/+4
* Closes #3650.Iulian Dragos2010-09-034-9/+17
* better error message for default arguments.Lukas Rytz2010-09-031-0/+3
* Changed the behavior of -cp for scalap.Iulian Dragos2010-09-031-4/+10
* Makes utility methods in the ArrayStack compani...Aleksandar Pokopec2010-09-021-2/+2
* Partest changes - partest now uses scalacheck.j...Aleksandar Pokopec2010-09-022-1/+21
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-022-14/+105