summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/WrappedString.scala
Commit message (Expand)AuthorAgeFilesLines
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* 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
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Removed unused import in collection.immutable.W...Grzegorz Kossakowski2011-08-091-1/+0
* Takes 30+% off the startup time for scala/scala...Paul Phillips2011-05-081-2/+9
* Adding an implicit builder factory to wrapped ...Aleksandar Pokopec2011-02-101-0/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed Proxy from parents of WrappedString.Paul Phillips2010-12-301-1/+2
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-151-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-8/+13
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+7
* Overrode slice in the StringLike derivatives to...Paul Phillips2010-01-131-0/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+1
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+6
* Collections refactoring.Martin Odersky2009-09-251-1/+2
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* drop svn:executable from *.scalastepancheg2009-09-231-0/+0
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+29