summaryrefslogtreecommitdiff
path: root/src/library/scala/Product10.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-111-1/+1
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* Fix a documentation comment of Product(n)#productElementKato Kazuyoshi2012-04-231-1/+1
* Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-061-3/+3
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-31/+35
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Documentation being generated by genprod was pr...Paul Phillips2010-10-161-4/+5
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-111-1/+1
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-091-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-291-1/+1
* Regenerated tuples, products and (Abstract)Func...Iulian Dragos2010-04-121-1/+2
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-181-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-3/+1
* add @since scaladoc tag to scala.* typesstepancheg2009-08-131-0/+1
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-171-15/+13
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-231-1/+1
* Really fixed curry this time.Geoffrey Washburn2008-04-221-1/+1
* No curry for you! (If you are FunctionN, for N ...Geoffrey Washburn2008-04-221-1/+1
* Corrected uncurry to be called curry.Geoffrey Washburn2008-04-221-1/+1
* Improvements to genprodGeoffrey Washburn2008-04-161-2/+6
* Fixed svn propertiesmihaylov2008-03-191-1/+1
* updated element/arity to productElement/product...michelou2007-04-191-19/+3
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-121-4/+20
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-031-2/+2
* (no commit message)Burak Emir2007-01-031-2/+2
* genBurak Emir2007-01-031-2/+2
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-23/+23
* more tuplesBurak Emir2006-12-121-2/+2
* updated genprod.scala (Function1)michelou2006-12-081-6/+11
* more fun with positions, and updated docBurak Emir2006-11-281-1/+6
* product.element index starts with 0Burak Emir2006-11-281-12/+13
* more products, plus some static optimization in...Burak Emir2006-11-271-0/+75