summaryrefslogtreecommitdiff
path: root/src/library/scala/math/BigInt.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* Extend BigInt with Ordered for java interopShane Delmore2016-02-011-17/+6
* Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-061-3/+3
* Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-141-1/+1
* Removing deprecated code.Paul Phillips2013-11-181-2/+1
* fix typoxuwei-k2013-06-301-1/+1
* Make all numeric coercions explicit.Paul Phillips2013-05-271-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Merge 2.10.x into master.Adriaan Moors2013-02-201-1/+1
|\
| * make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-151-1/+1
* | Merge pull request #1965 from Dinduks/fix_some_typosPaul Phillips2013-01-251-1/+1
|\ \
| * | Fix some typosSamy Dindane2013-01-241-1/+1
* | | SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-171-3/+0
|/ /
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | SI-6388 Remove deprecated items in scala/mathSimon Ochsenreither2012-10-081-6/+0
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-101-0/+1
* Expanded the reach of value classes.Paul Phillips2012-08-291-2/+2
* SI-6033 Closed. Provides implicit conversion from java.math.BigInteger to BigIntDominik Gruntz2012-07-051-1/+10
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-9/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* SI-5627 BigInt.equals(Number) and BigDecimal.equals(Number) should implement ...Dmitry Nadezhin2012-04-021-0/+38
* SI-5405: Fix documentation error in scala.math.BigIntLeif Wickland2012-01-241-3/+3
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-18/+16
* Deprecated BigInt#~ in favor of unary_~.Paul Phillips2011-06-211-2/+5
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Makes BigInt's isValidThing methods make some k...Paul Phillips2011-05-051-5/+8
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+1
* Cleaned up some hangover from equality struggle...Paul Phillips2010-11-151-2/+6
* Closes #3420, typo in scaladoc for BigInt.Iulian Dragos2010-06-141-3/+3
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Some mopping up in equality.Paul Phillips2010-04-131-1/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Added some logic to StringLike.format so that s...Paul Phillips2009-11-251-1/+2
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-121-4/+11
* added hooks so that BigInt, BigDecimal can do t...Martin Odersky2009-11-121-2/+1
* Moved a bunch of classes into the newly created...Paul Phillips2009-11-061-0/+370