| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 1 | -1/+1 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-05 | 6 | -6/+6 |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 16 | -79/+89 |
* | Use strict types and folds in CoreStats | Reid Barton | 2017-04-04 | 1 | -9/+11 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 1 | -1/+1 |
* | Revert "Make raiseIO# produce topRes" | David Feuer | 2017-04-03 | 1 | -4/+6 |
* | Fix validate. | Edward Z. Yang | 2017-04-03 | 1 | -1/+0 |
* | Correctly handle wired in unit IDs in -instantiated-with | Edward Z. Yang | 2017-04-02 | 1 | -20/+34 |
* | Extra docs on tcg_imports. | Edward Z. Yang | 2017-04-02 | 1 | -1/+25 |
* | Extra docs on exports_from_avail. | Edward Z. Yang | 2017-04-02 | 1 | -0/+3 |
* | Add more documentation on mergeSignatures. | Edward Z. Yang | 2017-04-02 | 1 | -18/+80 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 8 | -20/+49 |
* | Minor comment updates on CSE. | Edward Z. Yang | 2017-04-02 | 1 | -3/+13 |
* | Derive the definition of null | David Feuer | 2017-04-02 | 2 | -6/+131 |
* | FastMutInt: fix Int and Ptr sizes when crosscompiling | Sergei Trofimovich | 2017-04-02 | 1 | -9/+5 |
* | compiler/ghc.mk: fix GhcWithInterpreter=NO build failure | Sergei Trofimovich | 2017-04-02 | 1 | -5/+5 |
* | Stamp out space leaks from demand analysis | Reid Barton | 2017-04-01 | 2 | -2/+22 |
* | Optimise common cases of GHC.setProgramDynFlags | Simon Marlow | 2017-04-01 | 4 | -34/+94 |
* | Don't derive showList | David Feuer | 2017-04-01 | 2 | -10/+3 |
* | UNREG: ignore -fllvm (Trac #13495) | Sergei Trofimovich | 2017-04-01 | 1 | -1/+1 |
* | Remove Core Lint pass on occurrence analysis output (#13220) | Reid Barton | 2017-03-31 | 1 | -1/+0 |
* | askCc should be using the linker, not the compiler | Simon Marlow | 2017-03-31 | 2 | -7/+8 |
* | Fix space leaks in simplifier (#13426) | Reid Barton | 2017-03-31 | 1 | -1/+4 |
* | Clean up coreView/tcView. | Ben Gamari | 2017-03-31 | 16 | -105/+153 |
* | Refactor simplExpr (Type ty) | Simon Peyton Jones | 2017-03-31 | 1 | -16/+38 |
* | Disable bogus lint checks about levity polimorphic coerions | Joachim Breitner | 2017-03-31 | 1 | -5/+1 |
* | Deriving for phantom and empty types | David Feuer | 2017-03-30 | 3 | -93/+252 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-03-30 | 5 | -5/+5 |
* | unique: fix UNIQUE_BITS crosscompilation (Trac #13491) | Sergei Trofimovich | 2017-03-29 | 4 | -7/+15 |
* | Show valid substitutions for typed holes | Matthías Páll Gissurarson | 2017-03-29 | 2 | -10/+167 |
* | Various patches to support android cross compilation | Moritz Angermann | 2017-03-29 | 1 | -1/+1 |
* | Allow operators as record pattern synonym fields | Matthew Pickering | 2017-03-29 | 1 | -2/+2 |
* | Print module when dumping rules | Matthew Pickering | 2017-03-29 | 3 | -6/+18 |
* | Fixed error messages for RecursiveDo (#8501) | Rupert Horlick | 2017-03-29 | 4 | -5/+37 |
* | Fix ASSERT failure in TcErrors | Simon Peyton Jones | 2017-03-29 | 1 | -13/+16 |
* | Add a couple of HasDebugCallStack contexts | Simon Peyton Jones | 2017-03-29 | 2 | -3/+3 |
* | Allow unbound Refl binders in a RULE | Simon Peyton Jones | 2017-03-29 | 5 | -45/+107 |
* | Zap Call Arity info in the simplifier | Joachim Breitner | 2017-03-28 | 2 | -2/+10 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 6 | -6/+6 |
* | Complete the fix for #13441 (pattern synonyms) | Simon Peyton Jones | 2017-03-28 | 1 | -21/+24 |
* | Fix #13458 | Richard Eisenberg | 2017-03-27 | 2 | -12/+18 |
* | Remove utterly bogus code | Simon Peyton Jones | 2017-03-27 | 1 | -6/+1 |
* | Fix 'unsolved constraints' in GHCi | Simon Peyton Jones | 2017-03-27 | 1 | -4/+7 |
* | Fix error-message suppress on given equalities | Simon Peyton Jones | 2017-03-27 | 3 | -48/+83 |
* | Fix explicitly-bidirectional pattern synonyms | Simon Peyton Jones | 2017-03-27 | 1 | -11/+21 |
* | Typechecker comments and debug tracing only | Simon Peyton Jones | 2017-03-27 | 4 | -11/+19 |
* | Simplify the logic for tc_hs_sig_type | Simon Peyton Jones | 2017-03-27 | 1 | -17/+45 |
* | Only use locally bound variables in pattern synonym declarations | Matthew Pickering | 2017-03-27 | 2 | -12/+60 |
* | Remove unused argument from importSuggestions | Matthew Pickering | 2017-03-27 | 1 | -3/+3 |
* | Recompile if -fhpc is added or removed (#11798) | Reid Barton | 2017-03-26 | 1 | -2/+8 |