| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement BoxedRep proposalwip/boxed-rep | Ben Gamari | 2021-03-07 | 4 | -84/+143 |
* | Run linear Lint on the desugarer output (part of #19165) | Krzysztof Gogolewski | 2021-03-05 | 1 | -4/+12 |
* | DmdAnal: Better syntax for demand signatures (#19016) | Sebastian Graf | 2021-03-03 | 1 | -41/+20 |
* | Fix terrible occurrence-analysis bug | Simon Peyton Jones | 2021-03-01 | 4 | -208/+312 |
* | CPR analysis: Use CPR of scrutinee for Case Binder CPR (#19232) | Sebastian Graf | 2021-02-28 | 1 | -107/+130 |
* | Move absentError into ghc-prim. | Andreas Klebinger | 2021-02-26 | 1 | -1/+7 |
* | Don't pass homeUnitId at ExternalPackageState creation time (#10827) | Sylvain Henry | 2021-02-22 | 2 | -13/+16 |
* | TypeMap: Use mkTyConTy instead of TyConApp constructor | Ben Gamari | 2021-02-18 | 1 | -1/+1 |
* | Extend nullary TyConApp optimisation to all TyCons | Ben Gamari | 2021-02-18 | 6 | -172/+215 |
* | CallArity: Small optimisations and strictness | Ben Gamari | 2021-02-17 | 1 | -2/+4 |
* | Avoid useless w/w split | Simon Peyton Jones | 2021-02-16 | 2 | -96/+139 |
* | Fix over-eager inlining in SimpleOpt | Simon Peyton Jones | 2021-02-14 | 4 | -39/+101 |
* | Introduce keepAlive primop | Ben Gamari | 2021-02-14 | 1 | -0/+2 |
* | Fix a serious bug in roughMatchTcs | Simon Peyton Jones | 2021-02-13 | 3 | -43/+78 |
* | Remove deprecated -XGenerics and -XMonoPatBinds | Krzysztof Gogolewski | 2021-02-13 | 1 | -4/+1 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 10 | -167/+211 |
* | Fix a long standing bug in constraint solving | Simon Peyton Jones | 2021-02-09 | 1 | -1/+1 |
* | Reduce inlining in deeply-nested cases | Simon Peyton Jones | 2021-02-09 | 5 | -26/+170 |
* | Fix typos | Brian Wignall | 2021-02-06 | 12 | -17/+17 |
* | Make unsafeDupablePerformIO have a lazy demand | Andreas Klebinger | 2021-02-06 | 1 | -34/+8 |
* | Fix buglet in expandSynTyCon_maybe | Simon Peyton Jones | 2021-02-06 | 1 | -5/+6 |
* | The Char kind (#11342) | Daniel Rogozin | 2021-02-06 | 4 | -14/+37 |
* | Mark both parameters of SimplM one-shot (#19302) | Sebastian Graf | 2021-02-05 | 1 | -2/+7 |
* | CallArity: Various comment fixes | Ben Gamari | 2021-02-05 | 1 | -10/+10 |
* | Remove ErrDoc and MsgDoc | Alfredo Di Napoli | 2021-02-01 | 2 | -41/+40 |
* | Make PatSyn immutable | Simon Peyton Jones | 2021-01-29 | 3 | -47/+64 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 10 | -10/+10 |
* | Fix strictness in TyCo.Tidy (#14738) | Sylvain Henry | 2021-01-28 | 1 | -18/+38 |
* | SimplM: Create uniques via IO instead of threading | Andreas Klebinger | 2021-01-28 | 2 | -56/+46 |
* | Bignum: add Natural constant folding rules (#15821) | Sylvain Henry | 2021-01-23 | 2 | -309/+374 |
* | Make matchableGivens more reliably correct. | Richard Eisenberg | 2021-01-23 | 5 | -61/+89 |
* | Make DmdAnalOpts a newtype | Andreas Klebinger | 2021-01-22 | 2 | -3/+3 |
* | Core: introduce Alt/AnnAlt/IfaceAlt datatypes | Sylvain Henry | 2021-01-22 | 32 | -170/+172 |
* | Add missing fixed-sized primops and constant folding | John Ericson | 2021-01-22 | 1 | -32/+408 |
* | Cleanup primop constant folding rules in a few ways | John Ericson | 2021-01-22 | 1 | -27/+21 |
* | Bignum: fix for Integer/Natural Ord instances | Sylvain Henry | 2021-01-17 | 1 | -0/+12 |
* | Revert "Remove SpecConstrAnnotation (#13681)" (#19168) | Sylvain Henry | 2021-01-17 | 1 | -26/+79 |
* | Remove unused extension pragmas from the compiler code base | Hécate | 2021-01-17 | 1 | -2/+8 |
* | WorkWrap: Use SysLocal Name for Thunk Splitting (#19180) | Sebastian Graf | 2021-01-10 | 1 | -13/+45 |
* | Make primops for `{Int,Word}32#` | John Ericson | 2021-01-07 | 1 | -2/+2 |
* | Implement Unique supply with Addr# atomic primop | Sylvain Henry | 2021-01-05 | 1 | -1/+0 |
* | Rename internal primpos ahead of !4492 | John Ericson | 2021-01-03 | 1 | -34/+34 |
* | Don't use absentError thunks for strict constructor fields | Simon Peyton Jones | 2021-01-02 | 2 | -25/+82 |
* | Make proper fixed-width number literals | Sylvain Henry | 2021-01-02 | 1 | -45/+11 |
* | Refactor renamer datastructures | Adam Gundry | 2020-12-24 | 1 | -1/+1 |
* | Clone the binders of a SAKS where necessary | Simon Peyton Jones | 2020-12-24 | 2 | -0/+9 |
* | WorkWrap: Unbox constructors with existentials (#18982) | Sebastian Graf | 2020-12-23 | 5 | -218/+213 |
* | DmdAnal: Keep alive RULE vars in LetUp (#18971) | Sebastian Graf | 2020-12-23 | 2 | -85/+61 |
* | Fix printing in -ddump-rule-rewrites (#18668) | Krzysztof Gogolewski | 2020-12-20 | 1 | -1/+2 |
* | Fix #19044 by tweaking unification in inst lookup | Richard Eisenberg | 2020-12-18 | 2 | -52/+132 |