| Commit message (Expand) | Author | Age | Files | Lines |
* | Test for type synonym loops on TyCon. | Edward Z. Yang | 2016-11-16 | 1 | -1/+1 |
* | Make default output less verbose (source/object paths) | Sylvain HENRY | 2016-11-11 | 2 | -3/+3 |
* | Rework renaming of children in export lists. | Matthew Pickering | 2016-10-08 | 14 | -10/+82 |
* | Distinguish between UnitId and InstalledUnitId. | Edward Z. Yang | 2016-10-08 | 2 | -4/+4 |
* | Implement deriving strategies | Ryan Scott | 2016-09-30 | 1 | -1/+1 |
* | Testsuite: remove `-Wno-warn-tabs` from default flags | Thomas Miedema | 2016-06-20 | 1 | -1/+1 |
* | Testsuite: remove `-fforce-recomp` from default flags (#11980) | Thomas Miedema | 2016-06-20 | 1 | -2/+2 |
* | Testsuite: tabs -> spaces [skip ci] | Thomas Miedema | 2016-06-20 | 4 | -11/+11 |
* | Testsuite: remove Windows CR [skip ci] | Thomas Miedema | 2016-06-20 | 1 | -12/+12 |
* | Improve typechecking of let-bindings | Simon Peyton Jones | 2016-06-13 | 1 | -12/+12 |
* | RdrHsSyn: Only suggest `type` qualification when appropriate | Ben Gamari | 2016-05-10 | 4 | -7/+5 |
* | Forbid variables to be parents in import lists. | Matthew Pickering | 2016-05-10 | 7 | -19/+31 |
* | Remove trailing whitespace from 'testsuite/tests/module/all.T' | Matthew Pickering | 2016-05-06 | 1 | -11/+11 |
* | Kill varSetElemsWellScoped in quantifyTyVars | Bartosz Nitka | 2016-04-26 | 2 | -6/+6 |
* | Testsuite: fixup lots of tests | Thomas Miedema | 2016-04-26 | 3 | -6/+15 |
* | Print which warning-flag controls an emitted warning | Michael Walker | 2016-02-25 | 6 | -7/+8 |
* | Testsuite: delete empty files [skip ci] | Thomas Miedema | 2016-02-25 | 2 | -0/+0 |
* | Improve accuracy of suggestion to use TypeApplications | Matthew Pickering | 2016-02-25 | 1 | -3/+1 |
* | Testsuite: delete Windows line endings [skip ci] (#11631) | Thomas Miedema | 2016-02-23 | 9 | -43/+43 |
* | Testsuite: accept output without Windows line endings (#11631) | Thomas Miedema | 2016-02-23 | 5 | -24/+24 |
* | Testsuite: delete Windows line endings [skip ci] (#11631) | Thomas Miedema | 2016-02-23 | 4 | -67/+67 |
* | Testsuite: pass '-s --no-print-directory' to MAKE | Thomas Miedema | 2016-02-21 | 1 | -1/+1 |
* | Improved error message about exported type operators. | Ulya Trofimovich | 2016-02-16 | 4 | -10/+30 |
* | Add missing newlines at end of file [skip ci] | Thomas Miedema | 2016-02-16 | 7 | -7/+7 |
* | Refactor the typechecker to use ExpTypes. | Richard Eisenberg | 2016-01-27 | 1 | -3/+3 |
* | Switch from -this-package-key to -this-unit-id. | Edward Z. Yang | 2016-01-19 | 1 | -2/+2 |
* | Visible type application | Richard Eisenberg | 2015-12-24 | 5 | -15/+19 |
* | Narrow scope of special-case for unqualified printing of names in core libraries | Ben Gamari | 2015-12-15 | 2 | -6/+7 |
* | Allow recursive (undecidable) superclasses | Simon Peyton Jones | 2015-12-15 | 1 | -6/+12 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 2 | -14/+14 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 1 | -4/+4 |
* | Rearrange error msgs and add section markers (Trac #11014). | Evan Laforge | 2015-11-24 | 1 | -3/+3 |
* | More import related hints | Joachim Breitner | 2015-11-18 | 10 | -19/+46 |
* | Give helpful advice when a fully qualified name is not in scope | Joachim Breitner | 2015-11-13 | 5 | -6/+15 |
* | Record usage information using GlobalRdrElt | Simon Peyton Jones | 2015-10-30 | 3 | -8/+11 |
* | Fix unused-import stuff in a better way | Simon Peyton Jones | 2015-10-30 | 1 | -1/+1 |
* | Implement DuplicateRecordFields | Adam Gundry | 2015-10-16 | 1 | -1/+1 |
* | Improve error message for newtypes and deriving clauses | John Wiegley | 2015-07-30 | 1 | -2/+2 |
* | Better treatment of signatures in cls/inst | Simon Peyton Jones | 2015-07-30 | 1 | -4/+4 |
* | Testsuite: rename *.stderr-ghc to *.stderr | Thomas Miedema | 2015-07-14 | 3 | -0/+0 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 2 | -4/+0 |
* | Remove all *.stderr/stdout-hugs files | Thomas Miedema | 2015-07-06 | 102 | -139/+0 |
* | Error message wibbles from out-of-scope changes | Simon Peyton Jones | 2015-06-26 | 18 | -63/+67 |
* | Remove some horrible munging of origins for Coercible | Simon Peyton Jones | 2015-06-18 | 1 | -3/+3 |
* | Report arity errors correctly despite kinds | Simon Peyton Jones | 2015-06-18 | 1 | -5/+5 |
* | Testsuite: delete expect_fail setups for ghc < 7.1 | Thomas Miedema | 2015-06-09 | 1 | -2/+1 |
* | Testsuite: delete expect_fail setups for hugs | Thomas Miedema | 2015-06-09 | 1 | -1/+1 |
* | Refactor the GlobalRdrEnv, fixing #7672 | Simon Peyton Jones | 2015-06-02 | 4 | -35/+28 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 3 | -3/+13 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 3 | -13/+3 |