| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Declare `catchRetry#` lazy in its first argument | Ben Gamari | 2018-04-13 | 1 | -1/+1 |
* | Track type variable scope more carefully. | Richard Eisenberg | 2018-03-31 | 1 | -3/+7 |
* | Add unaligned bytearray access primops. Fixes #4442. | Reiner Pope | 2018-03-25 | 1 | -0/+210 |
* | Special-case record fields ending with hash when deriving Read | Ryan Scott | 2018-03-23 | 1 | -1/+2 |
* | Fix over-eager constant folding in bitInteger | Simon Peyton Jones | 2018-03-22 | 1 | -16/+36 |
* | Fix seq# case of exprOkForSpeculation | Simon Peyton Jones | 2018-03-20 | 2 | -8/+51 |
* | Improve accuracy of get/setAllocationCounter | Ben Gamari | 2018-03-19 | 1 | -0/+14 |
* | Document missing dataToTag# . tagToEnum# rule | David Feuer | 2018-02-19 | 1 | -0/+13 |
* | myThreadId# is trivial; make it an inline primop | Simon Marlow | 2018-02-18 | 1 | -1/+0 |
* | Fix utterly bogus TagToEnum rule in caseRules | Simon Peyton Jones | 2018-02-07 | 1 | -13/+26 |
* | Don't apply dataToTag's caseRules for data families | Ryan Scott | 2018-02-03 | 1 | -2/+10 |
* | Add new mbmi and mbmi2 compiler flags | John Ky | 2018-01-21 | 1 | -0/+22 |
* | Revert "Improve accuracy of get/setAllocationCounter" | Ben Gamari | 2018-01-18 | 1 | -14/+0 |
* | Fix hash in haddock of ghc-prim. | HE, Tao | 2018-01-15 | 1 | -1/+1 |
* | Kill off irrefutable pattern errors | David Feuer | 2018-01-15 | 1 | -2/+1 |
* | Lift constructor tag allocation out of a loop | Bartosz Nitka | 2018-01-10 | 1 | -1/+9 |
* | Improve accuracy of get/setAllocationCounter | Simon Marlow | 2018-01-08 | 1 | -0/+14 |
* | Cache the number of data cons in DataTyCon and SumTyCon | Bartosz Nitka | 2018-01-04 | 1 | -35/+30 |
* | Rename HEq_sc and Coercible_sc to heq_sel and coercible_sel | Matthew Pickering | 2018-01-02 | 1 | -2/+2 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-12-28 | 1 | -1/+1 |
* | Rmove a call to mkStatePrimTy | Simon Peyton Jones | 2017-12-19 | 1 | -3/+3 |
* | Stop runRW# being magic | Simon Peyton Jones | 2017-12-19 | 1 | -1/+3 |
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 1 | -1/+1 |
* | Tidy up of wired-in names | Simon Peyton Jones | 2017-12-13 | 1 | -4/+5 |
* | template-haskell: Rip out FamFlavour | Ben Gamari | 2017-12-04 | 1 | -12/+0 |
* | Cache TypeRep kinds aggressively | David Feuer | 2017-12-01 | 1 | -10/+15 |
* | Add trace injection | David Feuer | 2017-12-01 | 1 | -2/+10 |
* | Revert "Add new mbmi and mbmi2 compiler flags" | Ben Gamari | 2017-11-22 | 1 | -22/+0 |
* | 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 |