summaryrefslogtreecommitdiff
path: root/src/build/genprod.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* clean up genprod, get rid of warning (#5361)Seth Tisue2016-08-291-10/+8
* SI-7301 Make tuple classes finalStefan Zeiger2016-07-071-2/+1
* Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-111-2/+1
* SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-171-8/+5
* SI-7841 Remove commented out AnyRef specialization from Function{0,1}.Jason Zaugg2013-09-151-2/+2
* SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-241-0/+1
* Updated copyright to 2013Carlo Dapor2013-01-021-2/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Removes AnyRef specialization from libraryVlad Ureche2012-08-071-7/+9
* Optimization of Predef implicits.Paul Phillips2012-04-301-223/+1
* @unspecialized annotation.Paul Phillips2012-04-281-11/+12
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-7/+125
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-125/+7
* Fix a documentation comment of Product(n)#productElementKato Kazuyoshi2012-04-231-1/+1
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-1/+1
|\
| * Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-061-1/+1
* | Specialize Tuple2 on more types.Paul Phillips2012-02-191-1/+1
* | Specialization action.Paul Phillips2012-02-141-11/+16
|/
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-201-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-2/+2
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-2/+2
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-6/+7
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-91/+74
* Updated copyright notices to 2011Antonio Cunei2011-01-201-2/+2
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-2/+2
* Applied patch from davetron5000, improving docu...Iulian Dragos2010-11-241-18/+53
* Some issues with Tuple2/3.Paul Phillips2010-10-271-40/+6
* Documentation being generated by genprod was pr...Paul Phillips2010-10-161-62/+49
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-111-97/+123
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-091-0/+13
* map2 => zipped, no reviewLukas Rytz2010-09-091-5/+5
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-2/+0
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-291-4/+4
* Auto-generate scala.runtime.AbstractFunctionN c...Iulian Dragos2010-04-121-8/+305
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-181-8/+8
* Updated copyright notices to 2010Antonio Cunei2009-12-071-2/+2
* Built out genprod to create a tuple method for ...Paul Phillips2009-12-021-5/+20
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-171-42/+40
* Close to complete rewrite of genprod so it's ea...Paul Phillips2009-06-171-245/+229
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* Updated copyright notices to 2009Antonio Cunei2009-01-091-4/+4
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-231-5/+9
* 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-4/+12