| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for noinline magic function. | Edward Z. Yang | 2016-08-21 | 1 | -1/+8 |
* | Fix omission in haddock instance head | Gabor Greif | 2016-08-05 | 1 | -1/+1 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+1 |
* | Kill the magic of Any | Ben Gamari | 2016-03-30 | 1 | -1/+20 |
* | ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINE | Ben Gamari | 2016-03-30 | 1 | -5/+33 |
* | 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 |
* | Document TypeInType (#11614) | Richard Eisenberg | 2016-03-14 | 1 | -1/+5 |
* | Fix and refactor strict pattern bindings | Simon Peyton Jones | 2016-02-26 | 1 | -0/+5 |
* | Address #11471 by putting RuntimeRep in kinds.wip/runtime-rep | Richard Eisenberg | 2016-02-24 | 1 | -15/+58 |
* | A few more typos in non-code | Gabor Greif | 2016-02-19 | 1 | -1/+1 |
* | Unwire Typeable representation types | Ben Gamari | 2016-02-18 | 1 | -1/+1 |
* | Rework derivation of type representations for wired-in things | Ben Gamari | 2016-01-20 | 1 | -12/+0 |
* | Add missing type representations | Ben Gamari | 2016-01-13 | 1 | -0/+8 |
* | Note [The equality types story] in TysPrim | Richard Eisenberg | 2015-12-16 | 1 | -2/+4 |
* | 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 |
* | Comments on equality types and classes | Simon Peyton Jones | 2015-12-15 | 1 | -3/+3 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 2 | -19/+44 |
* | New magic function for applying realWorld# | Ben Gamari | 2015-11-12 | 1 | -1/+18 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 5 | -4/+100 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 4 | -97/+4 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 4 | -4/+97 |
* | Move CallStack back to base | Ben Gamari | 2015-10-02 | 1 | -50/+1 |
* | Use IP based CallStack in error and undefined | Eric Seidel | 2015-09-02 | 1 | -1/+50 |
* | Make oneShot open-kinded | Joachim Breitner | 2015-08-08 | 1 | -0/+7 |
* | Comments and layout only | Simon Peyton Jones | 2015-07-21 | 1 | -62/+125 |
* | 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 | 3 | -110/+178 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 3 | -178/+110 |
* | Two wibbles to fix the build | Simon Peyton Jones | 2015-05-13 | 1 | -1/+6 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 3 | -109/+172 |
* | Move IP, Symbol, Nat to ghc-prim | Simon Peyton Jones | 2015-05-01 | 2 | -2/+27 |
* | 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 |
* | Convert `/Since: .../` to new `@since ...` syntax | Herbert Valerio Riedel | 2014-12-16 | 1 | -1/+1 |
* | catch some recent typos | Gabor Greif | 2014-12-08 | 1 | -1/+1 |
* | Comments only | Simon Peyton Jones | 2014-12-03 | 1 | -4/+8 |
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 1 | -1/+2 |
* | Add GHC.Prim.oneShot | Joachim Breitner | 2014-11-02 | 1 | -1/+10 |
* | 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 | 2 | -2/+0 |
* | Tweak Haddock in GHC.Types | Reid Barton | 2014-08-09 | 1 | -2/+2 |
* | Tweak Haddock markup in GHC.Magic | Reid Barton | 2014-08-09 | 1 | -6/+6 |
* | Make FunPtr's role be phantom; add comments. | Richard Eisenberg | 2014-06-11 | 1 | -2/+9 |
* | Export Coercible in GHC.Types (#8894) | Joachim Breitner | 2014-03-16 | 1 | -18/+4 |
* | Refer to the coercible paper in Coercible' docs | Joachim Breitner | 2014-03-14 | 1 | -0/+4 |
* | Better Comment [Kind-changing of (~) and Coercible] | Joachim Breitner | 2014-03-14 | 1 | -1/+11 |
* | Note [Kind-changing of (~) and Coercible] | Joachim Breitner | 2014-03-14 | 1 | -3/+23 |