Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: Bump haddock.compiler allocations | Ben Gamari | 2016-11-29 | 1 | -0/+1 |
* | OrdList: Add Foldable, Traversable instances | Ben Gamari | 2016-11-29 | 1 | -3/+9 |
* | NCGMonad: Add MonadUnique NatM instance | Ben Gamari | 2016-11-29 | 1 | -0/+8 |
* | AsmCodeGen: Refactor worker in cmmNativeGens | Ben Gamari | 2016-11-29 | 1 | -10/+13 |
* | Use newBlockId instead of newLabelC | Ben Gamari | 2016-11-29 | 11 | -41/+48 |
* | Purge GHC of literate Perl | Demi Obenour | 2016-11-29 | 6 | -25/+15 |
* | Refactor Pattern Match Checker to use ListT | Matthew Pickering | 2016-11-29 | 3 | -111/+287 |
* | Replace -fshow-source-paths with -fhide-source-paths | Sylvain Henry | 2016-11-29 | 173 | -618/+623 |
* | testsuite: Mention CLEANUP option in README | Ben Gamari | 2016-11-29 | 1 | -0/+2 |
* | Minor cleanup of foldRegs{Used,Defd} | Michal Terepeta | 2016-11-29 | 2 | -43/+23 |
* | Detect color support | Phil Ruffwind | 2016-11-29 | 2 | -2/+107 |
* | Make diagnostics slightly more colorful | Phil Ruffwind | 2016-11-29 | 6 | -23/+111 |
* | users_guide: Bring 8.0.2 release notes up-to-date with ghc-8.0 branch | Ben Gamari | 2016-11-29 | 1 | -49/+83 |
* | Define thread primitives if they're supported. | Shea Levy | 2016-11-29 | 2 | -39/+44 |
* | Store string as parsed in SourceText for CImport | Alan Zimmerman | 2016-11-29 | 1 | -1/+1 |
* | Typos in comments | Gabor Greif | 2016-11-29 | 7 | -8/+8 |
* | Zonk the free tvs of a RULE lhs to TyVars | Simon Peyton Jones | 2016-11-29 | 3 | -8/+16 |
* | Make note of #12881 in 8.0.2 release notes | Ryan Scott | 2016-11-29 | 1 | -0/+15 |
* | Comments only (related to #12789) | Simon Peyton Jones | 2016-11-28 | 4 | -74/+76 |
* | Test Trac #12885 | Simon Peyton Jones | 2016-11-28 | 2 | -0/+13 |
* | Test Trac #12776 | Simon Peyton Jones | 2016-11-28 | 2 | -0/+43 |
* | Typos in comments only [ci skip] | Gabor Greif | 2016-11-28 | 5 | -8/+8 |
* | Fix an long-standing bug in OccurAnal | Simon Peyton Jones | 2016-11-28 | 1 | -89/+139 |
* | Be a bit more selective about improvement | Simon Peyton Jones | 2016-11-25 | 2 | -6/+57 |
* | A tiny bit more tc tracing | Simon Peyton Jones | 2016-11-25 | 1 | -1/+4 |
* | Fix inference of partial signatures | Simon Peyton Jones | 2016-11-25 | 4 | -2/+51 |
* | Refactor functional dependencies a bit | Simon Peyton Jones | 2016-11-25 | 6 | -88/+106 |
* | Improve pretty-printing of types | Simon Peyton Jones | 2016-11-25 | 6 | -23/+64 |
* | Use TyVars in PatSyns | Simon Peyton Jones | 2016-11-25 | 6 | -40/+28 |
* | Use TyVars in a DFunUnfolding | Simon Peyton Jones | 2016-11-25 | 1 | -9/+15 |
* | Use 'v' instead of 'tpl' for template vars | Simon Peyton Jones | 2016-11-25 | 1 | -1/+1 |
* | Kill off ifaceTyVarsOfType | Simon Peyton Jones | 2016-11-25 | 1 | -69/+21 |
* | Test Trac #12845 | Simon Peyton Jones | 2016-11-25 | 3 | -0/+31 |
* | Test Trac #12867 | Simon Peyton Jones | 2016-11-25 | 3 | -0/+23 |
* | Fix a name-space problem with promotion | Simon Peyton Jones | 2016-11-25 | 4 | -1/+43 |
* | Typos in comments | Gabor Greif | 2016-11-25 | 2 | -2/+2 |
* | Perf improvements in T6048, T10547 | Simon Peyton Jones | 2016-11-25 | 1 | -2/+6 |
* | Remove redundant kind check | Simon Peyton Jones | 2016-11-25 | 1 | -2/+3 |
* | Allow TyVars in TcTypes | Simon Peyton Jones | 2016-11-25 | 6 | -39/+76 |
* | Another major constraint-solver refactoring | Simon Peyton Jones | 2016-11-25 | 48 | -1609/+1882 |
* | Add elemDVarEnv | Simon Peyton Jones | 2016-11-25 | 1 | -1/+4 |
* | Comments only in TcType | Simon Peyton Jones | 2016-11-25 | 1 | -34/+38 |
* | Fix a bug in mk_superclasses_of | Simon Peyton Jones | 2016-11-25 | 1 | -6/+12 |
* | Make a panic into an ASSERT | Simon Peyton Jones | 2016-11-25 | 1 | -4/+2 |
* | Make quoting and reification return the same types | Dominik Bollmann | 2016-11-25 | 5 | -10/+89 |
* | Collect wildcards in sum types during renaming (#12711) | Ömer Sinan Ağacan | 2016-11-24 | 4 | -2/+9 |
* | Allow to unregister threadWaitReadSTM action. | Alexander Vershilov | 2016-11-22 | 4 | -6/+30 |
* | ghc/hschooks.c: Fix include path of Rts.h | Ben Gamari | 2016-11-22 | 1 | -1/+1 |
* | Make transformers upstream repository location consistent with others | Demi Obenour | 2016-11-22 | 1 | -1/+1 |
* | Ignore Hadrian build products. | Edward Z. Yang | 2016-11-21 | 1 | -0/+7 |