| Commit message (Expand) | Author | Age | Files | Lines |
* | Module hierarchy: Iface (cf #13009) | Sylvain Henry | 2020-01-06 | 1 | -2078/+0 |
* | Add GHC-API logging hooks | Sylvain Henry | 2019-12-18 | 1 | -2/+2 |
* | MkIface: Remove redundant parameter and outdated comments from addFingerprints | Ömer Sinan Ağacan | 2019-10-29 | 1 | -8/+8 |
* | Remove unused DynFlags arg of lookupIfaceByModule | Ömer Sinan Ağacan | 2019-10-29 | 1 | -3/+2 |
* | Refactor iface file generation: | Ömer Sinan Ağacan | 2019-09-30 | 1 | -150/+115 |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -1/+1 |
* | Add a -fprint-axiom-incomps option (#15546) | mniip | 2019-08-07 | 1 | -21/+19 |
* | Fix #16511: changes in interface dependencies should trigger recompilation | Phuong Trinh | 2019-07-09 | 1 | -9/+91 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -2/+2 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -3/+3 |
* | Fix recompilation checking of pure plugins | Daniel Gröber | 2018-12-12 | 1 | -11/+48 |
* | Support generating HIE files | Alec Theriault | 2018-12-11 | 1 | -1/+19 |
* | Support registering Plugins through the GHC API | Daniel Gröber | 2018-12-11 | 1 | -11/+7 |
* | Fix recompilation bug with default class methods (#15970) | Simon Marlow | 2018-12-11 | 1 | -13/+65 |
* | Taming the Kind Inference Monster | Simon Peyton Jones | 2018-11-29 | 1 | -18/+15 |
* | Drop GHC 8.2 compatibility | Ryan Scott | 2018-10-03 | 1 | -3/+0 |
* | Coercion Quantification | ningning | 2018-09-15 | 1 | -14/+14 |
* | Fix the __GLASGOW_HASKELL__ comparison | Krzysztof Gogolewski | 2018-08-30 | 1 | -3/+2 |
* | Replace most occurences of foldl with foldl'. | klebinger.andreas@gmx.at | 2018-08-21 | 1 | -1/+1 |
* | Plugin dependency information is stored separately | Christiaan Baaij | 2018-08-01 | 1 | -4/+7 |
* | Serialize docstrings to ifaces, display them with new GHCi :doc command | Simon Jakobi | 2018-06-04 | 1 | -4/+22 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 1 | -23/+2 |
* | Implement "An API for deciding whether plugins should cause recompilation" | Matthew Pickering | 2018-05-30 | 1 | -2/+68 |
* | MkIface: Ensure syntactic compatibility with ghc 8.0.1 | Ben Gamari | 2017-12-22 | 1 | -6/+6 |
* | Allow users to ignore optimization changes | David Feuer | 2017-12-11 | 1 | -1/+44 |
* | Track the order of user-written tyvars in DataCon | Ryan Scott | 2017-10-03 | 1 | -4/+17 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Fix #14060 by more conservatively annotating TH-reified types | Ryan Scott | 2017-08-14 | 1 | -1/+1 |
* | Refactor temp files cleanup | Douglas Wilson | 2017-06-08 | 1 | -2/+2 |
* | Comments and white space only | Simon Peyton Jones | 2017-05-19 | 1 | -3/+2 |
* | Revert "Use a deterministic map for imp_dep_mods" | Bartosz Nitka | 2017-05-15 | 1 | -3/+2 |
* | Revert "Stress test for nested module hierarchies" | Bartosz Nitka | 2017-05-15 | 1 | -2/+3 |
* | Stress test for nested module hierarchies | Bartosz Nitka | 2017-05-15 | 1 | -3/+2 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 1 | -2/+2 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 1 | -2/+8 |
* | Read COMPLETE sets from external packages | Ben Gamari | 2017-03-06 | 1 | -2/+1 |
* | Revert "Read COMPLETE sets from external packages" | Ben Gamari | 2017-03-03 | 1 | -1/+2 |
* | Read COMPLETE sets from external packages | Ryan Scott | 2017-03-02 | 1 | -2/+1 |
* | Properly represent abstract classes in Class and IfaceDecl | Edward Z. Yang | 2017-03-02 | 1 | -7/+13 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 1 | -2/+2 |
* | Treat all TyCon with hole names as skolem abstract. | Edward Z. Yang | 2017-02-26 | 1 | -1/+1 |
* | Delete redundant import. | Edward Z. Yang | 2017-02-24 | 1 | -1/+0 |
* | Fix validate. | Edward Z. Yang | 2017-02-24 | 1 | -10/+6 |
* | Record full FieldLabel in ifConFields. | Edward Z. Yang | 2017-02-24 | 1 | -8/+7 |
* | Fix a Backpack recompilation avoidance bug when signatures change. | Edward Z. Yang | 2017-02-17 | 1 | -3/+10 |
* | Make deSugarExpr use runTcInteractive | Reid Barton | 2017-02-14 | 1 | -1/+1 |
* | COMPLETE pragmas for enhanced pattern exhaustiveness checking | Matthew Pickering | 2017-01-26 | 1 | -2/+18 |
* | Fix recompilation detection when set of signatures to merge changes. | Edward Z. Yang | 2016-12-12 | 1 | -1/+18 |
* | Comments only (related to #12789) | Simon Peyton Jones | 2016-11-28 | 1 | -72/+0 |