summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/RichLong.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-251-0/+4
* SI-7511 Remove indirection of numeric methodsSimon Ochsenreither2013-06-231-8/+19
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+3
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Expanded the reach of value classes.Paul Phillips2012-08-291-1/+4
* SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-081-0/+8
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-011-34/+4
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-231-0/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* - Renames filterMap to partialMapPaul Phillips2009-11-061-4/+4
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+1
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-0/+1
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-11/+12
* Added to/until methods to RichLong and BigInt.Paul Phillips2009-05-131-0/+12
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* More reorg.Geoffrey Washburn2008-04-071-0/+30
* The great library reorg!Geoffrey Washburn2008-04-041-30/+0
* added toBinary-/toHex-/toOctalString (Long)michelou2008-01-181-2/+5
* fixed MSIL tests (.dll not found)michelou2007-08-141-1/+1
* Added various constants to the primitive types ...mihaylov2006-12-131-0/+4
* Added a rich class for every primitive typemihaylov2006-11-211-0/+23