summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Work on the pattern matcher.Paul Phillips2010-10-031-8/+7
* Removes a bunch of private functions which are ...Paul Phillips2010-10-032-17/+0
* Another attempt for #1591.Hubert Plociniczak2010-10-013-1/+25
* Revert changes related to #1591. no review.Hubert Plociniczak2010-09-293-26/+1
* Update comment in ByteCodecs. No review.Lukas Rytz2010-09-281-3/+16
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-272-2/+2
* close #3864.Lukas Rytz2010-09-271-1/+3
* 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
* documentation for conforms and friendsAdriaan Moors2010-09-221-7/+17
* Reimplementing parallel views to solve several ...Aleksandar Pokopec2010-09-229-38/+233
* Closes #1591.Hubert Plociniczak2010-09-223-1/+26
* 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
* Fixes #3850, no review.Paul Phillips2010-09-181-0/+6
* 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
* 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
* 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