summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Adding the missing ParMap and GenMap methods.Aleksandar Pokopec2011-07-266-3/+253
* Updated documentation for testing.Benchmark.Heather Miller2011-07-241-1/+8
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-232-2/+13
* Reflection refactoring.ōMartin Odersky2011-07-2213-0/+1904
* As per discussion documented in SI-1799, brough...Paul Phillips2011-07-211-0/+14
* Fixed doc comments of the keys and values metho...Philipp Haller2011-07-201-3/+4
* 4th round of clean ups (see r25293, r25285, r25...michelou2011-07-2012-193/+172
* Re-de-case-classed scala.xml.Text as described ...Paul Phillips2011-07-162-26/+11
* Removed classes and methods deprecated before 2.8.Paul Phillips2011-07-161-19/+0
* document scala.util.control.Breaks methodsPaul Phillips2011-07-161-4/+22
* collection docs: fix copy-paste errors in GenTr...Paul Phillips2011-07-161-28/+14
* Some post-facto patch cleanups, no review.Paul Phillips2011-07-162-23/+14
* Fleshed out scala.math.Ordered documentation.Paul Phillips2011-07-161-17/+64
* Basic scaladoc for some scala.math classes.Paul Phillips2011-07-162-2/+65
* Fix wiki markup of Equiv.scala. From Josh Marcus.Paul Phillips2011-07-161-4/+4
* Fix Benchmark documentation to match current ar...Paul Phillips2011-07-161-3/+2
* Basic scaladoc for Vector.Paul Phillips2011-07-161-0/+18
* Documentation and examples for Regex.Paul Phillips2011-07-161-7/+154
* Added Vector class documentation.Paul Phillips2011-07-161-0/+7
* Added documentation for RichInt.Paul Phillips2011-07-161-0/+35
* Make IterableLike.toIterator more efficientPaul Phillips2011-07-161-0/+2
* Merge pull request #42 from jamie-allen/masterPaul Phillips2011-07-151-1/+3
* Additional documentation for the Array type, wi...Paul Phillips2011-07-151-1/+31
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-1553-485/+383
* 2nd round of clean ups (see r25285)michelou2011-07-1599-1515/+1519
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-1419-191/+68
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-1322-258/+238
* Get rid of structural type in Iterator.scalaGrzegorz Kossakowski2011-07-131-1/+9
* Implemented workaround for SI-4789, no review.Paul Phillips2011-07-111-1/+3
* Fixes #4398.Aleksandar Pokopec2011-07-111-6/+10
* Fixes #4326.Aleksandar Pokopec2011-07-111-0/+17
* Fixes #4709.Aleksandar Pokopec2011-07-112-3/+9
* Fixes #4723.Aleksandar Pokopec2011-07-111-1/+1
* Making empty streams serializable.Aleksandar Pokopec2011-07-111-1/+1
* Fixes #4761.Aleksandar Pokopec2011-07-113-8/+14
* Fixes some remaining formatting issues.Kato Kazuyoshi2011-07-096-11/+10
* ByteCodecs move to reflect.internal.Martin Odersky2011-07-081-216/+0
* fixed svn props and file headersmichelou2011-07-076-4/+31
* Fixing Gen* builder dispatch so that methods th...Aleksandar Pokopec2011-07-052-20/+40
* corrected typo in scaladoc commentmichelou2011-07-041-3/+3
* Discovered another impressive source of unneces...Paul Phillips2011-07-0443-49/+49
* Hard to explain garbage led me to this innocent...Paul Phillips2011-07-041-0/+1
* Stable hashCodes for case objects.Paul Phillips2011-07-011-11/+19
* Keep BufferedSource from losing buffered data w...Paul Phillips2011-07-011-10/+49
* Fix for unfortunate bug in Range.init.Paul Phillips2011-06-301-1/+1
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-292-3/+2
* Avoided a ton of unnecessary garbage by creatin...Paul Phillips2011-06-261-11/+20
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-233-62/+25
* Noticed while working on getClass that most of thePaul Phillips2011-06-231-7/+5
* A total rewrite of "runtimeClass", discarding t...Paul Phillips2011-06-2210-2/+28