summaryrefslogtreecommitdiff
path: root/src/library/scala/Enumeration.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-7/+7
* SI-9067: Enumeration withName improvementKornel Kielczewski2015-01-051-1/+2
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-0/+1
* SI-8107: Use Regex.quoteChristoffer Sawicki2013-12-291-2/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* SI-6642 Code cleanup from review of iteratorFromJames Iry2013-02-131-2/+2
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+1
* SI-6811 Remove deprecated constructorsSimon Ochsenreither2013-01-171-10/+2
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fixes SI-5588. Correct compare for Enumeration.Hubert Plociniczak2012-07-171-2/+5
* Enumeration#maxId: fix documentation to reflect realityScott R. Parish2012-05-151-2/+2
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-4/+3
* SI-5571: adds @volatile to field Enumeration.vsetDefinedDominik Gruntz2012-04-101-1/+1
* Whitespace commit.Paul Phillips2012-02-291-3/+3
* Restructed Enumeration a little.Paul Phillips2011-12-071-21/+14
* Make Enumeration.ValueSet SerializableStefan Zeiger2011-12-021-2/+3
* Enumeration and Enumeration.ValueSet improvementsStefan Zeiger2011-12-021-15/+48
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-2/+6
* Revert "Fix for Enumeration."Paul Phillips2011-11-041-1/+1
* Fix for Enumeration.Paul Phillips2011-11-041-1/+1
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-201-1/+1
* Added two new compiler options:Paul Phillips2011-07-291-1/+1
* Start of an attempt to abstract above some hard...Paul Phillips2011-07-231-2/+7
* 2nd round of clean ups (see r25285)michelou2011-07-151-31/+31
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-4/+2
* Regression in Enumeration caused some nullary m...Paul Phillips2011-05-221-1/+5
* Applying Davetron's enum doc cleanup patch.Aleksandar Pokopec2011-02-151-27/+30
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Closes #3687, #3719, #3950, #3616.Hubert Plociniczak2011-01-041-78/+16
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-2/+2
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-6/+3
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-1/+1
* Abandoned any pretense of selectivity and put f...Paul Phillips2010-07-011-1/+0
* Took a cue from mharrah that we don't need to b...Paul Phillips2010-07-011-22/+7
* Enumeration fixes.Paul Phillips2010-06-301-80/+56
* removed warnings (deprecation,unchecked)michelou2010-06-291-1/+1
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Fixes problematic equality of Enumeration values.Martin Odersky2010-03-241-2/+2
* Fixed the serialization test.Philipp Haller2010-03-241-15/+23
* Fixes #3186. Closes #2214.Philipp Haller2010-03-231-6/+35
* Closes #2827. Review by community.Philipp Haller2010-03-191-16/+23
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More deprecation soothing.Paul Phillips2009-11-181-1/+1
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+1
* Fix and test for #2527Philipp Haller2009-11-031-3/+8
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+1
* Improves Enumeration to obtain names of values ...Philipp Haller2009-10-271-8/+35