summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/BufferLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-191-2/+5
* SI-8251 Remove ListBuffer.readOnly as deprecatedSom Snytt2014-11-201-7/+0
* SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-241-2/+4
* 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
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+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-2/+2
* Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-0/+10
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+1
* Removes @bridge methods.Simon Ochsenreither2012-04-281-5/+0
* Migration message and version cleanupSimon Ochsenreither2011-12-071-17/+5
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-45/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-4/+4
* Fixes typo in ScalaDoc: IndexOutofBoundsExcepti...Kato Kazuyoshi2011-06-181-4/+4
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-0/+2
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-1/+4
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-3/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-3/+0
* Recovered ++: from the dustbin and dropped it o...Paul Phillips2010-12-031-25/+0
* Fixes binary compatibility problem in BufferLikeMartin Odersky2010-09-071-1/+1
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-011-5/+2
* Adds comments for #3471, and a test case which ...Aleksandar Pokopec2010-05-261-10/+32
* Fixes #3385. No review.Aleksandar Pokopec2010-05-191-9/+14
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-4/+4
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-49/+10
* Consistency work on Addable and Growable.Paul Phillips2010-03-221-22/+16
* More fun with -Xmigration.Paul Phillips2010-03-191-33/+37
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-11/+17
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-4/+0
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-94/+109
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-3/+2
* More deprecation work.Paul Phillips2009-11-181-3/+0
* fixing ++=:Adriaan Moors2009-11-101-3/+3
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* ++: replaced by ++=:Martin Odersky2009-10-141-5/+11
* Changed mutable +: to +=:Martin Odersky2009-10-131-1/+4
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-0/+335