summaryrefslogtreecommitdiff
path: root/src/library/scala/Function1.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-171-5/+2
* SI-7841 Remove commented out AnyRef specialization from Function{0,1}.Jason Zaugg2013-09-151-1/+1
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* Removes AnyRef specialization from libraryVlad Ureche2012-08-071-1/+1
* @unspecialized annotation.Paul Phillips2012-04-281-4/+4
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-0/+16
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-16/+0
* Whitespace commit.Paul Phillips2012-02-291-4/+4
* Specialization action.Paul Phillips2012-02-141-8/+6
* Explain Function1 vs PartialFunctionDaniel C. Sobral2012-01-131-1/+9
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-281-0/+1
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-32/+20
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Documentation being generated by genprod was pr...Paul Phillips2010-10-161-15/+12
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-111-1/+2
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-091-1/+16
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-291-2/+2
* Regenerated tuples, products and (Abstract)Func...Iulian Dragos2010-04-121-2/+3
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-091-1/+1
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-181-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Built out genprod to create a tuple method for ...Paul Phillips2009-12-021-1/+1
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-091-6/+0
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-0/+6
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-171-7/+7
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-231-2/+2
* 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-6/+6
* updated element/arity to productElement/product...michelou2007-04-191-2/+2
* renamed arity=>productArity,element=>productEle...Burak Emir2007-04-121-1/+1
* finalized the TupleN ProductN change (last dist...Burak Emir2007-01-031-1/+1
* (no commit message)Burak Emir2007-01-031-1/+1
* genBurak Emir2007-01-031-1/+1
* * TupleN extends ProductN, again (genprod updated)Burak Emir2007-01-021-1/+1
* more tuplesBurak Emir2006-12-121-1/+1
* updated genprod.scala (Function1)michelou2006-12-081-18/+22
* implemented infix type operatorsMartin Odersky2006-12-081-0/+7
* fixed problems with refinements.Martin Odersky2006-11-291-2/+1
* more fun with positions, and updated docBurak Emir2006-11-281-1/+1
* product.element index starts with 0Burak Emir2006-11-281-1/+1
* more products, plus some static optimization in...Burak Emir2006-11-271-6/+9
* added code example to Scala comment in scala/Fu...michelou2006-09-271-1/+15
* (no commit message)Martin Odersky2006-07-241-0/+2
* removed semicolonsmichelou2006-05-291-3/+3
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-1/+1