| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Document GHC.Stack.CCS internals | Ben Gamari | 2017-11-21 | 1 | -1/+1 |
* | Add new mbmi and mbmi2 compiler flags | John Ky | 2017-11-15 | 1 | -0/+22 |
* | Imrpove comments about equality types | Simon Peyton Jones | 2017-11-08 | 2 | -12/+15 |
* | Turn `compareByteArrays#` out-of-line primop into inline primop | alexbiehl | 2017-10-29 | 1 | -1/+0 |
* | Factor out readField (#14364) | Tobias Dammers | 2017-10-25 | 1 | -0/+4 |
* | Implement new `compareByteArrays#` primop | Herbert Valerio Riedel | 2017-10-16 | 1 | -3/+22 |
* | Fix typo | Peter Trommler | 2017-10-16 | 1 | -1/+1 |
* | Implement Div, Mod, and Log for type-level nats. | Iavor Diatchki | 2017-10-03 | 1 | -15/+21 |
* | Track the order of user-written tyvars in DataCon | Ryan Scott | 2017-10-03 | 1 | -7/+12 |
* | Comments only | Simon Peyton Jones | 2017-10-03 | 1 | -8/+9 |
* | Typofixes | Gabor Greif | 2017-09-27 | 1 | -2/+2 |
* | PrelRules: Handle Int left shifts of more than word-size bits | Ben Gamari | 2017-09-26 | 1 | -8/+14 |
* | primops: Add some notes regarding the meaning of the "type" field | Ben Gamari | 2017-09-26 | 1 | -0/+8 |
* | Omit Typeable from the "naturally coherent" list | Simon Peyton Jones | 2017-09-26 | 1 | -16/+15 |
* | Add NOINLINE pragma to builtinRules | Ben Gamari | 2017-09-25 | 1 | -0/+3 |
* | Deal with large extra-contraints wildcards | Simon Peyton Jones | 2017-09-25 | 1 | -3/+4 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 11 | -0/+21 |
* | Model divergence of retry# as ThrowsExn, not Diverges | Ben Gamari | 2017-09-13 | 1 | -2/+5 |
* | Clarify seq documentation | Sibi Prabakaran | 2017-09-13 | 1 | -2/+3 |
* | Canonicalise MonoidFail instances in GHC | Herbert Valerio Riedel | 2017-09-09 | 1 | -1/+1 |
* | Remove now redundant CPP | Herbert Valerio Riedel | 2017-09-09 | 2 | -6/+0 |
* | Make Semigroup a superclass of Monoid (re #14191) | Herbert Valerio Riedel | 2017-09-07 | 1 | -5/+3 |
* | Fix order of PrelRule | Ben Gamari | 2017-09-01 | 1 | -1/+1 |
* | Add debugPprType | Simon Peyton Jones | 2017-08-31 | 1 | -1/+1 |
* | Small refactor of getRuntimeRep | Simon Peyton Jones | 2017-08-29 | 1 | -2/+2 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -18/+5 |
* | KnownUniques: Handle DataCon wrapper names | Ben Gamari | 2017-08-01 | 1 | -3/+6 |
* | A bunch of typofixes | Gabor Greif | 2017-07-31 | 1 | -1/+1 |
* | Merge types and kinds in DsMeta | Ryan Scott | 2017-07-28 | 1 | -65/+59 |
* | Fix note references and some typos | Gabor Greif | 2017-07-26 | 1 | -1/+1 |
* | Add Template Haskell support for overloaded labels | Matthew Pickering | 2017-07-11 | 1 | -2/+6 |
* | Make ':info Coercible' display an arbitrary string (fixes #12390) | Patrick Dougherty | 2017-07-11 | 2 | -2/+19 |
* | Reword documentation region overlap documentation for copying mutable arrays | Andrew Martin | 2017-06-19 | 1 | -6/+14 |
* | Support signatures at the kind level in Template Haskell | Ryan Scott | 2017-06-12 | 1 | -13/+19 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 1 | -1/+1 |
* | A few typos [ci skip] | Gabor Greif | 2017-06-02 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | Improve code generation for conditionals | Simon Peyton Jones | 2017-04-28 | 1 | -1/+6 |
* | Re-engineer caseRules to add tagToEnum/dataToTag | Simon Peyton Jones | 2017-04-28 | 1 | -82/+149 |
* | Document mkWeak# | Ben Gamari | 2017-04-25 | 1 | -0/+5 |
* | base: Implement bit casts between word and float types | Erik de Castro Lopo | 2017-04-12 | 1 | -2/+3 |
* | Revert "Make raiseIO# produce topRes" | David Feuer | 2017-04-03 | 1 | -4/+6 |
* | Derive the definition of null | David Feuer | 2017-04-02 | 1 | -1/+4 |
* | Don't derive showList | David Feuer | 2017-04-01 | 1 | -5/+2 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-03-30 | 1 | -1/+1 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 2 | -2/+2 |
* | Make unsafeInterleaveST less unsafe | David Feuer | 2017-03-22 | 1 | -1/+1 |
* | Let GHC know MutVar# ops can't fail | David Feuer | 2017-03-21 | 1 | -2/+16 |
* | No join-point from an INLINE function with wrong arity | Simon Peyton Jones | 2017-03-17 | 1 | -1/+1 |
* | Make raiseIO# produce topRes | David Feuer | 2017-03-09 | 1 | -6/+4 |