summaryrefslogtreecommitdiff
path: root/src/library/scala/Predef.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Clarifying deprecation for implicit and explicit usage of the x2y's in PredefViktor Klang2012-06-131-24/+24
* Clarifying deprecation messages for numeric conversions in PredefViktor Klang2012-06-131-24/+24
* removes tags and their incantations from PredefEugene Burmako2012-06-081-18/+0
* The new reflectionEugene Burmako2012-06-081-2/+0
* Corrects links in API documentationHeather Miller2012-05-161-2/+2
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-9/+9
* Working around the VerifyErrors.Paul Phillips2012-05-041-1/+1
* Optimization of Predef implicits.Paul Phillips2012-04-301-51/+33
* Removed a few more @deprecated members.Paul Phillips2012-04-281-7/+0
* Revert "Moved ancillary methods off specialized traits."Paul Phillips2012-04-271-4/+4
* Moved ancillary methods off specialized traits.Paul Phillips2012-04-241-4/+4
* resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-231-9/+2
* rethinks tagsEugene Burmako2012-04-231-11/+15
* Move primitive widening implicits to companions.Paul Phillips2012-04-141-24/+24
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-121-13/+13
* Next generation of macrosEugene Burmako2012-04-121-3/+26
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-5/+6
|\
| * Made 3 classes in the standard library into value classes.Martin Odersky2012-02-221-2/+2
| * Split StringAdd into StringAdd and StringFormatMartin Odersky2012-02-221-5/+6
* | Specialization action.Paul Phillips2012-02-141-1/+2
|/
* Closes SI-5066Szabolcs Berecz2012-01-201-1/+1
* Fix binary breakage.Paul Phillips2011-11-081-8/+16
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-2/+2
* misc fixes while working on virtualizing patter...Adriaan Moors2011-10-201-1/+1
* no need to add an x field to everythingAdriaan Moors2011-10-201-7/+13
* Added ??? and NotImplementedError because this ...Martin Odersky2011-10-071-0/+5
* Removed special comments on Martin's requestmichelou2011-09-291-2/+0
* fixed svn props, did some cleanupmichelou2011-09-171-0/+2
* Improves documentation of scala.Predef.Heather Miller2011-08-201-3/+61
* 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