summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/ArrayStack.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9507 Make ArrayStack an IndexedSeqOptimizedRui Gonçalves2015-11-271-3/+4
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-1/+1
* 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
* More relative path elimination.Paul Phillips2012-09-151-1/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+1
* removes array tagsEugene Burmako2012-06-081-2/+2
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-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-2/+3
* Fix ArrayStack.growArray at boundary.Paul Phillips2011-10-291-1/+1
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-271-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-4/+0
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-6/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Fixes Zendesk ticket #1528. Review by prokopec.Martin Odersky2011-06-211-2/+3
* Fixes and closes #4535.Aleksandar Pokopec2011-05-041-1/+16
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
* Changed Super to fix #4300Martin Odersky2011-03-141-4/+4
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Makes utility methods in the ArrayStack compani...Aleksandar Pokopec2010-09-021-2/+2
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-021-7/+53
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* docs. no reviewAleksandar Pokopec2010-04-101-43/+56
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-9/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* updated/extended serialization tests michelou2009-11-201-1/+1
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-4/+5
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-55/+54
* Reintegrated DoubleLinkedList, SynchronizedBuff...Philipp Haller2009-09-081-2/+10
* Fixed #2160.Philipp Haller2009-08-241-1/+1
* The creation of scala.collection.mutable.Iterab...Paul Phillips2009-07-201-1/+1
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-0/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-4/+2
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-2/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+3
* separated mutable and immutable mapsMartin Odersky2009-05-121-4/+4