summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented scala.runtime.AbstractFunction0-22.Paul Phillips2009-12-021-0/+33
* moved forkjoin sources out of the library folderLukas Rytz2009-12-029-5086/+0
* Working around interesting initialization order...Paul Phillips2009-12-021-1/+1
* Built out genprod to create a tuple method for ...Paul Phillips2009-12-0224-65/+199
* Making the Try/Catch/Finally in ScalaRunTime to...Paul Phillips2009-12-022-50/+26
* Initialization order fix to ijuma's serializati...Paul Phillips2009-12-022-4/+4
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-018-47/+201
* Implement foreachEntry by calling iteratorEntri...Paul Phillips2009-12-011-12/+14
* Fix and test case for #2721.Paul Phillips2009-11-301-1/+1
* Removed a deprecated method which snuck back in...Paul Phillips2009-11-301-9/+0
* Extensive documentation of TraversableLike in p...Martin Odersky2009-11-303-406/+787
* Fix for #2725 - configure the SAX parser not to...Paul Phillips2009-11-281-3/+7
* Removed method cached from MapLike - it's an ex...Paul Phillips2009-11-271-9/+0
* Performance improvement on Ordering.Paul Phillips2009-11-271-0/+5
* Closes #2540 and closes #2593.Donna Malayeri2009-11-271-4/+45
* Unbreaking build.Paul Phillips2009-11-261-1/+0
* Following up on my deprecated method overreach.Paul Phillips2009-11-263-41/+3
* Closes #2707.Paul Phillips2009-11-261-0/+6
* Improved fix for #2552Donna Malayeri2009-11-261-32/+26
* undeprecated containsSlice.Martin Odersky2009-11-267-20/+19