summaryrefslogtreecommitdiff
path: root/src/library/scala/Tuple2.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7301 Make tuple classes finalStefan Zeiger2016-07-071-2/+1
* SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-241-0/+1
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* Removes AnyRef specialization from libraryVlad Ureche2012-08-071-1/+1
* Optimization of Predef implicits.Paul Phillips2012-04-301-105/+0
* @unspecialized annotation.Paul Phillips2012-04-281-11/+2
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-0/+114
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-114/+0
* Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-1/+11
* 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
* | Whitespace commit.Paul Phillips2012-02-291-1/+1
* | Specialize Tuple2 on more types.Paul Phillips2012-02-191-1/+1
* | Specialization action.Paul Phillips2012-02-141-1/+1
|/
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-1/+1
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* Moved unlift to the Function companion object, ...Paul Phillips2011-02-201-8/+20
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-1/+1
* Some issues with Tuple2/3.Paul Phillips2010-10-271-14/+3
* Documentation being generated by genprod was pr...Paul Phillips2010-10-161-2/+1
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-111-41/+48
* Proposed implementation of 'unlift' on Function...Paul Phillips2010-09-091-2/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-101-2/+2
* Regenerated FunctionN, AbstractFunctionN, etc.Iulian Dragos2010-04-291-1/+1
* Regenerated tuples, products and (Abstract)Func...Iulian Dragos2010-04-121-3/+5
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-091-1/+2
* see #2634: updated docs to indicate zipped is s...Adriaan Moors2010-02-261-0/+5
* Adjectified some parts of speech as discussed o...Paul Phillips2010-01-181-7/+5
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* quick fix for #2673: relaxed zipped on Tuple2/T...Adriaan Moors2009-11-251-11/+9
* Eliminated warning about Tuple2 and Tuple3 impo...Paul Phillips2009-11-201-1/+1
* Zipped for Tuple2&Tuple3Adriaan Moors2009-11-101-2/+17
* fixed bug in implicit resolution that only mani...Adriaan Moors2009-11-091-43/+67
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+0
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-221-74/+54
* (1) some changes to interactive compiler interf...Martin Odersky2009-06-181-4/+16
* Newly generated Tuple/Product/Function classes ...Paul Phillips2009-06-171-11/+6
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-12/+12
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-1/+68
* 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/+8
* switched to Scala implementation of StringBuildermichelou2008-02-061-3/+3
* updated element/arity to productElement/product...michelou2007-04-191-2/+2