summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Real.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-091-48/+7
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-07-021-3/+15
* Fix Integral instances for WordsSylvain Henry2021-06-041-55/+48
* Fix inlining of division wrappersSylvain Henry2021-04-291-0/+18
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-0/+19
* Bignum: fix bogus rewrite rule (#19345)Sylvain Henry2021-02-131-5/+16
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-231-1/+1
* Update `base` packageSylvain Henry2020-06-171-48/+49
* Make `Int`'s `mod` and `rem` strict in their first argumentsSebastian Graf2020-05-211-8/+11
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Fix rounding around 0taylorfausak2019-11-011-6/+9
* Implement `round` for `Ratio` that doesn't explode with `Natural`staylorfausak2019-11-011-0/+7
* base: Various haddock fixesBen Gamari2019-10-311-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Remove from `base` obsolete CPP for `integer-gmp`Alec Theriault2019-01-161-43/+9
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Division fails fast for `divMod` \w integer-simpleAlec Theriault2018-12-271-16/+20
* base: Misc haddock fixesSimon Jakobi2018-11-021-5/+5
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Improve documentation of Eq, Ord instances for Float and DoubleARJANEN Loïc Jean David2018-06-171-0/+27
* Built-in Natural literals in CoreSylvain Henry2018-06-151-1/+68
* Improve numeric stability of numericEnumFrom for floating numbersHE, Tao2018-05-161-2/+54
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+1
* base: Remove redundant subtraction in (^) and stimesBen Gamari2017-11-211-2/+8
* Update comment in GHC.Real (trac#14432)Bodigrim2017-11-091-3/+1
* Specialise lcm :: Word -> Word -> Word (trac#14424)Bodigrim2017-11-061-0/+1
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-2/+0
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-041-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-2/+2
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+13
* Mark GHC.Real.even and odd as INLINEABLEBen Gamari2016-03-201-4/+2
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-13/+1
* Revert "Fix undefined GHC.Real export with integer-simple"Austin Seipp2015-01-191-1/+1
* Fix undefined GHC.Real export with integer-simpleErik de Castro Lopo2015-01-071-1/+1
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-3/+3
* Add export lists to some modules.David Feuer2014-12-271-1/+13
* Add gcd/Word RULE-based optimisationHerbert Valerio Riedel2014-11-221-0/+9
* Remove reference to `MIN_VERSION_integer_gmp2`Herbert Valerio Riedel2014-11-221-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-0/+1
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-0/+4
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+650