| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo in comment [ci skip]wip/ggreif-typo | Gabor Greif | 2019-10-03 | 1 | -1/+1 |
* | ghc-prim: Fix documentation of Type | Ben Gamari | 2019-09-27 | 1 | -1/+1 |
* | Remove unused imports of the form 'import foo ()' (Fixes #17065) | James Foster | 2019-08-15 | 1 | -1/+0 |
* | Add Note [RuntimeRep and PrimRep] in RepType | Richard Eisenberg | 2019-07-29 | 1 | -0/+2 |
* | Make stage 1 GHC target independent | John Ericson | 2019-07-24 | 1 | -2/+2 |
* | Create {Int,Word}32Rep | John Ericson | 2019-07-17 | 1 | -0/+2 |
* | Remove purely external primops | John Ericson | 2019-07-14 | 1 | -0/+105 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 1 | -1/+1 |
* | Ord docs: Add explanation on 'min' and 'max' operator interactions | Simon Jakobi | 2019-04-14 | 1 | -0/+4 |
* | Fix invalid doc comment | Alec Theriault | 2019-02-10 | 1 | -16/+22 |
* | Remove OPTIONS_HADDOCK hide in favour for not-home | Adam Sandberg Eriksson | 2019-01-06 | 2 | -2/+2 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -1/+9 |
* | Introduce Int16# and Word16# | Abhiroop Sarkar | 2018-11-17 | 1 | -2/+4 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 1 | -1/+3 |
* | Revert "Add Int8# and Word8#" | Ben Gamari | 2018-10-09 | 1 | -3/+1 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-10-07 | 1 | -1/+3 |
* | Document the list data type | Alec Theriault | 2018-10-04 | 2 | -13/+33 |
* | Refactor (~) to reduce the suerpclass stack | Simon Peyton Jones | 2018-07-27 | 1 | -0/+6 |
* | Improve documentation of Eq, Ord instances for Float and Double | ARJANEN Loïc Jean David | 2018-06-17 | 1 | -5/+89 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 2 | -8/+3 |
* | Proper safe coercions paper link | Kirill Zaborsky | 2018-04-17 | 1 | -1/+1 |
* | Stop runRW# being magic | Simon Peyton Jones | 2017-12-19 | 1 | -3/+2 |
* | Tidy up of wired-in names | Simon Peyton Jones | 2017-12-13 | 1 | -0/+4 |
* | Don't use "character" in haddocks of Char | Ben Gamari | 2017-09-30 | 1 | -1/+1 |
* | ghc-prim: Don't allocate a thunk for each unpacked UTF-8 character | Ben Gamari | 2017-07-24 | 1 | -12/+16 |
* | Comments only, about Typeable/TypeRep/KindRep | Simon Peyton Jones | 2017-05-04 | 1 | -1/+1 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 1 | -1/+1 |
* | Add Eq instances for TrName, Module | Ben Gamari | 2017-02-28 | 1 | -0/+10 |
* | Make exprIsConApp_maybe work better for literals strings | Simon Peyton Jones | 2017-02-24 | 1 | -5/+16 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 2 | -17/+31 |
* | Fix comment (old filename '.lhs') in libraries/ | Takenobu Tani | 2017-02-04 | 1 | -2/+2 |
* | base: Derive Enum, Bounded for VecCount, VecElem | Ben Gamari | 2017-02-01 | 1 | -0/+2 |
* | Generalize the type of runRW# | David Feuer | 2017-01-25 | 1 | -6/+18 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 1 | -9/+8 |
* | Turn divInt# and modInt# into bitwise operations when possible | Takano Akio | 2016-09-05 | 1 | -0/+3 |
* | 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 |