| Commit message (Expand) | Author | Age | Files | Lines |
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 1 | -17/+83 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 13 | -28/+37 |
* | Fixes to dealing with the export of main | Simon Peyton Jones | 2021-03-09 | 1 | -2/+2 |
* | Fix tests relying on same-line diagnostic ordering | Alfredo Di Napoli | 2021-01-22 | 1 | -4/+5 |
* | Fix bad span calculations of post qualified imports | Shayne Fletcher | 2020-12-05 | 3 | -0/+68 |
* | Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-update | Daniel Rogozin | 2020-10-11 | 2 | -3/+11 |
* | PmCheck: Big refactor using guard tree variants more closely following source... | Sebastian Graf | 2020-09-10 | 1 | -1/+1 |
* | gitlab-ci: Bump Docker images | Ben Gamari | 2020-09-09 | 1 | -0/+1 |
* | parser: Suggest ImportQualifiedPost in prepositive import warning | Ben Gamari | 2020-08-13 | 1 | -0/+1 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 1 | -6/+6 |
* | testsuite: Fix -Wcompat-unqualified-imports issues | Ben Gamari | 2020-02-08 | 4 | -0/+5 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 1 | -1/+1 |
* | Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookahead | Vladislav Zavialov | 2019-11-27 | 2 | -3/+5 |
* | Whitespace forward compatibility for proposal #229 | Vladislav Zavialov | 2019-10-30 | 2 | -2/+2 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 2 | -3/+2 |
* | Implement ImportQualifiedPost | Shayne Fletcher | 2019-05-08 | 8 | -0/+43 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 3 | -12/+12 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 3 | -12/+12 |
* | Batch merge | Ben Gamari | 2019-01-30 | 3 | -12/+12 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -1/+1 |
* | Fix trac #15702, as a followon to fix for #13704. | Chris Smith | 2018-11-17 | 4 | -1/+13 |
* | Fix for Trac #15611: Scope errors lie about what modules are imported. | roland | 2018-11-04 | 1 | -1/+0 |
* | resolve T13704 | chessai | 2018-10-02 | 2 | -1/+4 |
* | Fix for #13862: Optional "-v" not allowed with :load in GHCi | roland | 2018-09-16 | 2 | -2/+2 |
* | Improve error message on un-satisfied import | Simon Peyton Jones | 2018-07-25 | 2 | -4/+3 |
* | Improved Valid Hole Fits | Matthías Páll Gissurarson | 2018-05-30 | 1 | -4/+1 |
* | Track type variable scope more carefully. | Richard Eisenberg | 2018-03-31 | 1 | -3/+1 |
* | typecheck: Consistently use pretty quotes in error messages | Ben Gamari | 2017-11-27 | 2 | -2/+3 |
* | typecheck: Clarify errors mentioned in #14385 | Ben Gamari | 2017-10-25 | 1 | -1/+1 |
* | Also show types that subsume a hole as valid substitutions for that hole. | Matthías Páll Gissurarson | 2017-09-21 | 1 | -0/+6 |
* | Remove unneeded reqlibs for mtl and parsec in the GHC testsuite | Ryan Scott | 2017-08-17 | 1 | -2/+2 |
* | Fix #13948 by being pickier about when to suggest DataKinds | Ryan Scott | 2017-07-11 | 6 | -12/+3 |
* | Fix incorrect ambiguity error on identically-named data constructors | Soham Chowdhury | 2017-05-11 | 6 | -3/+12 |
* | Implement sequential name lookup properly | Matthew Pickering | 2017-05-04 | 2 | -0/+6 |
* | Allow qualified names to be children in export lists | Matthew Pickering | 2017-04-12 | 2 | -0/+15 |
* | Fix TcSimplify.decideQuantification for kind variables | Simon Peyton Jones | 2017-03-10 | 1 | -1/+1 |
* | tests: remove extra_files.py (#12223) | Reid Barton | 2017-02-26 | 3 | -49/+50 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 3 | -135/+55 |
* | Unquote ‘import’ in bad import error message | Phil Ruffwind | 2017-01-17 | 1 | -3/+3 |
* | Replace -fshow-source-paths with -fhide-source-paths | Sylvain Henry | 2016-11-29 | 2 | -3/+3 |
* | 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 |