summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Replacement in matching can now be done by prov...Aleksandar Pokopec2010-01-251-1/+51
* Another big REPL patch.Paul Phillips2010-01-232-1/+27
* Un-overloaded StringLike.format.Paul Phillips2010-01-201-1/+1
* Fix for #2927. No review.Paul Phillips2010-01-202-8/+14
* Iterators created with duplicate compare equal ...Paul Phillips2010-01-191-1/+10
* More work consolidating the XML code needlessly...Paul Phillips2010-01-182-166/+192
* Tail-recursive implementations of parser combin...Paul Phillips2010-01-181-29/+23
* some more performance tunings. No review.Martin Odersky2010-01-181-1/+1
* cleaned up explicit tailcallsMartin Odersky2010-01-182-24/+56
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-1868-184/+223
* Fix and test case for #408. Review by community.Paul Phillips2010-01-181-6/+9
* Made Iterator consistent with Iterable by addin...Paul Phillips2010-01-161-0/+32
* Exposed native Array clone() method.Paul Phillips2010-01-164-1/+41
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-1511-31/+29
* Fix and test for #2354. Review by community.Paul Phillips2010-01-153-19/+61
* ConcurrentMap trait added to collection.mutable.Aleksandar Pokopec2010-01-142-2/+148
* Added ConcurrentMap and Properties conversion c...Aleksandar Pokopec2010-01-131-2/+93
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-136-163/+117
* A variety of bugfixes discovered by findbugs.Paul Phillips2010-01-133-5/+6
* Overrode slice in the StringLike derivatives to...Paul Phillips2010-01-132-0/+6
* Updated attempt at removing @inline warnings:Iulian Dragos2010-01-123-4/+4
* Deprecated "=>?". Closes #2860 (see #2819).Antonio Cunei2010-01-121-1/+1
* A fix for at least one manifestation of #2865.Paul Phillips2010-01-121-1/+5
* Added toMap to TraversableLike.Paul Phillips2010-01-121-3/+17
* Fix and test case for #2364, which regressed wi...Paul Phillips2010-01-111-1/+3
* Fix for #2883, a regression introduced in r18789.Paul Phillips2010-01-111-12/+18
* Fixed #2810.Aleksandar Pokopec2010-01-111-1/+1
* Revised List#mapConserve so that it tests wrt e...Martin Odersky2010-01-111-4/+4
* Red black tree patch and test.Aleksandar Pokopec2010-01-111-8/+69
* Reverting r20406 (dragos)Antonio Cunei2010-01-082-3/+3
* Added final modifiers to several classes used b...Iulian Dragos2010-01-072-3/+3
* Added warning for failed inlining when the targ...Iulian Dragos2010-01-071-1/+1
* Fixed #2844 with dpp's patch. review by xmlteam.Martin Odersky2010-01-071-1/+1
* Fixes #2857. No review.Hubert Plociniczak2010-01-061-1/+3
* Closes #2853. No review necessary.Martin Odersky2010-01-051-1/+1
* Fixed #2852 and #2854.Philipp Haller2010-01-045-25/+35
* Added an XML.load overload which takes an URL.Paul Phillips2009-12-311-1/+3
* Created team of private[collection] abstract cl...Paul Phillips2009-12-236-117/+163
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-2210-31/+31
* Closes #2819, #2705, #2805. Review by community.Martin Odersky2009-12-221-0/+2
* fixed #2548 - reverse, reverseIterator for view...Aleksandar Pokopec2009-12-221-1/+10
* (1) Added some classes to allow arbitrary patch...Martin Odersky2009-12-211-3/+39
* closed #2181. no review.Philipp Haller2009-12-211-1/+2
* Improved deprecated warnings. No review necessary.Martin Odersky2009-12-211-16/+16
* Minimally integrated the semi-orphaned immutabl...Paul Phillips2009-12-211-46/+20
* Began the process of consolidating all the code...Paul Phillips2009-12-172-173/+112
* Fixed build problem caused by r20203.Martin Odersky2009-12-172-0/+24
* Closed #2795. review by dubochet.Martin Odersky2009-12-172-4/+4
* hardening the compiler to avoid exceptions I ob...Martin Odersky2009-12-171-1/+1
* Moved takeDestructively into GroupedIterator.Paul Phillips2009-12-151-17/+15