summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/Stack.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9068 Deprecate scala.collection.mutable.StackStefan Zeiger2016-08-101-0/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-1/+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
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+0
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Adds links to parallel collections overview in API docsHeather Miller2012-03-291-1/+1
* Migration message and version cleanupSimon Ochsenreither2011-12-071-3/+3
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-2/+2
* 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-1/+2
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-5/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-4/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-9/+6
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-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
* A patch for views. Most relevant change:Paul Phillips2011-03-111-1/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* fixes #2662. Review by moors.Aleksandar Pokopec2010-09-021-7/+52
* removed warnings (deprecation,unchecked)michelou2010-06-291-2/+3
* 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-0/+8
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-3/+3
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-15/+2
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-0/+5
* Added -Xmigration option and @migration annotat...Paul Phillips2010-03-051-2/+13
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More deprecation work.Paul Phillips2009-11-181-1/+0
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-5/+6
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* The creation of scala.collection.mutable.Iterab...Paul Phillips2009-07-201-1/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-4/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* separated mutable and immutable mapsMartin Odersky2009-05-121-2/+2
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-60/+48
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-061-21/+22
* fixed problems in subtyping.Martin Odersky2007-07-241-5/+7
* Integrated J2ME version of the library as of re...mihaylov2007-06-131-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-6/+6
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-1/+1