Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-07-03 | 1 | -0/+2 |
| | | | | | For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool | ||||
* | fix typo | Gabor Greif | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Define testBitInteger; part of #3489. Patch from pumpkingod@gmail.com | Ian Lynagh | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | track integer-gmp and add 'divInteger', 'modInteger' | Gabor Greif | 2012-07-24 | 1 | -1/+2 |
| | |||||
* | Define mkInteger | Ian Lynagh | 2011-09-17 | 1 | -1/+1 |
| | | | | Now used by GHC to generate Integer literals. | ||||
* | Eliminate orphan instances | Ian Lynagh | 2011-07-30 | 1 | -722/+1 |
| | |||||
* | Rename toInt# -> integerToInt for consistency | Ian Lynagh | 2011-07-23 | 1 | -3/+3 |
| | |||||
* | Follow library changes | Ian Lynagh | 2011-07-22 | 1 | -0/+14 |
| | |||||
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | () is now available, so use that instead of our own | Ian Lynagh | 2009-07-22 | 1 | -30/+28 |
| | |||||
* | Follow changes in GHC and the other libraries | Ian Lynagh | 2009-07-22 | 1 | -22/+46 |
| | |||||
* | Fix conversions between Float/Double and simple-integer | Ian Lynagh | 2008-06-14 | 1 | -15/+34 |
| | |||||
* | Sprinkle on some strictness annotations | Ian Lynagh | 2008-06-02 | 1 | -52/+52 |
| | |||||
* | Make the Integer type components strict | Ian Lynagh | 2008-06-02 | 1 | -2/+2 |
| | |||||
* | Avoid the need for infinite Integers when doing bitwise operations | Ian Lynagh | 2008-06-02 | 1 | -12/+22 |
| | |||||
* | Initial commit | Ian Lynagh | 2008-04-25 | 1 | -0/+696 |