| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark newtype constructors as used in the Coercible solver (#10347) | Ryan Scott | 2019-10-08 | 1 | -16/+17 |
* | Refactor iface file generation: | Ömer Sinan Ağacan | 2019-09-30 | 1 | -2/+2 |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -2/+2 |
* | Use an empty data type in TTG extension constructors (#15247) | Ryan Scott | 2019-07-09 | 1 | -25/+25 |
* | Implement ImportQualifiedPost | Shayne Fletcher | 2019-05-08 | 1 | -3/+5 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -10/+10 |
* | Fix #16385 by appending _maybe to a use of lookupGlobalOcc | Ryan Scott | 2019-03-06 | 1 | -8/+24 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -105/+128 |
* | Replace most occurences of foldl with foldl'. | klebinger.andreas@gmx.at | 2018-08-21 | 1 | -1/+1 |
* | Turn on MonadFail desugaring by default | Herbert Valerio Riedel | 2018-08-07 | 1 | -1/+5 |
* | Refactor printMinimalImports (#15439) | vrom911 | 2018-08-05 | 1 | -21/+27 |
* | Improve error message on un-satisfied import | Simon Peyton Jones | 2018-07-25 | 1 | -31/+48 |
* | Export findImportUsage and ImportDeclUsage | Matthew Pickering | 2018-07-12 | 1 | -1/+3 |
* | Handle DuplicateRecordFields correctly in filterImports (fixes #14487) | Adam Gundry | 2018-06-17 | 1 | -3/+4 |
* | Refactor tcExtendLocalFamInst a bit | Simon Peyton Jones | 2018-04-27 | 1 | -2/+2 |
* | TTG : complete for balance of hsSyn AST | Alan Zimmerman | 2018-04-27 | 1 | -31/+40 |
* | TTG for HsBinds and Data instances Plan B | Alan Zimmerman | 2018-04-13 | 1 | -1/+1 |
* | Restore Trees That Grow reverted commits | Alan Zimmerman | 2018-04-09 | 1 | -3/+5 |
* | Improve the warning message of qualified unused imports. | HE, Tao | 2018-03-19 | 1 | -2/+5 |
* | Compute the union of imp_finsts on the side | Bartosz Nitka | 2018-02-06 | 1 | -6/+61 |
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 1 | -2/+2 |
* | Refactor ConDecl: Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -16/+9 |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 1 | -12/+8 |
* | WIP on Doing a combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-08 | 1 | -8/+12 |
* | Revert "WIP on combining Step 1 and 3 of Trees That Grow" | Ben Gamari | 2017-11-07 | 1 | -12/+8 |
* | WIP on combining Step 1 and 3 of Trees That Grow | Alan Zimmerman | 2017-11-07 | 1 | -8/+12 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Refactor type family instance abstract syntax declarations | Ryan Scott | 2017-08-29 | 1 | -4/+5 |
* | Typos in comments and explanation for unusused imports | Gabor Greif | 2017-07-18 | 1 | -2/+2 |
* | Mention which -Werror promoted a warning to an error | Ömer Sinan Ağacan | 2017-07-11 | 1 | -2/+1 |
* | Udate hsSyn AST to use Trees that Grow | Alan Zimmerman | 2017-06-06 | 1 | -35/+52 |
* | Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixity | Matthew Pickering | 2017-04-12 | 1 | -0/+2 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 1 | -5/+4 |
* | Eliminate ListSetOps from imp_trust_pkgs | David Feuer | 2017-03-02 | 1 | -3/+5 |
* | Fix #13214 by correctly setting up dep_orphs for signatures. | Edward Z. Yang | 2017-02-11 | 1 | -4/+5 |
* | Make type import/export API Annotation friendly | Alan Zimmerman | 2017-01-26 | 1 | -37/+71 |
* | Unquote ‘import’ in bad import error message | Phil Ruffwind | 2017-01-17 | 1 | -2/+2 |
* | Test Trac #12968, plus some comments | Simon Peyton Jones | 2016-12-21 | 1 | -0/+2 |
* | API Annotations: make all ModuleName Located | Alan Zimmerman | 2016-11-03 | 1 | -1/+1 |
* | Make traceRn behave more like traceTc | Matthew Pickering | 2016-10-26 | 1 | -6/+7 |
* | Refactoring: Delete copied function in backpack/NameShape | Matthew Pickering | 2016-10-22 | 1 | -60/+0 |
* | Track dep_finsts in exports hash, as it affects downstream deps. | Edward Z. Yang | 2016-10-17 | 1 | -0/+5 |
* | Add trailing comma to fix the build. | Matthew Pickering | 2016-10-08 | 1 | -1/+1 |
* | Rework renaming of children in export lists. | Matthew Pickering | 2016-10-08 | 1 | -439/+10 |
* | Distinguish between UnitId and InstalledUnitId. | Edward Z. Yang | 2016-10-08 | 1 | -3/+4 |
* | The Backpack patch. | Edward Z. Yang | 2016-10-08 | 1 | -2/+7 |
* | Print foralls in user format | Simon Peyton Jones | 2016-09-26 | 1 | -1/+1 |
* | Improve missing-sig warning | Simon Peyton Jones | 2016-08-12 | 1 | -9/+11 |
* | Fix misspellings of the word "instance" in comments | Ryan Scott | 2016-07-18 | 1 | -1/+1 |