summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Further fix for #3796. No reviewAleksandar Pokopec2010-10-061-1/+1
* Temporary fix for #3796. No reviewAleksandar Pokopec2010-10-062-78/+15
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-0516-222/+880
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-272-2/+2
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-273-17/+34
* Removes abstract types in ParSeq and ParIterable.Aleksandar Pokopec2010-09-252-2/+2
* 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-242-31/+62
* zippedWithIndex and zippedAll added to ParItera...Aleksandar Pokopec2010-09-237-17/+117
* Adds a zip for ParIterables + a new Zipped view...Aleksandar Pokopec2010-09-235-74/+195
* 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
* Added an override to immutable.IndexedSeq#toInd...Paul Phillips2010-09-221-0/+1
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-229-38/+233
* 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
* Fixed an issue with ListSet getting confused ab...Paul Phillips2010-09-181-4/+6
* Refactorings to make iterators required by task...Aleksandar Pokopec2010-09-176-189/+131
* 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
* Made transpose not fail on an empty collection.Paul Phillips2010-09-171-0/+3
* Overrode addString in TraversableViewLike.Paul Phillips2010-09-161-0/+3
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-154-8/+20
* Stream gets a specialized, extra-lazy Iterator ...Paul Phillips2010-09-151-0/+24
* Improved parallel scan performance further.Aleksandar Pokopec2010-09-143-14/+121
* Improving parallel scan. No reviewAleksandar Pokopec2010-09-134-30/+92
* fixed some scaladoc commentsmichelou2010-09-093-49/+66
* 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
* added doc comment which makes things clearer wh...Martin Odersky2010-08-301-0/+1
* documentation for scala.collection package, con...Lukas Rytz2010-08-261-1/+68
* Fix and test case for broken linked lists, cont...Paul Phillips2010-08-232-7/+12
* inline more in RangeIulian Dragos2010-08-231-2/+2
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-231-19/+5
* closes 2462. better implicit error messages.Adriaan Moors2010-08-201-1/+2
* 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