summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Overrode addString in TraversableViewLike.Paul Phillips2010-09-161-0/+3
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-155-10/+22
* 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
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-143-14/+121
* Interpreted absence of any objections in mailin...Paul Phillips2010-09-131-1/+10
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-134-30/+92
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-0991-93/+113
* fixed some scaladoc commentsmichelou2010-09-094-58/+75
* 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
* Brought the files in scala.collection.interface...Paul Phillips2010-09-067-71/+48
* Makes utility methods in the ArrayStack compani...Aleksandar Pokopec2010-09-021-2/+2
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-022-14/+105
* Closes #1220.Iulian Dragos2010-09-011-3/+7
* Fix for #3684. No reviewAleksandar Pokopec2010-08-311-10/+10
* Fixes #3684. Closes #3684. No review.Aleksandar Pokopec2010-08-311-20/+10
* Added a few overrides to prevent default implem...Aleksandar Pokopec2010-08-311-0/+8
* removed author attribution, since no code from ...Martin Odersky2010-08-301-1/+1
* added doc comment which makes things clearer wh...Martin Odersky2010-08-301-0/+1
* Dredged some more dead code out of SyncVar.Paul Phillips2010-08-301-6/+2
* Some more finnessing printing in the repl.Paul Phillips2010-08-301-6/+3
* documentation for scala.collection package, con...Lukas Rytz2010-08-261-1/+68
* documentation for scala.xml.pull, contribution ...Lukas Rytz2010-08-263-28/+77
* Fix and test case for broken linked lists, cont...Paul Phillips2010-08-232-7/+12
* Pretty print tuples in the repl.Paul Phillips2010-08-231-9/+12
* Renaming and small tweak in testing.Benchmark f...Iulian Dragos2010-08-231-1/+1
* inline more in RangeIulian Dragos2010-08-231-2/+2
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-233-21/+9
* debugging output to track down wild boxing.Iulian Dragos2010-08-231-0/+3
* Added setup and teardown methods.Iulian Dragos2010-08-231-3/+20
* Added an overridable setUp method that is calle...Iulian Dragos2010-08-231-0/+7
* closes 2462. better implicit error messages.Adriaan Moors2010-08-202-1/+20
* Discovered ListMap.++ returns a Map instead of ...Paul Phillips2010-08-192-3/+10
* closes #2788.Adriaan Moors2010-08-191-3/+4
* use arraycopy not Array.copy in Arraybuffer.siz...Lukas Rytz2010-08-171-1/+1
* Revert ArrayBuffer's sizeHint as I had a typo a...Lukas Rytz2010-08-161-2/+1
* use arraycopy instead of Array.copy in ArrayBuf...Lukas Rytz2010-08-161-1/+2
* documentation for scala.Array.Lukas Rytz2010-08-161-66/+94
* doc comment for scala package.Lukas Rytz2010-08-161-0/+3
* Overhaul of ScalaRunTime.stringOf.Paul Phillips2010-08-151-21/+38
* Changes in docs and layout. No review.Martin Odersky2010-08-121-1/+4
* Added missing file for last checkin.Martin Odersky2010-08-101-0/+6
* Removed duplicate classes. No review.Martin Odersky2010-08-101-10/+0
* update doc of option. close #3737.Lukas Rytz2010-08-091-43/+118
* close #3709. no review.Lukas Rytz2010-08-091-1/+1
* fixed t3738michelou2010-08-071-1/+1
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-0/+13