summaryrefslogtreecommitdiff
path: root/src/library/scala/Predef.scala
Commit message (Expand)AuthorAgeFilesLines
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-111-9/+22
* documentation for conforms and friendsAdriaan Moors2010-09-221-7/+17
* Gave StringBuilder a StringLike parent as endor...Paul Phillips2010-09-151-2/+2
* Interpreted absence of any objections in mailin...Paul Phillips2010-09-131-1/+10
* Disposed of a gordian knot by transforming stri...Paul Phillips2010-06-271-1/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Reverted a presumably unintentional reincarnati...Paul Phillips2010-03-241-16/+0
* Fixes problematic equality of En umeration values.Martin Odersky2010-03-241-0/+16
* Added some documentation to the methods in Pred...Paul Phillips2010-03-231-3/+49
* Returning to the thrilling world of equality an...Paul Phillips2010-03-191-16/+0
* No double-processing format strings.Paul Phillips2010-02-091-1/+1
* Updated attempt at removing @inline warnings:Iulian Dragos2010-01-121-2/+2
* Reverting r20406 (dragos)Antonio Cunei2010-01-081-2/+2
* Added final modifiers to several classes used b...Iulian Dragos2010-01-071-2/+2
* Added warning for failed inlining when the targ...Iulian Dragos2010-01-071-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Missed including Predef.printf in r19863.Paul Phillips2009-11-251-1/+1
* quick fix for #2673: relaxed zipped on Tuple2/T...Adriaan Moors2009-11-251-1/+12
* Deprecated the Tuple(...) methods in Predef, bu...Paul Phillips2009-11-201-10/+0
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-11/+0
* Moved those bits of Predef into the scala packa...Paul Phillips2009-11-121-53/+30
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-121-5/+0
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-091-3/+4
* added `locally' to Predef.Martin Odersky2009-11-091-0/+12
* Better implementation of Predef.hashMartin Odersky2009-11-091-2/+2
* fast path equals and hash methods.Martin Odersky2009-11-091-0/+5
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* refactoring of TypeVar to set the stage for tcp...Adriaan Moors2009-10-211-3/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-5/+8
* Fix and test case for #2260. Hooray for thePaul Phillips2009-10-201-4/+0
* Collections refactoring.Martin Odersky2009-09-251-20/+20
* new arrays are done.Martin Odersky2009-09-211-6/+27
* new starr, with some changes to varargs handling.Martin Odersky2009-09-171-21/+21
* Preparing for array switchoverMartin Odersky2009-09-121-0/+26
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-111-1/+0
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-6/+12
* Generalized -Xdisable-assertions into an annota...Paul Phillips2009-09-091-1/+7
* new starr with class manifestsMartin Odersky2009-08-251-0/+6
* fixing bootstrapping problem wrt removing ident...Adriaan Moors2009-08-241-4/+4
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-211-2/+12
* Revert several commits related to implicits/predefAdriaan Moors2009-08-211-11/+3
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-211-4/+5
* backed out changes to Predef, as they need a ne...Adriaan Moors2009-08-201-6/+3
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-201-1/+11
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-221-8/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-14/+14
* Null check on RichString->String implicit.Paul Phillips2009-05-301-1/+1
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-96/+5
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-3/+3