summaryrefslogtreecommitdiff
path: root/src/library/scala/math/BigDecimal.scala
Commit message (Expand)AuthorAgeFilesLines
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-8/+8
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-8/+8
* Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-17/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-52/+51
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-211-2/+2
* [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-3/+3
* Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-141-70/+409
* 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-3/+7
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Fixed BigDecimal documentation for primitive conversion methods.Alden Torres2013-04-211-4/+4
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* 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-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+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-1/+14
* Update RoundingMode.Paul Phillips2012-02-011-1/+3
* Migration message and version cleanupSimon Ochsenreither2011-12-071-1/+0
* BigDecimal adjustments.Paul Phillips2011-09-281-7/+7
* Basic scaladoc for some scala.math classes.Paul Phillips2011-07-161-2/+23
* Makes BigInt's isValidThing methods make some k...Paul Phillips2011-05-051-2/+11
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-2/+2
* My early attempts to implement non-integral ran...Paul Phillips2011-03-231-1/+1
* Added an innocuous java BigDecimal -> scala Big...Paul Phillips2011-03-021-53/+55
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-4/+2
* Cleaned up some hangover from equality struggle...Paul Phillips2010-11-151-2/+5
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-201-3/+4
* Removed deprecation. No review.Aleksandar Pokopec2010-05-181-2/+1
* Changed migration annotation to deprecated.Aleksandar Pokopec2010-05-181-1/+1
* Fixes #3445. no reviewAleksandar Pokopec2010-05-181-0/+7
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Initialization ordering issue in BigDecimal.Paul Phillips2010-04-151-11/+10
* Some mopping up in equality.Paul Phillips2010-04-131-2/+4
* Fix and test case for #3169.Paul Phillips2010-03-231-2/+5
* A variety of bugfixes discovered by findbugs.Paul Phillips2010-01-131-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/+8