summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* more docs. noreview.Martin Odersky2009-12-155-188/+288
* corrected @usecase and imports in plugin examplemichelou2009-12-151-1/+1
* lost of documentation and some small adjustment...Martin Odersky2009-12-1434-969/+1160
* Took advantage of package object fix to factor ...Paul Phillips2009-12-123-265/+148
* allowed $super variables in doc comment; some m...Martin Odersky2009-12-115-281/+367
* Don't NPE on null hashtable entries.Paul Phillips2009-12-102-2/+2
* Modified partialMap to take PartialFunction[A, ...Paul Phillips2009-12-105-5/+6
* Remedying the fact that I swapped which version...Paul Phillips2009-12-101-10/+22
* refined doc comments generation; refactored cod...Martin Odersky2009-12-103-136/+118
* Gave all the manifest singletons a readResolve ...Paul Phillips2009-12-091-9/+23
* Renamed AbstractFunction to AbstractFunction0 t...Paul Phillips2009-12-091-0/+0
* Removed productPrefix from case class hashCode ...Paul Phillips2009-12-091-1/+1
* Took manifests a little closer to the finish line.Paul Phillips2009-12-092-25/+47
* Re-deleted a method which snuck back in on the ...Paul Phillips2009-12-071-15/+6
* new doc comment generation, including some new ...Martin Odersky2009-12-078-337/+560
* Added lift method to PartialFunctionMartin Odersky2009-12-071-0/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-07521-525/+525
* close #2708Lukas Rytz2009-12-041-0/+51