summaryrefslogtreecommitdiff
path: root/src/library/scala/Predef.scala
Commit message (Expand)AuthorAgeFilesLines
* 2nd round of clean ups (see r25285)michelou2011-07-151-22/+21
* Avoided a ton of unnecessary garbage by creatin...Paul Phillips2011-06-261-11/+20
* Working on the inliner, discovered that a few k...Paul Phillips2011-06-061-5/+5
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-1/+4
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-5/+5
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-5/+5
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-281-1/+3
* Closes #4314Ingo Maier2011-03-081-1/+2
* Changed AnyCompanion to SpecializableCompanion.Aleksandar Pokopec2011-02-091-1/+1
* Changed the dummy specialization parameter Ref ...Aleksandar Pokopec2011-02-091-0/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-6/+6
* Made <:< and =:= serializable.Paul Phillips2011-01-101-3/+3
* The ensuring methods should be by-name on the m...Paul Phillips2011-01-091-2/+2
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-061-4/+6
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-1/+1
* Remedied a return type oops in the system package.Paul Phillips2010-12-041-4/+3
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-041-9/+6
* Made the additions to Predef described in #3762.Paul Phillips2010-11-141-22/+31
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-011-11/+13
* 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