| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation of Eq, Ord instances for Float and Double | ARJANEN Loïc Jean David | 2018-06-17 | 1 | -5/+89 |
* | Add Eq instances for TrName, Module | Ben Gamari | 2017-02-28 | 1 | -0/+10 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 1 | -4/+4 |
* | Turn divInt# and modInt# into bitwise operations when possible | Takano Akio | 2016-09-05 | 1 | -0/+3 |
* | Defer inlining of Ord methods | Ben Gamari | 2016-03-30 | 1 | -5/+33 |
* | ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1 | Ben Gamari | 2016-03-30 | 1 | -6/+12 |
* | Defer inlining of Eq for primitive types | Ben Gamari | 2016-03-24 | 1 | -9/+78 |
* | Start using `-W` instead of `-f(no-)warn` in some places | Herbert Valerio Riedel | 2015-12-16 | 1 | -4/+4 |
* | Allow recursive (undecidable) superclasses | Simon Peyton Jones | 2015-12-15 | 1 | -0/+2 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -1/+0 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 1 | -1/+35 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 1 | -35/+1 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 1 | -1/+35 |
* | Increase constraint tuple limit to 62 (Trac #10451) | Nick Terrell | 2015-06-14 | 1 | -1/+292 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -2/+42 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -42/+2 |
* | Two wibbles to fix the build | Simon Peyton Jones | 2015-05-13 | 1 | -1/+6 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -1/+36 |
* | Move IP, Symbol, Nat to ghc-prim | Simon Peyton Jones | 2015-05-01 | 1 | -2/+19 |
* | Revert "Add export lists to some modules." | Austin Seipp | 2015-01-19 | 1 | -18/+1 |
* | Add export lists to some modules. | David Feuer | 2014-12-27 | 1 | -1/+18 |
* | Specialise Eq, Ord, Read, Show at Int, Char, String | Simon Peyton Jones | 2014-08-28 | 1 | -0/+4 |
* | Remove obsolete "-- #hide" Haddock pragmas | Reid Barton | 2014-08-09 | 1 | -1/+0 |
* | Follow changes in comparison primops (see #6135) | Jan Stolarek | 2013-09-18 | 1 | -37/+36 |
* | Add `{-# MINIMAL #-}` to `class Eq` and `class Ord` | Herbert Valerio Riedel | 2013-09-18 | 1 | -0/+2 |
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-07-26 | 1 | -0/+1 |
* | Move GHC.Generics to base | Jose Pedro Magalhaes | 2012-06-21 | 1 | -17/+0 |
* | Move divInt#/modInt# from base | Ian Lynagh | 2012-06-19 | 1 | -1/+25 |
* | Move the Word type from base to ghc-prim | Ian Lynagh | 2012-05-21 | 1 | -0/+2 |
* | Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.Types | Ian Lynagh | 2011-08-26 | 1 | -2/+0 |
* | Formatting fixes | David Terei | 2011-08-08 | 1 | -0/+2 |
* | Integer Eq and Ord instances are now in the integer package | Ian Lynagh | 2011-07-22 | 1 | -12/+0 |
* | Move GHC.Classes here from base | Ian Lynagh | 2011-07-22 | 1 | -0/+297 |