Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integer-simple: Add documentation for Integer type | Ben Gamari | 2019-04-03 | 1 | -0/+3 |
| | |||||
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | This moves all URL references to Trac Wiki to their corresponding GitLab counterparts. This substitution is classified as follows: 1. Automated substitution using sed with Ben's mapping rule [1] Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy... New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy... 2. Manual substitution for URLs containing `#` index Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz 3. Manual substitution for strings starting with `Commentary` Old: Commentary/XxxYyy... New: commentary/xxx-yyy... See also !539 [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json | ||||
* | try to fix CI | Alec Theriault | 2019-01-16 | 1 | -0/+2 |
| | |||||
* | Match `integer-simple`'s API with `integer-gmp` | Alec Theriault | 2019-01-16 | 2 | -6/+97 |
| | | | | | | | | In `integer-simple`: * Added an efficient `popCountInteger` and `bitInteger` * Added an efficient `gcdInteger` and `lcmInteger` * Made `testBitInteger` more efficient | ||||
* | Remove OPTIONS_HADDOCK hide in favour for not-home | Adam Sandberg Eriksson | 2019-01-06 | 1 | -1/+1 |
| | | | | GHC Trac Issues: #15447 | ||||
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 3 | -3/+3 |
| | |||||
* | Rip out __HADDOCK__ references | Ben Gamari | 2015-11-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | As it turns out no one actually sets this macro anyways and haddock now clearly has no trouble parsing this code. Test Plan: Validate Reviewers: hvr, goldfire, austin Reviewed By: austin Subscribers: duncan, thomie, hvr Differential Revision: https://phabricator.haskell.org/D1463 | ||||
* | Remove LANGUAGE pragrams implied by Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -2/+1 |
| | | | | | | | | | Haskell2010 implies (at least) EmptyDataDecls, ForeignFunctionInterface, PatternGuards, DoAndIfThenElse, and RelaxedPolyRec. This is a follow-up to dd92e2179e3171a0630834b773c08d416101980d Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Use a more sensible `hashInteger` implementation | Herbert Valerio Riedel | 2014-01-03 | 1 | -2/+1 |
| | | | | | | | This makes `hashInteger` behave the same way as `integer-gmp`s `hashInteger`. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Placate clang. | Austin Seipp | 2013-10-26 | 1 | -2/+2 |
| | | | | | | I forgot to push this as part of #8444. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Follow changes in comparison primops (see #6135) | Jan Stolarek | 2013-09-16 | 2 | -44/+43 |
| | |||||
* | Comments only | Jan Stolarek | 2013-08-19 | 1 | -0/+5 |
| | | | | Link to documentation of library in the wiki | ||||
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-07-03 | 3 | -33/+53 |
| | | | | | For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool | ||||
* | More build fixes | Ian Lynagh | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Fix build | Ian Lynagh | 2013-05-19 | 1 | -2/+2 |
| | | | | | | | If we use "smallInteger 0#" in the definitions, then that turns into an Integer literal, but the compiler can't handle Integer literals while compiling the integer package (as it can't look up the mkInteger Id yet). | ||||
* | 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 | 2 | -1/+8 |
| | |||||
* | track integer-gmp and add 'divInteger', 'modInteger' | Gabor Greif | 2012-07-24 | 2 | -2/+13 |
| | |||||
* | remove erroneous '::' in NOINLINE pragma | Simon Marlow | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Define mkInteger | Ian Lynagh | 2011-09-17 | 2 | -1/+11 |
| | | | | Now used by GHC to generate Integer literals. | ||||
* | Add NOINLINE pragmas | Ian Lynagh | 2011-09-13 | 1 | -0/+38 |
| | | | | Stops code size explosions, and allows the built-in rules to fire | ||||
* | Update imports | Ian Lynagh | 2011-09-13 | 1 | -2/+1 |
| | |||||
* | Add a note about why/how we avoid patError | Ian Lynagh | 2011-08-07 | 1 | -0/+32 |
| | |||||
* | Make pattern matches more obviously complete | Ian Lynagh | 2011-08-06 | 1 | -38/+58 |
| | | | | Fixes the build when compiling with -O0 | ||||
* | Eliminate orphan instances | Ian Lynagh | 2011-07-30 | 3 | -731/+717 |
| | |||||
* | Rename toInt# -> integerToInt for consistency | Ian Lynagh | 2011-07-23 | 1 | -3/+3 |
| | |||||
* | Follow library changes | Ian Lynagh | 2011-07-22 | 1 | -0/+14 |
| | |||||
* | Part of #5122 "Faster conversion between Rational and Double/Float" fix | Ian Lynagh | 2011-04-22 | 2 | -0/+209 |
| | | | | From daniel.is.fischer. | ||||
* | Add extensions to LANGUAGE pragma | Ian Lynagh | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | Add an import so the deps get sorted out correctly | Ian Lynagh | 2009-07-22 | 1 | -0/+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 | 3 | -22/+120 |
| | |||||
* | 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 |