| Commit message (Expand) | Author | Age | Files | Lines |
* | Document determinism in shortOutIndirections | Bartosz Nitka | 2016-05-17 | 1 | -1/+5 |
* | Kill varSetElems in tcInferPatSynDecl | Bartosz Nitka | 2016-05-16 | 1 | -16/+26 |
* | Move Extension type to ghc-boot-th | Ben Gamari | 2016-05-16 | 1 | -2/+2 |
* | PPC NCG: Fix pretty printing of st[wd]ux instr. | Peter Trommler | 2016-05-16 | 1 | -1/+2 |
* | Fix a performance issue with -fprint-expanded-synonyms | Ömer Sinan Ağacan | 2016-05-15 | 1 | -79/+117 |
* | Refactor some ppr functions to use pprUFM | Bartosz Nitka | 2016-05-12 | 12 | -20/+27 |
* | Kill varEnvElts in specImports | Bartosz Nitka | 2016-05-12 | 3 | -12/+73 |
* | Document zonkTyCoVarsAndFV determinism | Bartosz Nitka | 2016-05-12 | 1 | -1/+6 |
* | Allow putting Haddocks on derived instances | Ryan Scott | 2016-05-12 | 1 | -5/+8 |
* | Make Generic1 poly-kinded | RyanGlScott | 2016-05-12 | 2 | -67/+137 |
* | Fix deriveTyData's kind unification when two kind variables are unified | RyanGlScott | 2016-05-12 | 3 | -7/+67 |
* | Add TH support for pattern synonyms (fixes #8761) | Dominik Bollmann | 2016-05-12 | 6 | -125/+370 |
* | Make absentError not depend on uniques | Bartosz Nitka | 2016-05-12 | 1 | -1/+8 |
* | Don't prematurely force TyThing thunks with -ddump-if-trace. | Edward Z. Yang | 2016-05-11 | 1 | -1/+4 |
* | Remove stale comment. | Edward Z. Yang | 2016-05-11 | 1 | -4/+0 |
* | Document SCC determinism | Bartosz Nitka | 2016-05-11 | 12 | -15/+102 |
* | Remove some varSetElems in dsCmdStmt | Bartosz Nitka | 2016-05-11 | 1 | -3/+5 |
* | Document why closeOverKind is OK for determinism | Bartosz Nitka | 2016-05-11 | 1 | -1/+3 |
* | Kill foldUFM in classifyTyCon | Bartosz Nitka | 2016-05-10 | 1 | -1/+1 |
* | Fix typos | Bartosz Nitka | 2016-05-10 | 1 | -2/+2 |
* | Get rid of Traversable UniqFM and Foldable UniqFM | Bartosz Nitka | 2016-05-10 | 2 | -12/+16 |
* | Use partial-sig constraints as givens | Simon Peyton Jones | 2016-05-10 | 3 | -80/+97 |
* | Add Outputable ShowHowMuch | Simon Peyton Jones | 2016-05-10 | 1 | -0/+5 |
* | Comments only | Simon Peyton Jones | 2016-05-10 | 1 | -0/+2 |
* | Comments about static forms | Simon Peyton Jones | 2016-05-10 | 4 | -33/+66 |
* | Make simplifyInstanceContexts deterministic | Bartosz Nitka | 2016-05-10 | 4 | -14/+62 |
* | Kill unnecessary cmpType in lhs_cmp_type | Bartosz Nitka | 2016-05-10 | 1 | -6/+6 |
* | RdrHsSyn: Only suggest `type` qualification when appropriate | Ben Gamari | 2016-05-10 | 1 | -3/+4 |
* | Forbid variables to be parents in import lists. | Matthew Pickering | 2016-05-10 | 3 | -28/+17 |
* | Re-do the invariant for TcDepVars | Simon Peyton Jones | 2016-05-10 | 2 | -36/+53 |
* | Tidy up partial-sig quantification | Simon Peyton Jones | 2016-05-10 | 1 | -58/+57 |
* | Fix partial sigs and pattern bindings interaction | Simon Peyton Jones | 2016-05-10 | 1 | -13/+83 |
* | Comments only | Simon Peyton Jones | 2016-05-10 | 1 | -0/+2 |
* | Emit wild-card constraints in the right place | Simon Peyton Jones | 2016-05-10 | 4 | -27/+34 |
* | White space only | Simon Peyton Jones | 2016-05-10 | 1 | -9/+9 |
* | Documentation for simplifyDeriv. | Edward Z. Yang | 2016-05-09 | 3 | -16/+35 |
* | Fix pretty printing of IEThingWith | Matthew Pickering | 2016-05-06 | 1 | -2/+2 |
* | Use tcExtendGlobalValEnv for default methods | Simon Peyton Jones | 2016-05-06 | 1 | -2/+3 |
* | Explain linter optimization for StaticPtr checks. | Facundo Domínguez | 2016-05-05 | 1 | -0/+8 |
* | Comments only explaining export list parsing. | Matthew Pickering | 2016-05-05 | 1 | -3/+10 |
* | Kill non-deterministic foldUFM in TrieMap and TcAppMap | Bartosz Nitka | 2016-05-04 | 4 | -45/+147 |
* | Be more aggressive when checking constraints for custom type errors. | Iavor S. Diatchki | 2016-05-04 | 1 | -10/+45 |
* | StaticPointers: Allow closed vars in the static form. | Facundo Domínguez | 2016-05-02 | 21 | -246/+361 |
* | Make validDerivPred ignore non-visible arguments to a class type constructor | RyanGlScott | 2016-05-02 | 1 | -6/+16 |
* | added docstring for '-fhistory-size' flag | Sergei Trofimovich | 2016-05-02 | 1 | -1/+1 |
* | Make sure record pattern synonym selectors are in scope in GHCi. | Matthew Pickering | 2016-05-02 | 1 | -7/+9 |
* | Remove unused equivClassesByUniq | Bartosz Nitka | 2016-05-02 | 1 | -16/+1 |
* | Remove unused getScopedTyVarBinds | Bartosz Nitka | 2016-05-01 | 1 | -6/+1 |
* | Typos in DmdAnal | Ömer Sinan Ağacan | 2016-05-01 | 1 | -2/+2 |
* | Comment typo: unambigious -> unambiguous | Ryan Scott | 2016-04-30 | 1 | -1/+1 |