summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/StringOps.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-291-4/+3
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Remove unused imports in library.Paul Phillips2012-11-191-2/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* SI-5235 Correct usecase variable expansionVlad Ureche2012-07-161-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Made 3 classes in the standard library into value classes.Martin Odersky2012-02-221-1/+1
* intermediate work towards a new starr for value classes.Martin Odersky2012-02-031-1/+1
* Refinements of "def seq" and murmurhash.Paul Phillips2011-11-241-1/+1
* Takes 30+% off the startup time for scala/scala...Paul Phillips2011-05-081-0/+10
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-0/+2
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-11/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-151-1/+1
* Moved the burden of forgivingness for string sl...Paul Phillips2010-07-141-2/+10
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-7/+11
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+8
* Overrode slice in the StringLike derivatives to...Paul Phillips2010-01-131-0/+3
* Updated attempt at removing @inline warnings:Iulian Dragos2010-01-121-1/+1
* Reverting r20406 (dragos)Antonio Cunei2010-01-081-1/+1
* Added final modifiers to several classes used b...Iulian Dragos2010-01-071-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* add @since annotationsstepancheg2009-09-261-0/+3
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+24