summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/ListBuffer.scala
Commit message (Expand)AuthorAgeFilesLines
* Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-161-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-3/+3
* SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-241-2/+3
* SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-121-14/+13
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+3
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* Eliminate allocations in Growable.Paul Phillips2012-12-271-15/+0
* Eliminate allocations in ListBuffer.Paul Phillips2012-12-271-2/+18
* Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-49/+49
|\
| * Merge pull request #1596 from soc/SI-6632+SI-6633Josh Suereth2012-11-201-49/+44
| |\
| | * SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-091-49/+44
| * | SI-6634 Fixes data corruption issue in ListBuffer#removeSimon Ochsenreither2012-11-161-0/+5
| |/
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+0
* | Fix for SI-6452, leak in ListBuffer.Paul Phillips2012-09-301-13/+31
|/
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-3/+3
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-2/+2
|\
| * A first bunch of Any-extending traits.Martin Odersky2012-02-061-2/+2
* | Whitespace commit.Paul Phillips2012-02-291-8/+8
|/
* Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-251-2/+2
* Fix for SI-5374.aleksandar2012-01-231-1/+45
* 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-2/+3
* ListBuffer.size should be O(1).Paul Phillips2011-09-191-0/+3
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-1/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Yikes, prependToList was violating List immutab...Paul Phillips2011-05-281-2/+7
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Fixing the other half of my recent breakage.Paul Phillips2011-02-281-4/+8
* A fix for ListBuffer's iterator not to blow up ...Paul Phillips2011-02-281-5/+16
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* An unfortunate missing character in r22946 turn...Paul Phillips2010-12-081-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Fixes infinite loop when appending a ListBuffer...Martin Odersky2010-09-071-0/+6
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-1/+1
* Docs. No review.Aleksandar Pokopec2010-04-101-17/+36
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-2/+0
* Consistency work on Addable and Growable.Paul Phillips2010-03-221-1/+1
* Fixes #3088. No review.Aleksandar Pokopec2010-02-251-0/+2
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Fixed collections unit test (regression in List...Philipp Haller2009-11-081-1/+5
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+1
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-6/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+4
* Changed mutable +: to +=:Martin Odersky2009-10-131-1/+1