summaryrefslogtreecommitdiff
path: root/src/library/scala/Product.scala
Commit message (Expand)AuthorAgeFilesLines
* Correct off-by-one error in Product documentation (#5148)Janek Bogucki2016-05-111-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-061-1/+1
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-3/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-10/+10
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Working on the documentation of core classes.Paul Phillips2011-04-011-17/+19
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Applied patch from davetron5000, improving docu...Iulian Dragos2010-11-241-8/+9
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-241-15/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Half-disabled productElementName until I have t...Paul Phillips2010-03-191-0/+3
* Added productElementName to Product.Paul Phillips2010-02-231-1/+13
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+3
* More deprecation work.Paul Phillips2009-11-181-3/+0
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+0
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-111-7/+0
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-2/+2
* add @since scaladoc tag to scala.* typesstepancheg2009-08-131-0/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-0/+1
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-091-0/+6
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-3/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+5
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* updates to scalax collections and standard libr...Martin Odersky2008-12-091-0/+7
* fixed some typos in the scaladoc commentsLex Spoon2008-04-071-5/+5
* removed deprecated featuresmichelou2007-12-191-14/+1
* updated element/arity to productElement/product...michelou2007-04-191-6/+6
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-121-2/+15
* more fun with positions, and updated docBurak Emir2006-11-281-2/+2
* removed CaseClassBurak Emir2006-11-061-3/+3
* caseclass->productBurak Emir2006-11-051-0/+42