summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Disambiguated all the implicits in JavaConversi...Paul Phillips2010-10-161-263/+280
* Working out some more of the flags situation.Paul Phillips2010-10-152-31/+55
* All this time with Nil only claiming to be equa...Paul Phillips2010-10-141-1/+1
* re-added isAbstract and isTrait to HasFlag beca...Lukas Rytz2010-10-142-3/+3
* Fixing issue with XMLEventReader.stop failing t...Paul Phillips2010-10-141-1/+15
* Added filterNot to Option so I can stop being d...Paul Phillips2010-10-131-0/+13
* The second piece of the flags patch.Paul Phillips2010-10-134-55/+118
* Two improvements (or so I claim) to MatchErrors.Paul Phillips2010-10-121-3/+9
* Encapsulating name strings in StdNames and elim...Paul Phillips2010-10-111-5/+0
* Introduced -Ymurmur with murmur hashcodes.Paul Phillips2010-10-112-2/+130
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-1192-189/+228
* Abstracting out the common flags code between S...Paul Phillips2010-10-112-35/+245
* Abstraction improvement in Flags. No review.Paul Phillips2010-10-081-94/+45
* Made some adjustments to toString formatting of...Derek Chen-Beker2010-10-081-4/+72
* Unreverting r23174. No review.Paul Phillips2010-10-061-8/+7
* 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-0517-222/+890
* Reverts r23174, which I believe will bring the ...Paul Phillips2010-10-041-7/+8
* 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