summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Stack.scala
Commit message (Expand)AuthorAgeFilesLines
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
* 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
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* 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/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-3/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-4/+1
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* More fully integrate immutable.Queue into colle...Paul Phillips2010-04-201-1/+2
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-0/+4
* Docs. no reviewAleksandar Pokopec2010-04-131-2/+11
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-2/+2
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+1
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-12/+2
* Minimally integrated the semi-orphaned immutabl...Paul Phillips2009-12-211-46/+20
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More deprecation work.Paul Phillips2009-11-181-1/+0
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-2/+3
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-23/+49
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-7/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-84/+20
* removed deprecation warningsmichelou2009-04-211-2/+3
* Fixed Stack.push by applying Rich Dougherty's p...Iulian Dragos2009-04-071-1/+1
* removed deprecated warning, updated svn props, ...michelou2009-03-101-5/+6
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-061-9/+48
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-191-2/+23
* Fixed #852.Iulian Dragos2008-05-091-1/+1
* fixed problems in subtyping.Martin Odersky2007-07-241-2/+4
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-1/+1
* updated annotations in Scala librarymichelou2007-02-201-3/+3
* Refactored portability supportmihaylov2006-11-011-1/+1
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-2/+2
* exceptionsBurak Emir2006-10-101-4/+6
* Small refactoring of the collection librarymihaylov2006-09-121-20/+11
* added Seq.isEmpty and changed XML representationBurak Emir2006-09-061-1/+1
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-26/+26
* Rearranged header and updated copyright messagemihaylov2006-03-021-2/+4