summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Modified scala.reflect package object not to th...Paul Phillips2011-08-232-7/+46
* corrected misspelled type params (capitalized n...michelou2011-08-221-123/+140
* Improved documentation for scala.collection.imm...Heather Miller2011-08-212-0/+41
* Improves documentation of scala.Predef.Heather Miller2011-08-201-3/+61
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-203-3/+3
* Literals now take Any as argument (used to repr...Martin Odersky2011-08-192-2/+16
* Removing the code which has been deprecated sin...Paul Phillips2011-08-1582-2190/+205
* A conceivably pretty bad performance bug in bui...Paul Phillips2011-08-153-4/+4
* Linked Manifests up with Reflection.Martin Odersky2011-08-156-17/+109
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-101-1/+1
* Optimizations for Seq's implementations of sequ...Paul Phillips2011-08-091-69/+214
* Moved the classes and objects which are defined...Paul Phillips2011-08-095-143/+141
* Hugely improves Regex documentation.Heather Miller2011-08-091-19/+90
* Improves Benchmark documentation.Heather Miller2011-08-091-1/+2
* A big improvement to Ordering documentation.Heather Miller2011-08-091-47/+109
* Adds more documentation to Array.Heather Miller2011-08-091-5/+12
* Adds documentation to the scala.math package ob...Heather Miller2011-08-091-10/+48
* Removed unused import in collection.immutable.W...Grzegorz Kossakowski2011-08-091-1/+0
* Fixing all the tests and source which still use...Paul Phillips2011-08-081-3/+2
* Fix memory leak in SyncVar. Review by prokopecPhilipp Haller2011-08-011-9/+11
* Sped up traversal over mutable maps by a factor...Paul Phillips2011-08-014-38/+35
* Working on jar creation infrastructure.Paul Phillips2011-08-011-0/+10
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-2/+2
* Getting LiftCode to work.Martin Odersky2011-07-301-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-297-40/+311
* Move vector descrition from the obejct to the c...Paul Phillips2011-07-291-8/+8
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-299-63/+47
* First steps towards liftingMartin Odersky2011-07-293-8/+8
* Added two new compiler options:Paul Phillips2011-07-291-1/+1
* 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