summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/StringBuilder.scala
Commit message (Expand)AuthorAgeFilesLines
* Clarified and expanded which Builders were reusableRex Kerr2016-01-301-2/+6
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-0/+2
* Make all numeric coercions explicit.Paul Phillips2013-05-271-4/+4
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Migration message and version cleanupSimon Ochsenreither2011-12-071-1/+1
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-29/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-10/+12
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-3/+3
* Another round of optimization.Paul Phillips2011-05-091-0/+11
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-7/+7
* Fixes #4298, by correcting doc commentMartin Odersky2011-04-051-3/+2
* Fixes #4298. Review by extempore.Martin Odersky2011-03-231-6/+6
* Made mkString work correctly on views.Paul Phillips2011-02-251-0/+13
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+2
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-151-5/+17
* Disposed of a gordian knot by transforming stri...Paul Phillips2010-06-271-186/+72
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Fixed StringBuilder#last performance problem.Martin Odersky2010-05-041-1/+2
* StringBuilder no longer violates the Seq revers...Paul Phillips2010-04-241-561/+253
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-5/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* undeprecated containsSlice.Martin Odersky2009-11-261-2/+2
* More world-shaking deprecation work.Paul Phillips2009-11-201-3/+3
* Slightly more fixy fix than the previous fix.Paul Phillips2009-11-201-2/+2
* Fix for infinite loop in StringBuilder pointed ...Paul Phillips2009-11-201-1/+1
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+35
* More deprecation work.Paul Phillips2009-11-181-35/+0
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-3/+3
* Sequence->SeqMartin Odersky2009-10-021-0/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-2/+3
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* The results of examining many instances of !!! ...Paul Phillips2009-09-231-4/+2
* new arrays are done.Martin Odersky2009-09-211-4/+4
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-1/+0
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-0/+1
* Restored missing pieces of some of my patches w...Paul Phillips2009-08-161-21/+4
* Fix for #2249.Paul Phillips2009-08-121-1/+1
* Now that there's a KMP implementation in Seq, r...Paul Phillips2009-07-171-78/+4
* Altered some invocations of Array.copy to use c...Paul Phillips2009-07-161-13/+14
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-29/+22
* KMP implementation for StringBuilder and test c...Paul Phillips2009-05-201-69/+65
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1