Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge GHC of literate Perl | Demi Obenour | 2016-11-29 | 1 | -1/+1 |
* | 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 | 2 | -16/+16 |
* | 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 | 4 | -23/+98 |
* | 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 |
* | Comments only (related to #12789) | Simon Peyton Jones | 2016-11-28 | 4 | -74/+76 |
* | Typos in comments only [ci skip] | Gabor Greif | 2016-11-28 | 4 | -7/+7 |
* | 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 | 1 | -2/+5 |
* | 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 |
* | Fix a name-space problem with promotion | Simon Peyton Jones | 2016-11-25 | 1 | -1/+25 |
* | Typos in comments | Gabor Greif | 2016-11-25 | 1 | -1/+1 |
* | Remove redundant kind check | Simon Peyton Jones | 2016-11-25 | 1 | -2/+3 |
* | Allow TyVars in TcTypes | Simon Peyton Jones | 2016-11-25 | 5 | -37/+75 |
* | Another major constraint-solver refactoring | Simon Peyton Jones | 2016-11-25 | 13 | -1381/+1382 |
* | 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 | 2 | -10/+18 |
* | Collect wildcards in sum types during renaming (#12711) | Ömer Sinan Ağacan | 2016-11-24 | 1 | -2/+5 |
* | Implement fine-grained `-Werror=...` facility | Maciej Bielecki | 2016-11-21 | 3 | -5/+48 |
* | add ieee754 next* functions to math_funs | Ben Gamari | 2016-11-21 | 1 | -1/+6 |
* | A few typos in comments | Gabor Greif | 2016-11-21 | 6 | -7/+7 |
* | Updated code comment regarding EquationInfo. Trac #12856 | Andreas Klebinger | 2016-11-20 | 1 | -1/+1 |
* | Optimise whole module exports | Matthew Pickering | 2016-11-18 | 2 | -15/+65 |
* | Spelling in comment only | Gabor Greif | 2016-11-18 | 2 | -2/+2 |
* | Have reify work for local variables with functional dependencies. | Facundo Domínguez | 2016-11-17 | 3 | -21/+68 |
* | GHCi: Unconditionally import System.Directory | Ben Gamari | 2016-11-17 | 1 | -1/+1 |
* | LLVM generate llvm.expect for conditional branches | Alex Biehl | 2016-11-17 | 4 | -24/+73 |
* | Correct name of Note in comment | Richard Eisenberg | 2016-11-17 | 1 | -1/+1 |
* | Correct spelling of command-line option in comment | Gabor Greif | 2016-11-17 | 1 | -1/+1 |
* | Test for type synonym loops on TyCon. | Edward Z. Yang | 2016-11-16 | 6 | -144/+233 |
* | Inline compiler/NOTES into X86/Ppr.hs | Matthew Pickering | 2016-11-16 | 4 | -18/+20 |
* | Fix -fobject-code with -fexternal-interpreter | Simon Marlow | 2016-11-16 | 1 | -3/+15 |
* | Test for unnecessary register spills | Thomas Jakway | 2016-11-15 | 1 | -1/+12 |
* | fixup! Stop the simplifier from removing StaticPtr binds. | Facundo Domínguez | 2016-11-15 | 1 | -1/+2 |
* | Typos in comments, notes and manual | Gabor Greif | 2016-11-15 | 9 | -11/+11 |
* | Remove CONSTR_STATIC | Simon Marlow | 2016-11-14 | 5 | -76/+65 |